| Package | Description |
|---|---|
| net.thevpc.netbeans.launcher.ui.utils |
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentPaint |
SwingUtils2.componentGradientPaint(Color a,
Color b,
Direction dir) |
static ComponentPaint |
SwingUtils2.componentGradientPaint(Color a,
int darkening,
Direction dir) |
static ComponentPaint |
SwingUtils2.componentGradientPaint(String a,
int darkening,
Direction dir) |
static ComponentPaint |
SwingUtils2.componentGradientPaint(String a,
String b,
Direction dir) |
void |
SimplePanelSlider.slide(Direction slideType,
Component next) |
Copyright © 2022 vpc open source initiative. All rights reserved.