Interface TethysUISplitTreeManager<T>
- Type Parameters:
T- the item type
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>,TethysUIComponent
- All Known Implementing Classes:
TethysUICoreSplitTreeManager
public interface TethysUISplitTreeManager<T>
extends OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>, TethysUIComponent
Split Manager, hosting a Tree and HTML in a split window.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the HTML Manager.Obtain the Tree Manager.doubleGet weight.voidsetControlPane(TethysUIComponent pPane) Set control Pane.voidsetWeight(double pWeight) Set weight.Methods inherited from interface io.github.tonywasher.joceanus.oceanus.event.OceanusEventRegistrar.OceanusEventProvider
getEventRegistrarMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, getUnderlying, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
Method Details
-
getTreeManager
TethysUITreeManager<T> getTreeManager()Obtain the Tree Manager.- Returns:
- the tree manager
-
getHTMLManager
TethysUIHTMLManager getHTMLManager()Obtain the HTML Manager.- Returns:
- the HTML manager
-
setControlPane
Set control Pane.- Parameters:
pPane- the control Pane
-
setWeight
void setWeight(double pWeight) Set weight.- Parameters:
pWeight- the weight
-
getWeight
double getWeight()Get weight.- Returns:
- the weight
-