Uses of Class
bibliothek.extension.gui.dock.theme.EclipseTheme

Packages that use EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack An implementation of TabPane and supporting classes for the EclipseTheme
bibliothek.extension.gui.dock.theme.eclipse.stack.tab Various components needed to paint and manage the tab which is visible on a EclipseTabPane
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
 

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

Constructors in bibliothek.extension.gui.dock.theme.eclipse with parameters of type EclipseTheme
EclipseDockActionSource(EclipseTheme theme, DockActionSource source, Dockable dockable, boolean tab)
          Creates a new source
EclipseDockTitleFactory(EclipseTheme theme, DockTitleFactory factory)
          Creates a new factory
 

Uses of EclipseTheme in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse.displayer with parameters of type EclipseTheme
EclipseDisplayerFactory(EclipseTheme theme)
          Creates a new displayer factory.
EclipseDockableDisplayer(EclipseTheme theme, DockStation station, Dockable dockable)
          Creates a new DockableDisplayer.
 

Uses of EclipseTheme in bibliothek.extension.gui.dock.theme.eclipse.stack
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack that return EclipseTheme
 EclipseTheme EclipseTabPane.getTheme()
          Gets the theme which created this pane.
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse.stack with parameters of type EclipseTheme
EclipseTabPane(EclipseTheme theme, DockStation station)
          Creates a new pane.
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.stack.tab with parameters of type EclipseTheme
static DockTitleFactory BasicTabDockTitle.createFactory(EclipseTheme theme)
          Gets a new DockTitleFactory using theme as source of various properties.
 

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

Uses of EclipseTheme in bibliothek.gui.dock.common.theme
 

Constructors in bibliothek.gui.dock.common.theme with parameters of type EclipseTheme
CEclipseTheme(CControl control, EclipseTheme theme)
          Creates a new theme.