Class Win7PaletteProvider.Palette

  • Enclosing class:
    Win7PaletteProvider

    public class Win7PaletteProvider.Palette
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.swt.graphics.Color[] colors  
      private java.lang.Integer type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Palette​(java.lang.Integer type, org.eclipse.swt.graphics.Color[] colors)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()
      Dispose colors
      org.eclipse.swt.graphics.Color[] getColors()  
      java.lang.Integer getType()  
      • Methods inherited from class java.lang.Object

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

      • type

        private java.lang.Integer type
      • colors

        private org.eclipse.swt.graphics.Color[] colors
    • Constructor Detail

      • Palette

        public Palette​(java.lang.Integer type,
                       org.eclipse.swt.graphics.Color[] colors)
        Parameters:
        type -
        colors -
    • Method Detail

      • getType

        public java.lang.Integer getType()
        Returns:
        int
      • getColors

        public org.eclipse.swt.graphics.Color[] getColors()
        Returns:
        Color[]
      • dispose

        public void dispose()
        Dispose colors