com.jniwrapper.win32.ui.dialogs
Class ChooseColorDialog.Options

java.lang.Object
  extended by com.jniwrapper.util.FlagSet
      extended by com.jniwrapper.win32.ui.dialogs.ChooseColorDialog.Options
Enclosing class:
ChooseColorDialog

public class ChooseColorDialog.Options
extends com.jniwrapper.util.FlagSet

Options class represents options set for ChooseColorDialog


Field Summary
static int ANYCOLOR
           
static int ENABLEHOOK
           
static int ENABLETEMPLATE
           
static int ENABLETEMPLATEHANDLE
           
static int FULLOPEN
           
static int PREVENTFULLOPEN
           
static int RGBINIT
           
static int SHOWHELP
           
static int SOLIDCOLOR
           
 
Constructor Summary
ChooseColorDialog.Options()
           
 
Method Summary
 void reset()
           
 void setAnyColor(boolean value)
          Customize the dialog to show all available colors.
 void setFullOpen(boolean value)
          Customize the dialog to display additional controls.
 void setPreventFullOpen(boolean value)
          Disables or enables the Define Custom Color button.
 void setSolidColor(boolean value)
          Customize the dialog to show only solid colors.
 
Methods inherited from class com.jniwrapper.util.FlagSet
add, and, clear, contains, getBit, getBits, getFlags, getMask, or, remove, setBit, setBits, setupFlag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RGBINIT

public static final int RGBINIT
See Also:
Constant Field Values

FULLOPEN

public static final int FULLOPEN
See Also:
Constant Field Values

PREVENTFULLOPEN

public static final int PREVENTFULLOPEN
See Also:
Constant Field Values

SHOWHELP

public static final int SHOWHELP
See Also:
Constant Field Values

ENABLEHOOK

public static final int ENABLEHOOK
See Also:
Constant Field Values

ENABLETEMPLATE

public static final int ENABLETEMPLATE
See Also:
Constant Field Values

ENABLETEMPLATEHANDLE

public static final int ENABLETEMPLATEHANDLE
See Also:
Constant Field Values

SOLIDCOLOR

public static final int SOLIDCOLOR
See Also:
Constant Field Values

ANYCOLOR

public static final int ANYCOLOR
See Also:
Constant Field Values
Constructor Detail

ChooseColorDialog.Options

public ChooseColorDialog.Options()
Method Detail

reset

public void reset()

setFullOpen

public void setFullOpen(boolean value)
Customize the dialog to display additional controls.

Parameters:
value -

setPreventFullOpen

public void setPreventFullOpen(boolean value)
Disables or enables the Define Custom Color button.

Parameters:
value -

setSolidColor

public void setSolidColor(boolean value)
Customize the dialog to show only solid colors.

Parameters:
value -

setAnyColor

public void setAnyColor(boolean value)
Customize the dialog to show all available colors.

Parameters:
value -