sub_arctic.contrib
Interface color_picker

All Known Implementing Classes:
rgb_color_picker, simple_color_picker

public abstract interface color_picker

All my color pickers implement this interface, mostly so that callback numbers will be coordinated.


Field Summary
static int COLOR_CHANGED
          Whenever the color picker picked by a color changes, this callback will be sent.
 
Method Summary
 java.awt.Color last_selected_color()
          Users can poll the color picker for the current color with this method.
 

Field Detail

COLOR_CHANGED

public static final int COLOR_CHANGED
Whenever the color picker picked by a color changes, this callback will be sent.
Method Detail

last_selected_color

public java.awt.Color last_selected_color()
Users can poll the color picker for the current color with this method.