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

Packages that use DockTitleEvent
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.extension.gui.dock.theme.eclipse.rex.tab   
bibliothek.extension.gui.dock.theme.smooth   
bibliothek.gui.dock.themes.basic   
bibliothek.gui.dock.title   
 

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

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

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.smooth
 

Methods in bibliothek.extension.gui.dock.theme.smooth with parameters of type DockTitleEvent
 void SmoothDefaultButtonTitle.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.