Public Member Functions | |
GrxControllerView (String name, GrxPluginManager manager, GrxBaseViewPart vp, Composite parent) | |
void | registerItemChange (GrxBaseItem item, int event) |
void | setUp () |
void | shutdown () |
void | update (GrxBasePlugin plugin, Object...arg) |
void | updateTableFont () |
Private Attributes | |
ControllerPanel | controllerPane_ |
List< GrxCollisionPairItem > | currentCollisionPairs_ = new ArrayList<GrxCollisionPairItem>() |
List< GrxModelItem > | currentModels_ = new ArrayList<GrxModelItem>() |
Definition at line 36 of file GrxControllerView.java.
com.generalrobotix.ui.view.GrxControllerView.GrxControllerView | ( | String | name, |
GrxPluginManager | manager, | ||
GrxBaseViewPart | vp, | ||
Composite | parent | ||
) | [inline] |
Definition at line 41 of file GrxControllerView.java.
void com.generalrobotix.ui.view.GrxControllerView.registerItemChange | ( | GrxBaseItem | item, |
int | event | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 72 of file GrxControllerView.java.
void com.generalrobotix.ui.view.GrxControllerView.setUp | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 59 of file GrxControllerView.java.
Reimplemented from com.generalrobotix.ui.GrxBasePlugin.
Definition at line 127 of file GrxControllerView.java.
void com.generalrobotix.ui.view.GrxControllerView.update | ( | GrxBasePlugin | plugin, |
Object... | arg | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 117 of file GrxControllerView.java.
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 137 of file GrxControllerView.java.
Definition at line 37 of file GrxControllerView.java.
List<GrxCollisionPairItem> com.generalrobotix.ui.view.GrxControllerView.currentCollisionPairs_ = new ArrayList<GrxCollisionPairItem>() [private] |
Definition at line 39 of file GrxControllerView.java.
List<GrxModelItem> com.generalrobotix.ui.view.GrxControllerView.currentModels_ = new ArrayList<GrxModelItem>() [private] |
Definition at line 38 of file GrxControllerView.java.