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 JComponentListJComponentList.CheckBoxListItem. m_Listthe list this item belongs to.protected JComponentListJComponentList.LabelListItem. m_Listthe list this item belongs to.protected JComponentListJComponentList. m_Selfthe list itself.Methods in adams.gui.core that return JComponentList Modifier and Type Method Description JComponentListJComponentList.CheckBoxListItem. getList()Returns the list this item belongs to.JComponentListJComponentList.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.
-