JIDE 3.5.15

com.jidesoft.plaf.aqua
Class AquaGripperUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.jidesoft.plaf.GripperUI
          extended by com.jidesoft.plaf.basic.BasicGripperUI
              extended by com.jidesoft.plaf.aqua.AquaGripperUI

public class AquaGripperUI
extends BasicGripperUI

Author:
olifink

Field Summary
 
Fields inherited from class com.jidesoft.plaf.basic.BasicGripperUI
_gripperPainter, _painter
 
Constructor Summary
AquaGripperUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void paint(Graphics g, JComponent c)
           
 
Methods inherited from class com.jidesoft.plaf.basic.BasicGripperUI
createMouseListener, getMaximumSize, getMinimumSize, getPainter, getPreferredSize, installDefaults, installListeners, installUI, paintBackground, uninstallDefaults, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaGripperUI

public AquaGripperUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicGripperUI

JIDE 3.5.15