Package | Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
BubbleButtonDockTitle.changed(DockTitleEvent event) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
BasicTabDockTitle.changed(DockTitleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SmoothDefaultButtonTitle.changed(DockTitleEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
BasicButtonDockTitle.changed(DockTitleEvent event) |
Modifier and Type | Class and Description |
---|---|
class |
ActionsDockTitleEvent
|
class |
ActivityDockTitleEvent
An event telling whether a
DockTitle should be focused or not. |
Modifier and Type | Method and Description |
---|---|
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.
|