jcreek.gui.representation
Class CasePaneElement

java.lang.Object
  extended byjcreek.gui.representation.CasePaneElement

public class CasePaneElement
extends java.lang.Object


Field Summary
protected  boolean active
           
protected  boolean editable
           
protected  javax.swing.JSlider importanceSlider
           
protected  javax.swing.JSlider predictiveSlider
           
protected  Relation relation
           
protected  javax.swing.JButton removeButton
           
protected  javax.swing.ImageIcon removeIcon
           
protected  javax.swing.JComboBox typeBox
           
protected  javax.swing.JComboBox valueBox
           
 
Constructor Summary
CasePaneElement(Relation rel)
          Creates a new CasePaneElement.
 
Method Summary
 void buildCasePaneElement(javax.swing.JPanel panel)
           
 boolean isEditable()
           
 void setEditable(boolean e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relation

protected Relation relation

active

protected boolean active

editable

protected boolean editable

valueBox

protected javax.swing.JComboBox valueBox

typeBox

protected javax.swing.JComboBox typeBox

importanceSlider

protected javax.swing.JSlider importanceSlider

predictiveSlider

protected javax.swing.JSlider predictiveSlider

removeIcon

protected javax.swing.ImageIcon removeIcon

removeButton

protected javax.swing.JButton removeButton
Constructor Detail

CasePaneElement

public CasePaneElement(Relation rel)
Creates a new CasePaneElement.

Parameters:
rel - The relation to encapsulate.
Method Detail

setEditable

public void setEditable(boolean e)

isEditable

public boolean isEditable()

buildCasePaneElement

public void buildCasePaneElement(javax.swing.JPanel panel)


Created at IDI, NTNU by the Artificial Intelligence and Learning group