|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.screen.ScreenDockWindowHandle
public class ScreenDockWindowHandle
Represents a ScreenDockWindow in a PlaceholderList.
| Constructor Summary | |
|---|---|
ScreenDockWindowHandle(Dockable dockable,
ScreenDockWindow window)
Creates a new handle. |
|
| Method Summary | |
|---|---|
Dockable |
asDockable()
Gets the Dockable that is associated with this item. |
Rectangle |
getBounds()
Gets the current normal bounds of the window represented by this handle. |
ScreenDockWindow |
getWindow()
Gets the window which is represented by this handle. |
void |
setDockable(Dockable dockable)
Sets the item that is shown by this window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScreenDockWindowHandle(Dockable dockable,
ScreenDockWindow window)
dockable - the element shown by windowwindow - the window which is represented by this handle, not null| Method Detail |
|---|
public Dockable asDockable()
PlaceholderListItemDockable that is associated with this item.
asDockable in interface PlaceholderListItemnullpublic void setDockable(Dockable dockable)
dockable - the element to show, can be nullpublic ScreenDockWindow getWindow()
public Rectangle getBounds()
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||