|
||||||||||
| 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
public abstract class DockIcon
This class is used to retreive Icons from the IconManager.
| Field Summary | |
|---|---|
static Path |
KIND_ICON
What kind of UIValue this is |
| Constructor Summary | |
|---|---|
DockIcon(java.lang.String id,
Path kind)
Creates a new DockIcon. |
|
DockIcon(java.lang.String id,
Path kind,
javax.swing.Icon backup)
Creates a new DockIcon. |
|
| Method Summary | |
|---|---|
protected DockIcon |
me()
Returns this. |
void |
setController(DockController controller)
Sets the IconManager of controller |
| 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_ICON
UIValue this is
| Constructor Detail |
|---|
public DockIcon(java.lang.String id,
Path kind)
DockIcon.
id - the unique identifier of this iconkind - what kind of UIValue this is
public DockIcon(java.lang.String id,
Path kind,
javax.swing.Icon backup)
DockIcon.
id - the unique identifier of this iconkind - what kind of UIValue this isbackup - the icon to be used if no other icon is found| Method Detail |
|---|
public void setController(DockController controller)
IconManager of controller
controller - the controller to observe, can be nullprotected DockIcon me()
AbstractUIValuethis. This method can only be implemented when
the generic boundaries are met, so this methods ensures that this
is really an U, or abstract.
me in class AbstractUIValue<javax.swing.Icon,DockIcon>this
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||