Class PrometheusFieldSetTabs
java.lang.Object
io.github.tonywasher.joceanus.prometheus.ui.fieldset.PrometheusFieldSetTabs
FieldSet Tab pane.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddPanel(String pName, PrometheusFieldSetPanel<?> pPanel) Add panel as tab.(package private) voidAdjust visibility.(package private) TethysUIComponentObtain the component.(package private) voidSet all visible.
-
Constructor Details
-
PrometheusFieldSetTabs
PrometheusFieldSetTabs(TethysUIFactory<?> pFactory) Constructor.- Parameters:
pFactory- the gui factory.
-
-
Method Details
-
addPanel
Add panel as tab.- Parameters:
pName- the tab namepPanel- the panel
-
getComponent
TethysUIComponent getComponent()Obtain the component.- Returns:
- the component
-
adjustVisibility
void adjustVisibility()Adjust visibility. -
setAllVisible
void setAllVisible()Set all visible.
-