Uses of Interface
org.uberfire.workbench.model.Position
-
Packages that use Position Package Description org.uberfire.workbench.model org.uberfire.workbench.model.impl -
-
Uses of Position in org.uberfire.workbench.model
Classes in org.uberfire.workbench.model that implement Position Modifier and Type Class Description classCompassPositionPositions to which a WorkbenchPanel can be added to the WorkbenchclassNamedPositionRepresents the position of a child panel by name.Methods in org.uberfire.workbench.model that return Position Modifier and Type Method Description PositionPanelDefinition. getPosition()Get the Position of the Panel relate to it's ParentMethods in org.uberfire.workbench.model with parameters of type Position Modifier and Type Method Description voidPanelDefinition. appendChild(Position position, PanelDefinition panel)Append a Panel at the first empty child position.PanelDefinitionPanelDefinition. getChild(Position position)Get the Panel's immediate child Panel at the given PositionvoidPanelDefinition. insertChild(Position position, PanelDefinition panel)Insert a Panel as an immediate child at the given Position.voidPanelDefinition. removeChild(Position position)Remove a child from the PanelvoidPanelDefinition. setPosition(Position position)Set the Position of the Panel relative to it's parent. -
Uses of Position in org.uberfire.workbench.model.impl
Methods in org.uberfire.workbench.model.impl that return Position Modifier and Type Method Description PositionPanelDefinitionImpl. getPosition()Methods in org.uberfire.workbench.model.impl with parameters of type Position Modifier and Type Method Description voidPanelDefinitionImpl. appendChild(Position position, PanelDefinition panel)PanelDefinitionPanelDefinitionImpl. getChild(Position position)voidPanelDefinitionImpl. insertChild(Position position, PanelDefinition panel)voidPanelDefinitionImpl. removeChild(Position position)voidPanelDefinitionImpl. setPosition(Position position)
-