|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.layout.AbstractDockableProperty
public abstract class AbstractDockableProperty
A simple implementation of DockableProperty which provides
only the basic features.
| Constructor Summary | |
|---|---|
AbstractDockableProperty()
|
|
| Method Summary | |
|---|---|
protected void |
copy(AbstractDockableProperty copy)
Copies the fields of this property to copy. |
boolean |
equals(Object obj)
|
boolean |
equalsNoSuccessor(DockableProperty property)
Tells whether this describes the same position
as property, not checking the successor. |
DockableProperty |
getSuccessor()
Gets the property which should be used for the child of this dockable DockStation. |
int |
hashCode()
|
void |
setSuccessor(DockableProperty properties)
Sets the property which will be used if this property was used and there is not yet a leaf in the tree of DockStations and Dockables reached. For example: there is a DockStation root, a
dockable DockStation node which is a child of root
and a Dockable leaf which is a child of node.A DockableProperty called one would describe the relationship
between root and node. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.layout.DockableProperty |
|---|
copy, getFactoryID, load, load, store, store |
| Constructor Detail |
|---|
public AbstractDockableProperty()
| Method Detail |
|---|
public DockableProperty getSuccessor()
DockableProperty
getSuccessor in interface DockablePropertynullDockableProperty.setSuccessor(DockableProperty)public void setSuccessor(DockableProperty properties)
DockablePropertyroot, a
dockable DockStation node which is a child of root
and a Dockable leaf which is a child of node.one would describe the relationship
between root and node. Another DockableProperty
called two would describe the relationship between
node and leaf. In this case, the successor
of one would be two.
setSuccessor in interface DockablePropertyproperties - the location of a childprotected void copy(AbstractDockableProperty copy)
copy.
copy - the copy of thispublic boolean equalsNoSuccessor(DockableProperty property)
DockablePropertythis describes the same position
as property, not checking the successor.
equalsNoSuccessor in interface DockablePropertyproperty - the property to check
true if this is the same as propertypublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||