Class AbstractSkinFrame

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Dimension getTopPreferredSize()
      Gets the TopPreferredSize attribute of the AbstractSkinFrame object
      SkinWindowButton[] getWindowButtons​(int align)
      Gets the WindowButtons attribute of the AbstractSkinFrame object
      boolean installSkin​(javax.swing.JComponent c)
      Description of the Method
      boolean paintTop​(java.awt.Graphics g, java.awt.Component c, boolean isSelected, java.lang.String title)
      Description of the Method
      boolean status()
      Description of the Method
      • Methods inherited from class java.lang.Object

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

      • AbstractSkinFrame

        public AbstractSkinFrame()
    • Method Detail

      • getWindowButtons

        public SkinWindowButton[] getWindowButtons​(int align)
        Gets the WindowButtons attribute of the AbstractSkinFrame object
        Specified by:
        getWindowButtons in interface SkinFrame
        Parameters:
        align - Description of Parameter
        Returns:
        The WindowButtons value
      • getTopPreferredSize

        public java.awt.Dimension getTopPreferredSize()
        Gets the TopPreferredSize attribute of the AbstractSkinFrame object
        Specified by:
        getTopPreferredSize in interface SkinFrame
        Returns:
        The TopPreferredSize value
      • installSkin

        public boolean installSkin​(javax.swing.JComponent c)
        Description of the Method
        Specified by:
        installSkin in interface SkinComponent
        Overrides:
        installSkin in class AbstractSkinComponent
        Parameters:
        c - Description of Parameter
        Returns:
        Description of the Returned Value
      • paintTop

        public boolean paintTop​(java.awt.Graphics g,
                                java.awt.Component c,
                                boolean isSelected,
                                java.lang.String title)
        Description of the Method
        Specified by:
        paintTop in interface SkinFrame
        Parameters:
        g - Description of Parameter
        c - Description of Parameter
        isSelected - Description of Parameter
        title - Description of Parameter
        Returns:
        Description of the Returned Value