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.rex Contains the elements needed to paint a generic "tabbed pane". 
bibliothek.extension.gui.dock.theme.eclipse.rex.tab Various components needed to paint and manage the tab which is visible on a RexTabbedComponent
bibliothek.gui.dock.common.intern.theme   
 

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

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

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex that return EclipseTheme
 EclipseTheme RexTabbedComponent.getTheme()
           
 

Constructors in bibliothek.extension.gui.dock.theme.eclipse.rex with parameters of type EclipseTheme
RexTabbedComponent(EclipseTheme theme, DockStation station)
          Creates a new tabbed component.
 

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

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex.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.rex.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.intern.theme
 

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