PopupUI.java :  » Swing-Library » jide-oss-2.8.3 » com » jidesoft » plaf » Java Open Source

Java Open Source » Swing Library » jide oss 2.8.3 
jide oss 2.8.3 » com » jidesoft » plaf » PopupUI.java
/*
 * @(#) PopupUI.java
 * Last modified date: 2/9/2005
 *
 * Copyright 2002 - 2005 JIDE Software Inc. All rights reserved.
 */
package com.jidesoft.plaf;

import javax.swing.plaf.ComponentUI;
import java.awt.*;

/**
 * ComponentUI for PopupUI.
 */
public abstract class PopupUI extends ComponentUI {
    abstract public Component getGripper();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.