|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.AbstractDockableProperty
bibliothek.gui.dock.station.flap.FlapDockProperty
public class FlapDockProperty
FlapDockProperties are used on the FlapDockStation
to determine
the location of a Dockable
.
Field Summary | |
---|---|
static FlapDockProperty |
FIRST
The location of the first Dockable . |
private int |
index
|
static FlapDockProperty |
LAST
The location of the last Dockable . |
Constructor Summary | |
---|---|
FlapDockProperty()
Constructs a FlapDockProperty |
|
FlapDockProperty(int index)
Constructs a FlapDockProperty |
Method Summary | |
---|---|
java.lang.String |
getFactoryID()
Gest the unique name of the DockablePropertyFactory which
can create this type of DockableProperty. |
int |
getIndex()
Gets the location of the Dockable on its FlapDockStation . |
void |
load(java.io.DataInputStream in)
Reads the contents of this DockableProperty from a stream. |
void |
setIndex(int index)
Sets the location of the Dockable on its FlapDockStation . |
void |
store(java.io.DataOutputStream out)
Stores the contents of this DockableProperty in a stream. |
Methods inherited from class bibliothek.gui.dock.AbstractDockableProperty |
---|
getSuccessor, setSuccessor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FlapDockProperty FIRST
Dockable
.
public static final FlapDockProperty LAST
Dockable
.
private int index
Constructor Detail |
---|
public FlapDockProperty()
public FlapDockProperty(int index)
index
- the location of the Dockable
setIndex(int)
Method Detail |
---|
public void setIndex(int index)
Dockable
on its FlapDockStation
.
index
- the locationpublic int getIndex()
Dockable
on its FlapDockStation
.
setIndex(int)
public java.lang.String getFactoryID()
DockableProperty
DockablePropertyFactory
which
can create this type of DockableProperty.
DockablePropertyFactory
public void store(java.io.DataOutputStream out) throws java.io.IOException
DockableProperty
successor
(if there is one) must
not be saved.
out
- the stream to write in
java.io.IOException
- if anything unexpected happenspublic void load(java.io.DataInputStream in) throws java.io.IOException
DockableProperty
in
- the stream to read
java.io.IOException
- if anything unexpected happens
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |