Class SplitPane
java.lang.Object
tripleo.vendor.thinlet.objectwrapper.OWObject
tripleo.vendor.thinlet.objectwrapper.OWWidget
tripleo.vendor.thinlet.objectwrapper.SplitPane
Widget that represent the thinlet splitpane.
-
Field Summary
Fields inherited from class tripleo.vendor.thinlet.objectwrapper.OWObject
fcomponent, fthinlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetChild(int index) intOWWidget @NotNull []intvoidvoidremoveChild(@NotNull OWWidget child) voidsetDivider(int value) voidsetOrientation(@NotNull EnumOrientation value) Methods inherited from class tripleo.vendor.thinlet.objectwrapper.OWWidget
defineFocusgained, defineFocuslost, getColspan, getHalign, getHeight, getName, getProperty, getRowspan, getTooltip, getValign, getWeightx, getWeighty, getWidth, isEnabled, isI18n, isVisible, putProperty, setColspan, setEnabled, setHalign, setHeight, setI18n, setName, setPopupMenu, setRowspan, setTooltip, setValign, setVisible, setWeightx, setWeighty, setWidth
-
Constructor Details
-
SplitPane
-
SplitPane
-
-
Method Details
-
getDivider
public int getDivider() -
setDivider
public void setDivider(int value) -
getOrientation
-
setOrientation
-
addChild
-
addChild
-
removeChild
-
removeAllChild
public void removeAllChild() -
getChildCount
public int getChildCount() -
getChild
-
getChildren
-