| Package | Description |
|---|---|
| com.dlsc.flexgantt.swing.selector |
Contains the selector implementations.
|
| Modifier and Type | Method and Description |
|---|---|
Selector.Location |
Selector.getSelectorLocation()
Returns the location where the selector will appear (above, below, to the
left, or to the right of the parent component).
|
static Selector.Location |
Selector.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Selector.Location[] |
Selector.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Selector(String title,
JComponent parentComponent,
JComponent contentComponent,
Selector.Location location)
Constructs a new selector window.
|
Selector(String title,
JComponent parentComponent,
Selector.Location location)
Constructs a new selector window without specifying a content component.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.