|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layout | |
---|---|
rs.sol.soloist.server.guiconfiguration.components | Provides GUI classes for tangible widgets like, label, button, link, menu, menu item, dialog, image, panel, tab, etc. |
rs.sol.soloist.server.guiconfiguration.layout | Provides classes for invisible GUI widgets that basically perform some kind of behavior on the client, like logics, filtering, relaying, etc. |
Uses of Layout in rs.sol.soloist.server.guiconfiguration.components |
---|
Fields in rs.sol.soloist.server.guiconfiguration.components with type parameters of type Layout | |
---|---|
IAssociationEndInstance<Layout> |
GUIPanelComponent.layout
Deprecated. Not for public use. |
Methods in rs.sol.soloist.server.guiconfiguration.components that return Layout | |
---|---|
Layout |
GUIPanelComponent.getLayout()
Returns the layout for this panel. |
Methods in rs.sol.soloist.server.guiconfiguration.components with parameters of type Layout | |
---|---|
static GUISearchPanelComponent |
GUISearchPanelComponent.create(GUIContainerComponent parent,
Layout layout)
Returns new GUISearchPanelComponent with the given layout
for its children, and assigns it to the given parent. |
static GUIPanelComponent |
GUIPanelComponent.create(GUIContainerComponent parent,
Layout layout)
Returns new GUIPanelComponent with the given layout
for its children, and assigns it to the given parent. |
static GUILazyPanel |
GUILazyPanel.create(GUIContainerComponent parent,
Layout layout)
Returns new GUILazyPanel with the given layout
for its children, and assigns it to the given parent. |
static GUISearchPanelComponent |
GUISearchPanelComponent.create(GUIContainerComponent parent,
Layout layout,
LayoutData layoutData)
Returns new GUISearchPanelComponent with the given layout
for its children, places it in the parent's layout according to
the given LayoutData , and assigns it to the given parent. |
static GUIPanelComponent |
GUIPanelComponent.create(GUIContainerComponent parent,
Layout layout,
LayoutData layoutData)
Returns new GUIPanelComponent with the given layout
for its children, places it in the parent's layout according to
the given LayoutData , and assigns it to the given parent. |
static GUILazyPanel |
GUILazyPanel.create(GUIContainerComponent parent,
Layout layout,
LayoutData layoutData)
Returns new GUILazyPanel with the given layout
for its children, places it in the parent's layout according to
the given LayoutData , and assigns it to the given parent. |
void |
GUIPanelComponent.setLayout(Layout l)
Sets the layout for this panel. |
Uses of Layout in rs.sol.soloist.server.guiconfiguration.layout |
---|
Subclasses of Layout in rs.sol.soloist.server.guiconfiguration.layout | |
---|---|
class |
CellLayout
An abstract base class for cell-oriented layouts like horizontal, vertical, and table layout. |
class |
DockLayout
An object meant to be assigned to a panel to give it a dock spatial arrangement for its children. |
class |
FlowLayout
An object meant to be assigned to a panel to give it flow spatial arrangement for its children. |
class |
HorizontalLayout
An object meant to be assigned to a panel to give it horizontal spatial arrangement for its children. |
class |
LayerLayout
An object meant to be assigned to a panel to give it layered spatial arrangement for its children. |
class |
TableLayout
An object meant to be assigned to a panel to give it tabular spatial arrangement for its children. |
class |
VerticalLayout
An object meant to be assigned to a panel to give it vertical spatial arrangement for its children. |
class |
XYLayout
An object meant to be assigned to a panel to give it absolute spatial arrangement for its children. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |