public class ChooseColorDialog.Options
extends com.jniwrapper.util.FlagSet
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final int RGBINIT
public static final int FULLOPEN
public static final int PREVENTFULLOPEN
public static final int SHOWHELP
public static final int ENABLEHOOK
public static final int ENABLETEMPLATE
public static final int ENABLETEMPLATEHANDLE
public static final int SOLIDCOLOR
public static final int ANYCOLOR
public void reset()
public void setFullOpen(boolean value)
value
- public void setPreventFullOpen(boolean value)
value
- public void setSolidColor(boolean value)
value
- public void setAnyColor(boolean value)
value
-