public interface CAMframeControlMBean
Modifier and Type | Method and Description |
---|---|
void |
close()
Close window
|
int |
getHeight()
Get Height of the window
|
java.lang.String |
getId()
returns identification string
|
int |
getState()
Get Window state (iconified,normal,maximized)
|
int |
getWidth()
Get Width of the window
|
int |
getX()
Get X-Position of the window
|
int |
getY()
Get Y-Position of the window
|
void |
move(int newX,
int newY)
Moves window to the given position
|
void |
resize(int newWidth,
int newHeight)
newOperation1 Description
|
void |
setGeometry(int x,
int y,
int width,
int height)
newOperation0 Description
|
void |
setHeight(int value)
Set Height of the window
|
void |
setState(int value)
Set Window state (iconified,normal,maximized)
|
void |
setWidth(int value)
Set Width of the window
|
void |
setX(int value)
Set X-Position of the window
|
void |
setY(int value)
Set Y-Position of the window
|
void |
windowState(int windowState)
newOperation0 Description
|
int getX()
void setX(int value)
int getY()
void setY(int value)
int getWidth()
void setWidth(int value)
int getHeight()
void setHeight(int value)
void move(int newX, int newY)
newX
- new X-positionnewY
- new Y-positionvoid resize(int newWidth, int newHeight)
newWidth
- New width of the windownewHeight
- New height of the windowvoid close()
java.lang.String getId()
void setGeometry(int x, int y, int width, int height)
x
- xy
- ywidth
- widthheight
- heightint getState()
void setState(int value)
void windowState(int windowState)
windowState
- Frame.ICONIFIED, Frame.NORMAL, etc...13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft