Uses of Class
adams.gui.core.JComponentList
-
Packages that use JComponentList Package Description adams.gui.core -
-
Uses of JComponentList in adams.gui.core
Fields in adams.gui.core declared as JComponentList Modifier and Type Field Description protected JComponentList
JComponentList.CheckBoxListItem. m_List
the list this item belongs to.protected JComponentList
JComponentList.LabelListItem. m_List
the list this item belongs to.protected JComponentList
JComponentList. m_Self
the list itself.Methods in adams.gui.core that return JComponentList Modifier and Type Method Description JComponentList
JComponentList.CheckBoxListItem. getList()
Returns the list this item belongs to.JComponentList
JComponentList.LabelListItem. getList()
Returns the list this item belongs to.Constructors in adams.gui.core with parameters of type JComponentList Constructor Description CheckBoxListItem(JComponentList list)
Initializes the item.LabelListItem(JComponentList list)
Initializes the item.
-