|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.docking.DockingPathConstraints
public class DockingPathConstraints
Parser for a docking path.
The format of a docking path is a semi-colon-separated list of paths, each of them having the following format:
<path> := <position>{'?'<query>}
<query> := param=value¶m=value&...
Position can be TOP, BOTTOM, LEFT or
RIGHT.
Parameters can be:
size - size of pixels of the dock to create
type - type of the dock to create (see DockType).
| Constructor Summary | |
|---|---|
DockingPathConstraints(String path)
Instantiates a new docking path constraints. |
|
| Method Summary | |
|---|---|
String |
getPath()
Gets the path. |
int |
getPosition()
Gets the position. |
int |
getSize()
Gets the size. |
DockType |
getType()
Gets the type. |
protected void |
parse()
Parses the path. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DockingPathConstraints(String path)
path - the path| Method Detail |
|---|
protected void parse()
public String toString()
toString in class Objectpublic String getPath()
public int getSize()
public DockType getType()
public int getPosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||