public class ToolBarGripperUI
extends javax.swing.plaf.ComponentUI
| Modifier and Type | Field and Description |
|---|---|
protected static java.awt.Image |
gripExpandHImage |
protected static java.awt.Image |
gripExpandVImage |
protected static java.awt.Image |
gripImage
the "grip" (an alpha blended dot image, 3*3 pixels, hightlighted underneath )
|
| Constructor and Description |
|---|
ToolBarGripperUI()
Constructs a new gripper UI
|
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
void |
installUI(javax.swing.JComponent comp)
installs the UI and sets the preferred size of the gripper
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent comp)
Paints gripper dots
|
protected static java.awt.Image gripImage
protected static java.awt.Image gripExpandHImage
protected static java.awt.Image gripExpandVImage
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent comp)
installUI in class javax.swing.plaf.ComponentUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent comp)
paint in class javax.swing.plaf.ComponentUI© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications