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

Packages that use DockTitleEvent
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme 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.smooth Contains elements to paint a DockTitle which smoothly changes its color. 
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.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.stack.tab
 

Subclasses of DockTitleEvent in bibliothek.extension.gui.dock.theme.eclipse.stack.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.stack.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
 

Subclasses of DockTitleEvent in bibliothek.gui.dock.title
 class ActionsDockTitleEvent
          A DockTitleEvent used to inform a DockTitle about a set of DockActions that should be used.
 class ActivityDockTitleEvent
          An event telling whether a DockTitle should be focused or not.
 

Methods in bibliothek.gui.dock.title with parameters of type DockTitleEvent
 void AbstractDockTitle.changed(DockTitleEvent event)
           
 void AbstractMultiDockTitle.changed(DockTitleEvent event)
           
 void DockTitle.changed(DockTitleEvent event)
          Called if a property changed that might be important for painting this title.