Sky View Café - Java

org.shetline.gui
Class KPopupFactory

java.lang.Object
  extended by javax.swing.PopupFactory
      extended by org.shetline.gui.KPopupFactory

public class KPopupFactory
extends PopupFactory


Constructor Summary
KPopupFactory()
           
 
Method Summary
static KPopup.PreferredWeight getDefaultPreferredWeight()
           
 Popup getPopup(Component owner, Component contents, int x, int y)
           
static void setDefaultPreferredWeight(KPopup.PreferredWeight prefWeight)
           
 
Methods inherited from class javax.swing.PopupFactory
getSharedInstance, setSharedInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KPopupFactory

public KPopupFactory()
Method Detail

getPopup

public Popup getPopup(Component owner,
                      Component contents,
                      int x,
                      int y)
               throws IllegalArgumentException
Overrides:
getPopup in class PopupFactory
Throws:
IllegalArgumentException

setDefaultPreferredWeight

public static void setDefaultPreferredWeight(KPopup.PreferredWeight prefWeight)

getDefaultPreferredWeight

public static KPopup.PreferredWeight getDefaultPreferredWeight()

Sky View Café - Java