|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScrollableListSelectionDialog.SelectionState | |
---|---|
edu.rice.cs.util.swing | Some utility classes for working in Swing. |
Uses of ScrollableListSelectionDialog.SelectionState in edu.rice.cs.util.swing |
---|
Methods in edu.rice.cs.util.swing that return ScrollableListSelectionDialog.SelectionState | |
---|---|
static ScrollableListSelectionDialog.SelectionState |
ScrollableListSelectionDialog.SelectionState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ScrollableListSelectionDialog.SelectionState[] |
ScrollableListSelectionDialog.SelectionState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in edu.rice.cs.util.swing with parameters of type ScrollableListSelectionDialog.SelectionState | |
---|---|
ScrollableListSelectionDialog(Frame owner,
String dialogTitle,
String leaderText,
Collection<?> listItems,
String itemDescription,
ScrollableListSelectionDialog.SelectionState defaultSelection,
int messageType)
Creates a new ScrollableListSelectionDialog with the given title, leader text, items, and message type. |
|
ScrollableListSelectionDialog(Frame owner,
String dialogTitle,
String leaderText,
Collection<?> listItems,
String itemDescription,
ScrollableListSelectionDialog.SelectionState defaultSelection,
int messageType,
int width,
int height,
Icon icon)
Creates a new ScrollableListSelectionDialog with the given title, leader text, items, message type, width, height, and icon. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |