Uses of Class
org.jdesktop.swingx.prompt.BuddySupport.Position
-
Packages that use BuddySupport.Position 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 -
-
Uses of BuddySupport.Position in org.jdesktop.swingx
Methods in org.jdesktop.swingx with parameters of type BuddySupport.Position Modifier and Type Method Description void
JXFormattedTextField. addBuddy(Component buddy, BuddySupport.Position pos)
void
JXTextField. addBuddy(Component buddy, BuddySupport.Position pos)
void
JXFormattedTextField. addGap(int width, BuddySupport.Position pos)
void
JXTextField. addGap(int width, BuddySupport.Position pos)
List<Component>
JXFormattedTextField. getBuddies(BuddySupport.Position pos)
List<Component>
JXTextField. getBuddies(BuddySupport.Position pos)
-
Uses of BuddySupport.Position in org.jdesktop.swingx.prompt
Methods in org.jdesktop.swingx.prompt that return BuddySupport.Position Modifier and Type Method 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.Methods in org.jdesktop.swingx.prompt with parameters of type BuddySupport.Position Modifier and Type Method 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)
-