|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DesktopContentUI
This interface let you modify ui behaviours of a content when a DesktopContentManagerUI is used
as current ContentManagerUI.
DesktopContentManagerUI| Method Summary | |
|---|---|
Point |
getLocation()
Gets the location of the content frame in the form of a point specifying the component's top-left corner. |
Dimension |
getSize()
Returns the size of the content frame in the form of a Dimension object. |
boolean |
isIconified()
Returns whether the DesktopContentUI is currently iconified. |
void |
setIconified(boolean iconified)
Iconifies or de-iconifies this content frame, |
void |
setLocation(int x,
int y)
Sets the content frame location. |
void |
setSize(int width,
int height)
Sets the content frame size. |
| Methods inherited from interface org.noos.xing.mydoggy.ContentUI |
|---|
getContent, getDetachedBounds, getTransparentDelay, getTransparentRatio, isAddToTaskBarWhenDetached, isAlwaysOnTop, isCloseable, isDetachable, isMaximizable, isMinimizable, isTransparentMode, setAddToTaskBarWhenDetached, setAlwaysOnTop, setCloseable, setConstraints, setDetachable, setDetachedBounds, setMaximizable, setMinimizable, setTransparentDelay, setTransparentMode, setTransparentRatio |
| Methods inherited from interface org.noos.xing.mydoggy.Observable |
|---|
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener |
| Method Detail |
|---|
void setLocation(int x,
int y)
x and y
parameters in the system coordinate space.
x - the x-coordinate of the new location's
top-left corner in the system's coordinate spacey - the y-coordinate of the new location's
top-left corner in the system's coordinate spacegetLocation()Point getLocation()
Point representing the top-left corner of the component's bounds in
the system coordinate space.setLocation(int, int)
void setSize(int width,
int height)
width - the new width of this component in pixelsheight - the new height of this component in pixelsgetSize()Dimension getSize()
Dimension object. The height
field of the Dimension object contains
this content frame's height, and the width
field of the Dimension object contains
this content frame's width.
Dimension object that indicates the
size of this content frame.setSize(int, int)boolean isIconified()
DesktopContentUI is currently iconified.
true if this content frame is iconifiedsetIconified(boolean)void setIconified(boolean iconified)
iconified - a boolean, where true means to iconify this content frame and
false means to de-iconify it.isIconified()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||