public abstract class CockpitControl extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Return the caption.
|
int |
getHeight()
Returns the height of the
CockpitControl. |
int |
getId()
Returns the Id of the
CockpitControl element. |
int |
getLeft()
Returns the distance to the left.
|
int |
getTop()
Returns the distance to the top.
|
int |
getWidth()
Returns the width of the
CockpitControl. |
void |
setCaption(String caption)
Sets the caption.
|
void |
setHeight(int height)
Sets the height of the
CockpitControl. |
void |
setLeft(int left)
Sets the distance to the left.
|
void |
setTop(int top)
Sets the distance to the top.
|
void |
setWidth(int width)
Sets the width of the
CockpitControl. |
public String getCaption()
public void setCaption(String caption)
caption - Captionpublic int getId()
CockpitControl element.public int getHeight()
CockpitControl.public void setHeight(int height)
CockpitControl.height - Heightpublic int getLeft()
public void setLeft(int left)
left - Distancepublic int getTop()
public void setTop(int top)
top - Distancepublic void setWidth(int width)
CockpitControl.width - Widthpublic int getWidth()
CockpitControl.Copyright © 2021. All rights reserved.