com.vlsolutions.swing.toolbars
public class ToolBarGripper extends JComponent
Since: 2.0
| Field Summary | |
|---|---|
| static String | PROPERTY_ORIENTATION Id for the orientation property |
| Constructor Summary | |
|---|---|
| ToolBarGripper() | |
| ToolBarGripper(int orientation) | |
| Method Summary | |
|---|---|
| int | getOrientation() Returns the orientation of this gripper (SwingConstants.HORIZONTAL/VERTICAL) |
| String | getUIClassID() |
| boolean | isCollapsed() Return true is this toolbar is currently collapsed |
| boolean | isCollapsible() Return true is this toolbar can be collapsed (default is true) |
| void | setCollapsed(boolean collapsed) |
| void | setCollapsible(boolean collapsible) |
| void | setOrientation(int orientation) |
| void | updateUI()
Resets the UI property to a value from the current look and feel.
|
Since: 2.0
See Also: JComponent#updateUI