Package com.uc4.api.objects
Class CockpitControl
java.lang.Object
com.uc4.api.objects.CockpitControl
- Direct Known Subclasses:
- CockpitFrame,- CockpitValueControl
CockpitControl.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedCockpitControl(com.uc4.util.XMLDocument doc, Element control) 
- 
Method SummaryModifier and TypeMethodDescriptionReturn the caption.intReturns the height of theCockpitControl.intgetId()Returns the Id of theCockpitControlelement.intgetLeft()Returns the distance to the left.intgetTop()Returns the distance to the top.intgetWidth()Returns the width of theCockpitControl.voidsetCaption(String caption) Sets the caption.voidsetHeight(int height) Sets the height of theCockpitControl.voidsetLeft(int left) Sets the distance to the left.voidsetTop(int top) Sets the distance to the top.voidsetWidth(int width) Sets the width of theCockpitControl.protected void
- 
Constructor Details- 
CockpitControlprotected CockpitControl()
- 
CockpitControl
 
- 
- 
Method Details- 
store
- 
getCaptionReturn the caption.- Returns:
- Caption
 
- 
setCaptionSets the caption.- Parameters:
- caption- Caption
 
- 
getIdpublic int getId()Returns the Id of theCockpitControlelement.- Returns:
- Id
 
- 
getHeightpublic int getHeight()Returns the height of theCockpitControl.- Returns:
- Height
 
- 
setHeightpublic void setHeight(int height) Sets the height of theCockpitControl.- Parameters:
- height- Height
 
- 
getLeftpublic int getLeft()Returns the distance to the left.- Returns:
- Left Distance
 
- 
setLeftpublic void setLeft(int left) Sets the distance to the left.- Parameters:
- left- Distance
 
- 
getToppublic int getTop()Returns the distance to the top.- Returns:
- Distance
 
- 
setToppublic void setTop(int top) Sets the distance to the top.- Parameters:
- top- Distance
 
- 
setWidthpublic void setWidth(int width) Sets the width of theCockpitControl.- Parameters:
- width- Width
 
- 
getWidthpublic int getWidth()Returns the width of theCockpitControl.- Returns:
- Width
 
 
-