frysk.gui.prefs
Class PreferenceWindow.ColorPrefListener

java.lang.Object
  extended by frysk.gui.prefs.PreferenceWindow.ColorPrefListener
All Implemented Interfaces:
org.gnu.gtk.event.ColorButtonListener
Enclosing class:
PreferenceWindow

private static class PreferenceWindow.ColorPrefListener
extends Object
implements org.gnu.gtk.event.ColorButtonListener


Field Summary
private  ColorPreference color
           
 
Constructor Summary
PreferenceWindow.ColorPrefListener(ColorPreference pref)
           
 
Method Summary
 boolean colorButtonEvent(org.gnu.gtk.event.ColorButtonEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

private ColorPreference color
Constructor Detail

PreferenceWindow.ColorPrefListener

public PreferenceWindow.ColorPrefListener(ColorPreference pref)
Method Detail

colorButtonEvent

public boolean colorButtonEvent(org.gnu.gtk.event.ColorButtonEvent arg0)
Specified by:
colorButtonEvent in interface org.gnu.gtk.event.ColorButtonListener