|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.screen.ScreenDockStationLayout
bibliothek.gui.dock.station.screen.RetroScreenDockStationLayout
public class RetroScreenDockStationLayout
Old version of ScreenDockStationLayout, kept for backwards compatibility. Should not
be used by clients.
| Constructor Summary | |
|---|---|
RetroScreenDockStationLayout()
|
|
| Method Summary | |
|---|---|
void |
add(int id,
int x,
int y,
int width,
int height)
Adds a new entry to this layout. |
int |
height(int index)
Gets the height of the index'th entry. |
int |
id(int index)
Gets the id of the index'th entry. |
int |
size()
Gets the number of entries in this layout. |
int |
width(int index)
Gets the width of the index'th entry. |
int |
x(int index)
Gets the x coordinate of the index'th entry. |
int |
y(int index)
Gets the y coordinate of the index'th entry. |
| Methods inherited from class bibliothek.gui.dock.station.screen.ScreenDockStationLayout |
|---|
getPlaceholders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RetroScreenDockStationLayout()
| Method Detail |
|---|
public void add(int id,
int x,
int y,
int width,
int height)
id - the id of the entryx - the x coordinatey - the y coordinatewidth - the widthheight - the heightpublic int size()
public int id(int index)
index - the index of the entry
public int x(int index)
index - the index of the entry
public int y(int index)
index - the index of the entry
public int width(int index)
index - the index of the entry
public int height(int index)
index - the index of the entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||