Class ColorCache2.CachedColorUnmanaged

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.swt.graphics.Color color  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CachedColorUnmanaged​(org.eclipse.swt.graphics.Color _color)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      org.eclipse.swt.graphics.Color getColor()  
      boolean isDisposed()  
      • Methods inherited from class java.lang.Object

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

      • color

        private org.eclipse.swt.graphics.Color color
    • Constructor Detail

      • CachedColorUnmanaged

        private CachedColorUnmanaged​(org.eclipse.swt.graphics.Color _color)