Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.prompt |
Modifier and Type | Method and Description |
---|---|
void |
JXTextField.addBuddy(Component buddy,
BuddySupport.Position pos) |
void |
JXFormattedTextField.addBuddy(Component buddy,
BuddySupport.Position pos) |
void |
JXTextField.addGap(int width,
BuddySupport.Position pos) |
void |
JXFormattedTextField.addGap(int width,
BuddySupport.Position pos) |
List<Component> |
JXTextField.getBuddies(BuddySupport.Position pos) |
List<Component> |
JXFormattedTextField.getBuddies(BuddySupport.Position pos) |
Modifier and Type | Method and Description |
---|---|
static BuddySupport.Position |
BuddySupport.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuddySupport.Position[] |
BuddySupport.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
BuddySupport.add(Component c,
BuddySupport.Position pos,
JTextField textField) |
static void |
BuddySupport.addGap(int width,
BuddySupport.Position pos,
JTextField textField) |
static List<Component> |
BuddySupport.getBuddies(BuddySupport.Position pos,
JTextField textField) |
static void |
BuddySupport.set(List<Component> buddies,
BuddySupport.Position pos,
JTextField textField) |
Copyright © 2013. All rights reserved.