de.unibi.techfak.jpredictor.gui
Class MotifCheckTree.CheckBoxNode
java.lang.Object
de.unibi.techfak.jpredictor.gui.MotifCheckTree.CheckBoxNode
- Enclosing class:
- MotifCheckTree
class MotifCheckTree.CheckBoxNode
- extends java.lang.Object
Class for wrapping a motif object with a selection oppertunity.
|
Field Summary |
(package private) boolean |
checked
|
(package private) java.lang.Object |
obj
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
obj
java.lang.Object obj
checked
boolean checked
MotifCheckTree.CheckBoxNode
public MotifCheckTree.CheckBoxNode(java.lang.Object obj,
boolean checked)
isChecked
public boolean isChecked()
setChecked
public void setChecked(boolean newValue)
getText
public java.lang.String getText()
getObject
public java.lang.Object getObject()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object