Uses of Class
bibliothek.gui.dock.title.DockTitleVersion

Packages that use DockTitleVersion
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.extension.gui.dock.theme.smooth Contains elements to paint a DockTitle which smoothly changes its color. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

Uses of DockTitleVersion in bibliothek.extension.gui.dock.theme.bubble
 

Methods in bibliothek.extension.gui.dock.theme.bubble with parameters of type DockTitleVersion
protected  void AbstractBubbleDockTitle.init(Dockable dockable, DockTitleVersion origin, boolean showMiniButtons)
          Initializes this title, this method should be called only once.
protected  void BubbleButtonDockTitle.init(Dockable dockable, DockTitleVersion origin, boolean showMiniButtons)
           
protected  void BubbleDockTitle.init(Dockable dockable, DockTitleVersion origin, boolean showMiniButtons)
          Initializes this title, this method should be called only once.
 

Constructors in bibliothek.extension.gui.dock.theme.bubble with parameters of type DockTitleVersion
AbstractBubbleDockTitle(Dockable dockable, DockTitleVersion origin)
          Creates a new title.
AbstractBubbleDockTitle(Dockable dockable, DockTitleVersion origin, boolean showMiniButtons)
          Creates a new title.
BubbleButtonDockTitle(Dockable dockable, DockTitleVersion origin)
          Creates a new title.
BubbleDockTitle(Dockable dockable, DockTitleVersion origin)
          Creates a new title.
BubbleDockTitle(Dockable dockable, DockTitleVersion origin, boolean showMiniButtons)
          Creates a new title.
 

Uses of DockTitleVersion in bibliothek.extension.gui.dock.theme.eclipse
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse with parameters of type DockTitleVersion
EclipseButtonTitle(Dockable dockable, DockTitleVersion origin)
           
 

Uses of DockTitleVersion in bibliothek.extension.gui.dock.theme.eclipse.stack.tab
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type DockTitleVersion
BasicTabDockTitle(EclipseTheme theme, Dockable dockable, DockTitleVersion origin)
          Creates a new title
DockTitleTab(DockStation station, Dockable dockable, DockTitleVersion title)
          Deprecated. Creates a new tab.
 

Uses of DockTitleVersion in bibliothek.extension.gui.dock.theme.flat
 

Constructors in bibliothek.extension.gui.dock.theme.flat with parameters of type DockTitleVersion
FlatButtonTitle(Dockable dockable, DockTitleVersion origin)
          Constructs a new title
 

Uses of DockTitleVersion in bibliothek.extension.gui.dock.theme.smooth
 

Constructors in bibliothek.extension.gui.dock.theme.smooth with parameters of type DockTitleVersion
SmoothDefaultButtonTitle(Dockable dockable, DockTitleVersion origin)
          Creates a new title.
SmoothDefaultStationTitle(Dockable dockable, DockTitleVersion origin)
          Constructs a new station title
SmoothDefaultTitle(Dockable dockable, DockTitleVersion origin)
          Constructs a new title
 

Uses of DockTitleVersion in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return DockTitleVersion
 DockTitleVersion FlapDockStation.getButtonVersion()
          Gets the DockTitleVersion that is used to create titles for the button-panel.
 DockTitleVersion FlapDockStation.getTitleVersion()
          Gets the DockTitleVersion that is used to create titles for the popup-window.
 DockTitleVersion ScreenDockStation.getTitleVersion()
          Gets the DockTitleVersion used by this station to create new DockTitles.
 

Methods in bibliothek.gui.dock with parameters of type DockTitleVersion
 void FlapDockStation.DockableHandle.setTitle(DockTitleVersion version)
           
 

Uses of DockTitleVersion in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type DockTitleVersion
protected  boolean CGridArea.suppressTitle(DockTitleVersion version)
          Checks whether the title created by version should be suppressed.
 

Uses of DockTitleVersion in bibliothek.gui.dock.common.intern.station
 

Methods in bibliothek.gui.dock.common.intern.station with parameters of type DockTitleVersion
 boolean CommonStationDelegate.isTitleDisplayed(DockTitleVersion title)
          Decides whether to show title for the owner of this delegate.
 

Uses of DockTitleVersion in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station with parameters of type DockTitleVersion
 void StationChildHandle.setTitleRequest(DockTitleVersion version)
          The same as setTitleRequest( version, true );
 void StationChildHandle.setTitleRequest(DockTitleVersion version, boolean request)
          Updates the DockTitleRequest associated with this Dockable.
 

Constructors in bibliothek.gui.dock.station with parameters of type DockTitleVersion
StationChildHandle(DockStation station, DisplayerCollection displayers, Dockable dockable, DockTitleVersion title)
          Creates a new handle, initializes a DockTitleRequest but no DockableDisplayer nor a DockTitle.
 

Uses of DockTitleVersion in bibliothek.gui.dock.station.flap
 

Methods in bibliothek.gui.dock.station.flap with parameters of type DockTitleVersion
 void DefaultFlapWindow.setDockTitle(DockTitleVersion title)
          Sets the title which should be displayed.
 void FlapWindow.setDockTitle(DockTitleVersion title)
          Tells this window how to create a title for any Dockable that may be shown on it.
 

Uses of DockTitleVersion in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return DockTitleVersion
 DockTitleVersion SplitDockAccess.getTitleVersion()
          Gets the kind of title owner uses.
 

Uses of DockTitleVersion in bibliothek.gui.dock.themes.basic
 

Constructors in bibliothek.gui.dock.themes.basic with parameters of type DockTitleVersion
BasicButtonDockTitle(Dockable dockable, DockTitleVersion origin)
          Constructs a new title
BasicDockTitle(Dockable dockable, DockTitleVersion origin)
          Creates a new title
BasicDockTitle(Dockable dockable, DockTitleVersion origin, boolean setDefaultConditionalFonts)
          Creates a new title
BasicStationTitle(Dockable dockable, DockTitleVersion origin)
          Creates a new instance
 

Uses of DockTitleVersion in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title that return DockTitleVersion
 DockTitleVersion AbstractMultiDockTitle.getOrigin()
           
 DockTitleVersion DockTitle.getOrigin()
          Gets information about how this title was created.
 DockTitleVersion DockTitleRequest.getVersion()
          Gets the usage of the new title.
 DockTitleVersion DockTitleManager.getVersion(String id)
          Gets the handle with the key id.
 DockTitleVersion DockTitleManager.getVersion(String id, DockTitleFactory factory)
          Gets the handle with the key id.
 DockTitleVersion DockTitleManager.register(String id, DockTitleFactory factory, Priority priority)
          Registers a factory for the given key
 DockTitleVersion DockTitleManager.registerClient(String id, DockTitleFactory factory)
          Registers a factory with client-priority
 DockTitleVersion DockTitleManager.registerDefault(String id, DockTitleFactory factory)
          Registers a factory with default-priority
 DockTitleVersion DockTitleManager.registerTheme(String id, DockTitleFactory factory)
          Registers a factory with theme-priority
 

Methods in bibliothek.gui.dock.title with parameters of type DockTitleVersion
protected  void AbstractMultiDockTitle.init(Dockable dockable, DockTitleVersion origin)
          Initializer called by the constructor.
protected  void AbstractDockTitle.init(Dockable dockable, DockTitleVersion origin, boolean showMiniButtons)
          Initializer called by the constructor.
 

Constructors in bibliothek.gui.dock.title with parameters of type DockTitleVersion
AbstractDockTitle(Dockable dockable, DockTitleVersion origin)
          Constructs a new title
AbstractDockTitle(Dockable dockable, DockTitleVersion origin, boolean showMiniButtons)
          Standard constructor
AbstractMultiDockTitle(Dockable dockable, DockTitleVersion origin)
          Standard constructor
DockTitleRequest(DockStation parent, Dockable target, DockTitleVersion version)
          Creates a new request.
UpdatingTitleMovingImage(Dockable dockable, DockTitleVersion version, DockTitle.Orientation orientation)
          Creates a new image.