Uses of Interface
bibliothek.gui.dock.common.perspective.mode.LocationModePerspective
Packages that use LocationModePerspective
Package
Description
This module of the perspective API allows clients to access and modify
CDockables that are in different modes like "maximized" or "minimized".-
Uses of LocationModePerspective in bibliothek.gui.dock.common.mode
Methods in bibliothek.gui.dock.common.mode that return LocationModePerspectiveModifier and TypeMethodDescriptionCExternalizedMode.createPerspective()CLocationMode.createPerspective()Gets an object that represents this type of mode in aCPerspective.CMaximizedMode.createPerspective()CMinimizedMode.createPerspective()CNormalMode.createPerspective() -
Uses of LocationModePerspective in bibliothek.gui.dock.common.perspective.mode
Classes in bibliothek.gui.dock.common.perspective.mode that implement LocationModePerspectiveModifier and TypeClassDescriptionclassAbstractModePerspective<A extends CModeAreaPerspective>This abstract implementation of aLocationModeManagerPerspectivejust uses a collection ofLocationModePerspectives to find out whether the mode of aCDockablePerspectivematches this mode or not.classRepresents aCExternalizedMode.classRepresents aCMaximizedMode.classRepresents aCMinimizedMode.classRepresents aCNormalMode.Methods in bibliothek.gui.dock.common.perspective.mode that return LocationModePerspectiveModifier and TypeMethodDescriptionLocationModeManagerPerspective.getMode(ExtendedMode mode) Gets the location-mode with the identifiermode.Methods in bibliothek.gui.dock.common.perspective.mode with parameters of type LocationModePerspectiveModifier and TypeMethodDescriptionvoidLocationModeManagerPerspective.addMode(LocationModePerspective mode) Addsmodeto this manager.