Class CockpitControl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CockpitControl()  
      protected CockpitControl​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element control)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.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​(java.lang.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.
      protected void store​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element cpit)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CockpitControl

        protected CockpitControl()
      • CockpitControl

        protected CockpitControl​(com.uc4.util.XMLDocument doc,
                                 org.w3c.dom.Element control)
    • Method Detail

      • store

        protected void store​(com.uc4.util.XMLDocument doc,
                             org.w3c.dom.Element cpit)
      • getCaption

        public java.lang.String getCaption()
        Return the caption.
        Returns:
        Caption
      • setCaption

        public void setCaption​(java.lang.String caption)
        Sets the caption.
        Parameters:
        caption - Caption
      • getId

        public int getId()
        Returns the Id of the CockpitControl element.
        Returns:
        Id
      • getHeight

        public int getHeight()
        Returns the height of the CockpitControl.
        Returns:
        Height
      • setHeight

        public void setHeight​(int height)
        Sets the height of the CockpitControl.
        Parameters:
        height - Height
      • getLeft

        public int getLeft()
        Returns the distance to the left.
        Returns:
        Left Distance
      • setLeft

        public void setLeft​(int left)
        Sets the distance to the left.
        Parameters:
        left - Distance
      • getTop

        public int getTop()
        Returns the distance to the top.
        Returns:
        Distance
      • setTop

        public void setTop​(int top)
        Sets the distance to the top.
        Parameters:
        top - Distance
      • setWidth

        public void setWidth​(int width)
        Sets the width of the CockpitControl.
        Parameters:
        width - Width
      • getWidth

        public int getWidth()
        Returns the width of the CockpitControl.
        Returns:
        Width