Package sk.ipesoft.d2000.go
Class _GOIntf
- java.lang.Object
-
- sk.ipesoft.d2000.go._GOIntf
-
public class _GOIntf extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description _GOIntf()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetDistX(GOVisualComponent object, int idx)static intgetDistY(GOVisualComponent object, int idx)static SOFontStylegetFontStyle(GOVisualComponent object)static java.lang.StringgetText(GOVisualComponent object)static intgetTextColor(GOVisualComponent object)static voidlockUpdate(GOComponentBase object, boolean bLock)static voidsetBackColor(GOComponentBase object, int value)static voidsetDistX(GOVisualComponent object, int idx, int value)static voidsetDistY(GOVisualComponent object, int idx, int value)static voidsetDraggable(GOComponentBase object, boolean bHorizontal, boolean bVertical)static voidsetDragRangeX(GOComponentBase object, int min, int max)static voidsetDragRangeY(GOComponentBase object, int min, int max)static voidsetEnable(GOComponentBase object, boolean enable)static voidsetFocus(GOComponentBase object)static voidsetFontStyle(GOVisualComponent object, SOFontStyle value)static voidsetForeColor(GOComponentBase object, int value)static voidsetHeight(GOComponentBase object, int value, boolean bObjManager)static voidsetMasterEnable(GOComponentBase object, boolean enable)static voidsetMasterVisible(GOComponentBase object, boolean visible)static voidsetPosX(GOComponentBase object, int value, boolean bObjManager)static voidsetPosY(GOComponentBase object, int value, boolean bObjManager)static voidsetText(GOVisualComponent object, java.lang.String value)static voidsetTextColor(GOVisualComponent object, int value)static voidsetTooltip(GOComponentBase object, java.lang.String value)static voidsetVisible(GOComponentBase object, boolean visible)static voidsetWidth(GOComponentBase object, int value, boolean bObjManager)
-
-
-
Method Detail
-
lockUpdate
public static void lockUpdate(GOComponentBase object, boolean bLock)
-
setBackColor
public static void setBackColor(GOComponentBase object, int value)
-
setDragRangeX
public static void setDragRangeX(GOComponentBase object, int min, int max)
-
setDragRangeY
public static void setDragRangeY(GOComponentBase object, int min, int max)
-
setDraggable
public static void setDraggable(GOComponentBase object, boolean bHorizontal, boolean bVertical)
-
setEnable
public static void setEnable(GOComponentBase object, boolean enable)
-
setMasterEnable
public static void setMasterEnable(GOComponentBase object, boolean enable)
-
setFocus
public static void setFocus(GOComponentBase object)
-
setForeColor
public static void setForeColor(GOComponentBase object, int value)
-
setHeight
public static void setHeight(GOComponentBase object, int value, boolean bObjManager)
-
setPosX
public static void setPosX(GOComponentBase object, int value, boolean bObjManager)
-
setPosY
public static void setPosY(GOComponentBase object, int value, boolean bObjManager)
-
setTooltip
public static void setTooltip(GOComponentBase object, java.lang.String value)
-
setVisible
public static void setVisible(GOComponentBase object, boolean visible)
-
setMasterVisible
public static void setMasterVisible(GOComponentBase object, boolean visible)
-
setWidth
public static void setWidth(GOComponentBase object, int value, boolean bObjManager)
-
setText
public static void setText(GOVisualComponent object, java.lang.String value)
-
getText
public static java.lang.String getText(GOVisualComponent object)
-
getFontStyle
public static SOFontStyle getFontStyle(GOVisualComponent object)
-
getTextColor
public static int getTextColor(GOVisualComponent object)
-
setFontStyle
public static void setFontStyle(GOVisualComponent object, SOFontStyle value)
-
setTextColor
public static void setTextColor(GOVisualComponent object, int value)
-
getDistX
public static int getDistX(GOVisualComponent object, int idx)
-
setDistX
public static void setDistX(GOVisualComponent object, int idx, int value)
-
getDistY
public static int getDistY(GOVisualComponent object, int idx)
-
setDistY
public static void setDistY(GOVisualComponent object, int idx, int value)
-
-