Uses of Class
bibliothek.gui.dock.event.DockTitleEvent

Packages that use DockTitleEvent
bibliothek.extension.gui.dock.theme.eclipse.rex.tab Various components needed to paint and manage the tab which is visible on a RexTabbedComponent
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
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 DockTitleEvent in bibliothek.extension.gui.dock.theme.eclipse.rex.tab
 

Subclasses of DockTitleEvent in bibliothek.extension.gui.dock.theme.eclipse.rex.tab
 class EclipseDockTitleEvent
          These events are fired by a DockTitleTab to its DockTitle to indicate that some properties, normally not used by a DockTitle, have changed.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.rex.tab with parameters of type DockTitleEvent
 void BasicTabDockTitle.changed(DockTitleEvent event)
           
 

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

Methods in bibliothek.extension.gui.dock.theme.flat with parameters of type DockTitleEvent
 void FlatButtonTitle.changed(DockTitleEvent event)
           
 

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

Methods in bibliothek.gui.dock.themes.basic with parameters of type DockTitleEvent
 void BasicButtonDockTitle.changed(DockTitleEvent event)
           
 

Uses of DockTitleEvent in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title with parameters of type DockTitleEvent
 void AbstractDockTitle.changed(DockTitleEvent event)
           
 void DockTitle.changed(DockTitleEvent event)
          Called if a property (of this title, of the owner or anything else) has changed.