Package | Description |
---|---|
charger.prefs |
Classes needed for setting preferences by the user.
|
Modifier and Type | Field and Description |
---|---|
(package private) ColorPreviewPanel.ColorAspect |
ColorPreviewPanel.ColorResult.aspect |
Modifier and Type | Field and Description |
---|---|
(package private) EnumMap<ColorPreviewPanel.ColorAspect,Color> |
ColorPreviewPanel.currentColor |
Modifier and Type | Method and Description |
---|---|
static ColorPreviewPanel.ColorAspect |
ColorPreviewPanel.ColorAspect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorPreviewPanel.ColorAspect[] |
ColorPreviewPanel.ColorAspect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ColorResult(ColorPreviewPanel.ColorAspect aspect,
Color color) |