Uses of Interface
org.uberfire.client.workbench.panels.WorkbenchPanelView
-
Packages that use WorkbenchPanelView Package Description org.uberfire.client.workbench org.uberfire.client.workbench.panels org.uberfire.client.workbench.panels.impl org.uberfire.client.workbench.widgets.dnd -
-
Uses of WorkbenchPanelView in org.uberfire.client.workbench
Methods in org.uberfire.client.workbench with parameters of type WorkbenchPanelView Modifier and Type Method Description CompassDropControllerBeanFactory. newDropController(WorkbenchPanelView<?> view)CompassDropControllerDefaultBeanFactory. newDropController(WorkbenchPanelView<?> view) -
Uses of WorkbenchPanelView in org.uberfire.client.workbench.panels
Subinterfaces of WorkbenchPanelView in org.uberfire.client.workbench.panels Modifier and Type Interface Description interfaceDockingWorkbenchPanelView<P extends WorkbenchPanelPresenter>Interface for workbench panel views that support "docking" nested panels along their edges.Methods in org.uberfire.client.workbench.panels that return WorkbenchPanelView Modifier and Type Method Description WorkbenchPanelViewWorkbenchPanelPresenter. getPanelView()Returns the view that was given to this panel when it was first created.Methods in org.uberfire.client.workbench.panels with parameters of type WorkbenchPanelView Modifier and Type Method Description voidWorkbenchPanelView. addPanel(org.uberfire.workbench.model.PanelDefinition panel, WorkbenchPanelView<?> view, org.uberfire.workbench.model.Position position)Nests the given WorkbenchPanelView inside this one at the given position, which must be unoccupied.booleanWorkbenchPanelView. removePanel(WorkbenchPanelView<?> child)Removes the view widget associated with the given child from this panel, freeing any resources that were allocated by this panel when the child was added.booleanDockingWorkbenchPanelView. setChildSize(WorkbenchPanelView<?> childPanel, int size)Sets the size (width for EAST or WEST children; height for NORTH and SOUTH children) allocated to the specified child by moving its splitter bar on the screen. -
Uses of WorkbenchPanelView in org.uberfire.client.workbench.panels.impl
Classes in org.uberfire.client.workbench.panels.impl that implement WorkbenchPanelView Modifier and Type Class Description classAbstractDockingWorkbenchPanelView<P extends WorkbenchPanelPresenter>Implements the view behaviour required by all docking panel views: adding and removing child panels in the NORTH, SOUTH, EAST, and WEST compass positions.classAbstractMultiPartWorkbenchPanelView<P extends AbstractMultiPartWorkbenchPanelPresenter>classAbstractSimpleWorkbenchPanelView<P extends WorkbenchPanelPresenter>Supertype for both the DnD and non-DnD simple workbench panel views.classAbstractWorkbenchPanelView<P extends WorkbenchPanelPresenter>Implements focus and selection handling.classAdaptiveWorkbenchPanelViewclassClosableSimpleWorkbenchPanelViewA Workbench panel that can contain WorkbenchParts.classImmutableWorkbenchPanelViewThe view component ofImmutableWorkbenchPanelPresenter.classLayoutPanelViewA simpleLayoutPanelpresenter.classMultiListWorkbenchPanelViewA Workbench panel that can contain WorkbenchParts.classMultiScreenWorkbenchPanelViewA Workbench panel that can contain WorkbenchParts.classSimpleDnDWorkbenchPanelViewView component of the drag-and-drop enabledSimpleDnDWorkbenchPanelPresenter.classSimpleNoExpandWorkbenchPanelViewA Workbench panel that can contain WorkbenchParts.classSimpleWorkbenchPanelViewA Workbench panel that can contain WorkbenchParts.classSplitLayoutPanelViewCorresponding view toSplitLayoutPanelPresenter.classStaticWorkbenchPanelViewThe view component ofStaticWorkbenchPanelPresenter.classTemplatedWorkbenchPanelViewThe view component of the templated panel system.classUnanchoredStaticWorkbenchPanelViewThe view component ofUnanchoredStaticWorkbenchPanelPresenter.Methods in org.uberfire.client.workbench.panels.impl that return WorkbenchPanelView Modifier and Type Method Description WorkbenchPanelView<P>AbstractWorkbenchPanelPresenter. getPanelView()Methods in org.uberfire.client.workbench.panels.impl with parameters of type WorkbenchPanelView Modifier and Type Method Description voidAbstractDockingWorkbenchPanelView. addPanel(org.uberfire.workbench.model.PanelDefinition childPanelDef, WorkbenchPanelView<?> childPanelView, org.uberfire.workbench.model.Position childPosition)voidAbstractWorkbenchPanelView. addPanel(org.uberfire.workbench.model.PanelDefinition panel, WorkbenchPanelView<?> view, org.uberfire.workbench.model.Position position)ThrowsUnsupportedOperationExceptionwhen called.voidLayoutPanelView. addPanel(org.uberfire.workbench.model.PanelDefinition panel, WorkbenchPanelView view, org.uberfire.workbench.model.Position position)voidSplitLayoutPanelView. addPanel(org.uberfire.workbench.model.PanelDefinition panel, WorkbenchPanelView view, org.uberfire.workbench.model.Position position)voidTemplatedWorkbenchPanelView. addPanel(org.uberfire.workbench.model.PanelDefinition panel, WorkbenchPanelView<?> view, org.uberfire.workbench.model.Position p)booleanAbstractDockingWorkbenchPanelView. removePanel(WorkbenchPanelView<?> childView)booleanAbstractWorkbenchPanelView. removePanel(WorkbenchPanelView<?> child)ThrowsUnsupportedOperationExceptionwhen called.booleanLayoutPanelView. removePanel(WorkbenchPanelView<?> child)booleanSplitLayoutPanelView. removePanel(WorkbenchPanelView<?> child)booleanTemplatedWorkbenchPanelView. removePanel(WorkbenchPanelView<?> child)booleanAbstractDockingWorkbenchPanelView. setChildSize(WorkbenchPanelView<?> childPanel, int size) -
Uses of WorkbenchPanelView in org.uberfire.client.workbench.widgets.dnd
Methods in org.uberfire.client.workbench.widgets.dnd with parameters of type WorkbenchPanelView Modifier and Type Method Description voidWorkbenchDragAndDropManager. registerDropController(WorkbenchPanelView owner, com.allen_sauer.gwt.dnd.client.drop.DropController dropController)voidCompassDropController. setup(WorkbenchPanelView<?> view)voidWorkbenchDragAndDropManager. unregisterDropController(WorkbenchPanelView view)
-