Uses of Enum
com.jsql.view.swing.ui.ComponentBorder.Edge
-
Uses of ComponentBorder.Edge in com.jsql.view.swing.ui
Modifier and TypeMethodDescriptionComponentBorder.getEdge()
Get the Edge the component is positioned along.static ComponentBorder.Edge
Returns the enum constant of this type with the specified name.static ComponentBorder.Edge[]
ComponentBorder.Edge.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ComponentBorder.setEdge
(ComponentBorder.Edge edge) Set the Edge the component is positioned along.ModifierConstructorDescriptionComponentBorder
(JComponent component, ComponentBorder.Edge edge) Convenience constructor that uses the default alignment (CENTER).ComponentBorder
(JComponent component, ComponentBorder.Edge edge, float alignment) Main constructor to create a ComponentBorder.