Package | Description |
---|---|
org.uberfire.workbench.model | |
org.uberfire.workbench.model.impl |
Modifier and Type | Class and Description |
---|---|
class |
CompassPosition
Positions to which a WorkbenchPanel can be added to the Workbench
|
class |
NamedPosition
Represents the position of a child panel by name.
|
Modifier and Type | Method and Description |
---|---|
Position |
PanelDefinition.getPosition()
Get the Position of the Panel relate to it's Parent
TODO remove this. parent panels should track the positions of their children; making it a property of the child
is error-prone when moving panels around in the UI.
|
Modifier and Type | Method and Description |
---|---|
void |
PanelDefinition.appendChild(Position position,
PanelDefinition panel)
Append a Panel at the first empty child position.
|
PanelDefinition |
PanelDefinition.getChild(Position position)
Get the Panel's immediate child Panel at the given Position
|
void |
PanelDefinition.insertChild(Position position,
PanelDefinition panel)
Insert a Panel as an immediate child at the given Position.
|
void |
PanelDefinition.removeChild(Position position)
Remove a child from the Panel
|
void |
PanelDefinition.setPosition(Position position)
Set the Position of the Panel relative to it's parent.
|
Modifier and Type | Method and Description |
---|---|
Position |
PanelDefinitionImpl.getPosition() |
Modifier and Type | Method and Description |
---|---|
void |
PanelDefinitionImpl.appendChild(Position position,
PanelDefinition panel) |
PanelDefinition |
PanelDefinitionImpl.getChild(Position position) |
void |
PanelDefinitionImpl.insertChild(Position position,
PanelDefinition panel) |
void |
PanelDefinitionImpl.removeChild(Position position) |
void |
PanelDefinitionImpl.setPosition(Position position) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.