Public Member Functions | |
void | addItemClassList (Class<?extends GrxBasePlugin > item) |
boolean | create () |
GrxModeInfoItem (String name, GrxPluginManager manager) | |
void | restoreProperties () |
restore properties. Called by menu item "restore Properties" | |
Public Attributes | |
ArrayList< Class<?extends GrxBaseItem > > | activeItemClassList_ = new ArrayList<Class<? extends GrxBaseItem>>() |
ArrayList< Class<?extends GrxBaseView > > | activeViewClassList_ = new ArrayList<Class<? extends GrxBaseView>>() |
Static Public Attributes | |
static final String | TITLE = "Mode Info" |
Definition at line 37 of file GrxModeInfoItem.java.
com.generalrobotix.ui.item.GrxModeInfoItem.GrxModeInfoItem | ( | String | name, |
GrxPluginManager | manager | ||
) | [inline] |
Definition at line 43 of file GrxModeInfoItem.java.
void com.generalrobotix.ui.item.GrxModeInfoItem.addItemClassList | ( | Class<?extends GrxBasePlugin > | item | ) | [inline] |
Definition at line 48 of file GrxModeInfoItem.java.
boolean com.generalrobotix.ui.item.GrxModeInfoItem.create | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseItem.
Definition at line 88 of file GrxModeInfoItem.java.
restore properties. Called by menu item "restore Properties"
Reimplemented from com.generalrobotix.ui.GrxBasePlugin.
Definition at line 55 of file GrxModeInfoItem.java.
ArrayList<Class<? extends GrxBaseItem> > com.generalrobotix.ui.item.GrxModeInfoItem.activeItemClassList_ = new ArrayList<Class<? extends GrxBaseItem>>() |
Definition at line 40 of file GrxModeInfoItem.java.
ArrayList<Class<? extends GrxBaseView> > com.generalrobotix.ui.item.GrxModeInfoItem.activeViewClassList_ = new ArrayList<Class<? extends GrxBaseView>>() |
Definition at line 41 of file GrxModeInfoItem.java.
final String com.generalrobotix.ui.item.GrxModeInfoItem.TITLE = "Mode Info" [static] |
Definition at line 38 of file GrxModeInfoItem.java.