de.javasoft.plaf.synthetica
Class PopupFactory

java.lang.Object
  extended by javax.swing.PopupFactory
      extended by de.javasoft.plaf.synthetica.PopupFactory

public class PopupFactory
extends javax.swing.PopupFactory

PopupFactory used to support shadows for heavyweight popups.

Version:
1.05, 04.11.2010

Method Summary
 javax.swing.Popup getPopup(java.awt.Component owner, java.awt.Component contents, int x, int y)
          Returns an instance of a new Synthetica popup.
static void install()
          Install popup factory.
static void uninstall()
          Uninstall popup factory.
 
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
 

Method Detail

install

public static void install()
Install popup factory.


uninstall

public static void uninstall()
Uninstall popup factory.


getPopup

public javax.swing.Popup getPopup(java.awt.Component owner,
                                  java.awt.Component contents,
                                  int x,
                                  int y)
Returns an instance of a new Synthetica popup.

Overrides:
getPopup in class javax.swing.PopupFactory


Copyright © 2004-2011 Jyloo Software. All Rights Reserved.