com.vlsolutions.swing.toolbars
Class ToolBarGripper
JComponent
com.vlsolutions.swing.toolbars.ToolBarGripper
public class ToolBarGripper
extends JComponent
The component used to have a "grip" action on a toolbar (Drag and Drop support)
PROPERTY_ORIENTATION
public static final String PROPERTY_ORIENTATION
Id for the orientation property
ToolBarGripper
public ToolBarGripper()
ToolBarGripper
public ToolBarGripper(int orientation)
getOrientation
public int getOrientation()
Returns the orientation of this gripper (SwingConstants.HORIZONTAL/VERTICAL)
getUIClassID
public String getUIClassID()
isCollapsed
public boolean isCollapsed()
Return true is this toolbar is currently collapsed
isCollapsible
public boolean isCollapsible()
Return true is this toolbar can be collapsed (default is true)
setCollapsed
public void setCollapsed(boolean collapsed)
setCollapsible
public void setCollapsible(boolean collapsible)
setOrientation
public void setOrientation(int orientation)
updateUI
public void updateUI()
Resets the UI property to a value from the current look and feel.
© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications