Class _GOIntf


  • public class _GOIntf
    extends java.lang.Object
    • Constructor Detail

      • _GOIntf

        public _GOIntf()
    • 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)
      • 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)
      • setTextColor

        public static void setTextColor​(GOVisualComponent object,
                                        int value)
      • setDistX

        public static void setDistX​(GOVisualComponent object,
                                    int idx,
                                    int value)
      • setDistY

        public static void setDistY​(GOVisualComponent object,
                                    int idx,
                                    int value)