Package | Description |
---|---|
InstrumentationPlatformGUI | |
InstrumentationPlatformGUI.Elements |
Modifier and Type | Method and Description |
---|---|
GUITab |
Position.getGUITab() |
Constructor and Description |
---|
Position(GUITab gt,
GUIelement ge) |
Modifier and Type | Method and Description |
---|---|
GUITab |
GUIPanel.getCurrentGUITab()
Returns the GUITab object, representing the tab the user is currently
viewing.
|
Modifier and Type | Method and Description |
---|---|
int |
GUIPanel.addGUITab(GUITab gt)
Add another tab to this panel.
|
void |
GUIelement.recalculateUniqueName(GUITab gt)
Regenerate the UniqueName, based on the current user readable name and
current tab.
|
void |
GUIPanel.setCurrentGUITab(GUITab gt)
Set the current GUI tab to the one specified.
|
void |
GUIChart.setGUITab(GUITab gut) |
void |
GUIDisplay.setGUITab(GUITab gut) |
void |
GUINumericUpDown.setGUITab(GUITab gut) |
void |
GUIPID.setGUITab(GUITab gut) |
void |
GUISlider.setGUITab(GUITab gut) |
void |
GUIStatsDisplay.setGUITab(GUITab gut) |
void |
GUITimer.setGUITab(GUITab gut) |
void |
GUIelement.setGUITab(GUITab gut)
Set the respective
GUITab this GUIelement is on to the
one provided. |
Constructor and Description |
---|
GUIDisplay(GUITab gut) |
GUIelement(GUITab gut) |
GUIChart(GUITab gut) |
GUICheckBox(GUITab gut)
Deprecated.
|
GUINumericUpDown(GUITab gut) |
GUIPID(GUITab gut) |
GUISlider(GUITab gut) |
GUIStatsDisplay(GUITab gut) |
GUITimer(GUITab gut) |