|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.util.PropertyKey<A>
A
- the type of entrypublic class PropertyKey<A>
The key for an entry of DockProperties
.
Field Summary | |
---|---|
static PropertyKey<javax.swing.Icon> |
DOCK_STATION_ICON
The Icon used for a DockStation if it has no icon. |
static PropertyKey<java.lang.String> |
DOCK_STATION_TITLE
The title of a DockStation if it has no title. |
static PropertyKey<javax.swing.Icon> |
DOCKABLE_ICON
The Icon used for a Dockable if it has no icon. |
static PropertyKey<java.lang.String> |
DOCKABLE_TITLE
The title of a Dockable if it has no title. |
private java.lang.String |
id
a unique identifier |
Constructor Summary | |
---|---|
PropertyKey(java.lang.String id)
Creates a new key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PropertyKey<javax.swing.Icon> DOCKABLE_ICON
Dockable
if it has no icon.
public static final PropertyKey<javax.swing.Icon> DOCK_STATION_ICON
DockStation
if it has no icon.
public static final PropertyKey<java.lang.String> DOCKABLE_TITLE
Dockable
if it has no title.
public static final PropertyKey<java.lang.String> DOCK_STATION_TITLE
DockStation
if it has no title.
private java.lang.String id
Constructor Detail |
---|
public PropertyKey(java.lang.String id)
id
- a unique identifier, should contain the name of the
type of property, represented by this key.Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |