Uses of Class
com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Packages that use HorizontalSplitter
-
Uses of HorizontalSplitter in com.jbstrap.ui.components.layout.splitter
Methods in com.jbstrap.ui.components.layout.splitter that return HorizontalSplitterModifier and TypeMethodDescriptionHorizontalSplitter.addComponent
(Component<?> component) No further components may be added to the splitter component.HorizontalSplitter.addComponents
(Component<?>... components) No further components may be added to the splitter component.HorizontalSplitter.addLeftComponent
(Component<?> component) Adds a component to the left component of the splitter componentHorizontalSplitter.addLeftComponents
(Component<?>... components) Adds multiple components to the left container of the splitterHorizontalSplitter.addRightComponent
(Component<?> component) Adds a component to the right container of the splitter componentHorizontalSplitter.addRightComponents
(Component<?>... components) Adds multiple components to the right container of the splitterHorizontalSplitter.redraw()
HorizontalSplitter.removeComponent
(Component<?> component) No subcomponent can be removed from the splitter component.HorizontalSplitter.removeComponents
(Component<?>... components) No subcomponent can be removed from the splitter component.HorizontalSplitter.removeLeftComponent
(Component<?> component) Removes a component from the left container of the splitter componentHorizontalSplitter.removeLeftComponents
(Component<?>... components) Removes multiple components from the left container of the splitterHorizontalSplitter.removeRightComponent
(Component<?> component) Removes a component from the right container of the splitter componentHorizontalSplitter.removeRightComponents
(Component<?>... components) Removes multiple components from the right container of the splitterHorizontalSplitter.setHeight
(int height) Sets the splitter component’s height valueSets the splitter component’s height valueHorizontalSplitter.setMaxSize
(int maxSize) Sets the maximum width of the splitter component’s left containerHorizontalSplitter.setMaxSize
(String maxSize) Sets the maximum width of the splitter component’s left container If the valuenull
is set, the maximum width of the container will not be limited.HorizontalSplitter.setMinSize
(int minSize) Sets the minimum width of the splitter component’s left container in pixelsHorizontalSplitter.setMinSize
(String minSize) Sets the minimum width of the splitter component’s left container If the valuenull
is set, the minimum width of the container will not be limited.HorizontalSplitter.setPosition
(int position) Sets the position of the line separating the splitter component’s containers, relative to the left side of the component.HorizontalSplitter.setPosition
(SplitterPosition splitterPosition) Sets the position of the line separating the splitter component’s containers, relative to the left side of the component.HorizontalSplitter.setPosition
(String position) Sets the position of the line separating the splitter component’s containers, relative to the left side of the component.HorizontalSplitter.setWidth
(int width) Sets the splitter component’s width valueSets the splitter component’s width value