|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.util.AbstractUIValue<javax.swing.Icon,DockIcon>
bibliothek.gui.dock.util.icon.DockIcon
bibliothek.gui.dock.dockable.DockableIcon
public abstract class DockableIcon
An icon that is used for a Dockable
| Field Summary | |
|---|---|
static Path |
KIND_DOCKABLE
what kind of UIValue this is |
| Fields inherited from class bibliothek.gui.dock.util.icon.DockIcon |
|---|
KIND_ICON |
| Constructor Summary | |
|---|---|
DockableIcon(java.lang.String id,
Dockable dockable)
Creates a new icon |
|
| Method Summary | |
|---|---|
Dockable |
getDockable()
Gets the Dockable for which this icon is used. |
| Methods inherited from class bibliothek.gui.dock.util.icon.DockIcon |
|---|
me, setController |
| Methods inherited from class bibliothek.gui.dock.util.AbstractUIValue |
|---|
changed, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Path KIND_DOCKABLE
UIValue this is
| Constructor Detail |
|---|
public DockableIcon(java.lang.String id,
Dockable dockable)
id - the identifier of the icondockable - the element for which the icon is used| Method Detail |
|---|
public Dockable getDockable()
Dockable for which this icon is used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||