Class BBComponent

  • Direct Known Subclasses:
    BBContainer

    public class BBComponent
    extends Object
    Author:
    rlance
    • Constructor Detail

      • BBComponent

        public BBComponent​(com.basis.bbj.proxies.sysgui.BBjControl control)
    • Method Detail

      • getControl

        public com.basis.bbj.proxies.sysgui.BBjControl getControl()
        Returns:
        the control
      • getOrigMinimumSize

        public Dimension getOrigMinimumSize()
        Returns:
        the minimumSize
      • setOrigMinimumSize

        public void setOrigMinimumSize​(Dimension origMinimumSize)
        Parameters:
        origMinimumSize - the minimumSize to set
      • getOrigPreferredSize

        public Dimension getOrigPreferredSize()
        Returns:
        the preferredSize
      • setOrigPreferredSize

        public void setOrigPreferredSize​(Dimension origPreferredSize)
        Parameters:
        origPreferredSize - the preferredSize to set
      • getOrigMaximumSize

        public Dimension getOrigMaximumSize()
        Returns:
        the maximumSize
      • setOrigMaximumSize

        public void setOrigMaximumSize​(Dimension origMaximumSize)
        Parameters:
        origMaximumSize - the maximumSize to set
      • getMinimumSize

        public Dimension getMinimumSize()
        Returns:
        the minimumSize
      • setMinimumSize

        public void setMinimumSize​(Dimension minimumSize)
        Parameters:
        minimumSize - the minimumSize to set
      • getPreferredSize

        public Dimension getPreferredSize()
        Returns:
        the preferredSize
      • setPreferredSize

        public void setPreferredSize​(Dimension preferredSize)
        Parameters:
        preferredSize - the preferredSize to set
      • getMaximumSize

        public Dimension getMaximumSize()
        Returns:
        the maximumSize
      • setMaximumSize

        public void setMaximumSize​(Dimension maximumSize)
        Parameters:
        maximumSize - the maximumSize to set
      • getPreferredFont

        public com.basis.bbj.proxies.sysgui.BBjFont getPreferredFont()
        Returns:
        the preferred BBjFont
      • setPreferredFont

        public void setPreferredFont​(com.basis.bbj.proxies.sysgui.BBjFont preferredFont)
        Parameters:
        preferredFont - the preferred BBjFont to set
      • getX

        public int getX()
        Returns:
        the current x coordinate
      • setX

        public void setX​(int x)
        Parameters:
        x - the current x coordinate
      • getY

        public int getY()
        Returns:
        the current y coordinate
      • setY

        public void setY​(int y)
        Parameters:
        y - the current y coordinate
      • setLocation

        public void setLocation​(int x,
                                int y)
        Parameters:
        x - the current x coordinate
        y - the current y coordinate
      • getWidth

        public int getWidth()
        Returns:
        the current width
      • setWidth

        public void setWidth​(int width)
        Parameters:
        width - the current width
      • getHeight

        public int getHeight()
        Returns:
        the current height
      • setHeight

        public void setHeight​(int height)
        Parameters:
        height - the current height
      • setSize

        public void setSize​(int width,
                            int height)
        Parameters:
        width - the current width to set
        height - the current height to set