Uses of Enum Class
org.jdesktop.swingx.prompt.BuddySupport.Position
Packages that use BuddySupport.Position
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of BuddySupport.Position in org.jdesktop.swingx
Methods in org.jdesktop.swingx with parameters of type BuddySupport.PositionModifier and TypeMethodDescriptionvoidJXFormattedTextField.addBuddy(Component buddy, BuddySupport.Position pos) voidJXTextField.addBuddy(Component buddy, BuddySupport.Position pos) voidJXFormattedTextField.addGap(int width, BuddySupport.Position pos) voidJXTextField.addGap(int width, BuddySupport.Position pos) JXFormattedTextField.getBuddies(BuddySupport.Position pos) JXTextField.getBuddies(BuddySupport.Position pos) -
Uses of BuddySupport.Position in org.jdesktop.swingx.prompt
Methods in org.jdesktop.swingx.prompt that return BuddySupport.PositionModifier and TypeMethodDescriptionstatic BuddySupport.PositionReturns the enum constant of this class with the specified name.static BuddySupport.Position[]BuddySupport.Position.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.prompt with parameters of type BuddySupport.PositionModifier and TypeMethodDescriptionstatic voidBuddySupport.add(Component c, BuddySupport.Position pos, JTextField textField) static voidBuddySupport.addGap(int width, BuddySupport.Position pos, JTextField textField) BuddySupport.getBuddies(BuddySupport.Position pos, JTextField textField) static voidBuddySupport.set(List<Component> buddies, BuddySupport.Position pos, JTextField textField)