|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.title.DockTitleEvent
bibliothek.gui.dock.title.ActivityDockTitleEvent
bibliothek.extension.gui.dock.theme.eclipse.stack.tab.EclipseDockTitleEvent
public 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.
| Constructor Summary | |
|---|---|
EclipseDockTitleEvent(DockStation station,
Dockable dockable,
boolean selected,
boolean focused,
boolean paintIconWhenInactive)
Creates a new event |
|
| Method Summary | |
|---|---|
boolean |
isFocused()
Tells whether the tab which fired this event is focused. |
boolean |
isPaintIconWhenInactive()
Tells whether icons should be painted when the tab is not selected. |
boolean |
isSelected()
Tells whether the tab which fired this event is selected. |
| Methods inherited from class bibliothek.gui.dock.title.ActivityDockTitleEvent |
|---|
isActive, isPreferred, setPreferred |
| Methods inherited from class bibliothek.gui.dock.title.DockTitleEvent |
|---|
getDockable, getStation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EclipseDockTitleEvent(DockStation station,
Dockable dockable,
boolean selected,
boolean focused,
boolean paintIconWhenInactive)
station - the station on which the tab lies, might be nulldockable - the element for which the tab is shownselected - whether the tab is selectedfocused - whether the tab is focusedpaintIconWhenInactive - whether to paint icons when the tab is
not selected| Method Detail |
|---|
public boolean isSelected()
public boolean isFocused()
public boolean isPaintIconWhenInactive()
true if icons should always be painted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||