JIDE 3.5.15

com.jidesoft.plaf
Class PopupUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.jidesoft.plaf.PopupUI
Direct Known Subclasses:
BasicJidePopupUI

public abstract class PopupUI
extends ComponentUI

ComponentUI for PopupUI.


Constructor Summary
PopupUI()
           
 
Method Summary
abstract  Component getGripper()
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupUI

public PopupUI()
Method Detail

getGripper

public abstract Component getGripper()

JIDE 3.5.15