Class MetisViewerControl
java.lang.Object
io.github.tonywasher.joceanus.metis.viewer.MetisViewerControl
- All Implemented Interfaces:
TethysUIComponent
Viewer Control bar.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMetisViewerControl(TethysUIFactory<?> pFactory, MetisViewerWindow pViewer) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionObtain the underlying component (if any).protected voidupdateState(MetisViewerPage pPage) Update the state according to the page.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
Constructor Details
-
MetisViewerControl
Constructor.- Parameters:
pFactory- the GuiFactorypViewer- the viewer window
-
-
Method Details
-
getUnderlying
Description copied from interface:TethysUIComponentObtain the underlying component (if any).- Specified by:
getUnderlyingin interfaceTethysUIComponent- Returns:
- the underlying component
-
updateState
Update the state according to the page.- Parameters:
pPage- the ViewerPage
-