Diamond Control Suite 3.0

diamondedge.util
Class UI

java.lang.Object
  extended by diamondedge.util.UI

public class UI
extends Object

Common utility methods related to the Swing user interface


Field Summary
static String copyright
           
 
Constructor Summary
UI()
           
 
Method Summary
static void forwardFocusGained(FocusEvent e, Component source)
           
static void forwardFocusLost(FocusEvent e, Component source)
           
static void forwardKeyPressed(KeyEvent e, Component source)
           
static void forwardKeyReleased(KeyEvent e, Component source)
           
static void forwardKeyTyped(KeyEvent e, Component source)
           
static void forwardMouseClicked(MouseEvent e, Component source)
           
static void forwardMouseDragged(MouseEvent e, Component source)
           
static void forwardMouseEntered(MouseEvent e, Component source)
           
static void forwardMouseExited(MouseEvent e, Component source)
           
static void forwardMouseMoved(MouseEvent e, Component source)
           
static void forwardMousePressed(MouseEvent e, Component source)
           
static void forwardMouseReleased(MouseEvent e, Component source)
           
static Applet getApplet(Component obj)
           
static Frame getFrame(Component obj)
           
static JFrame getJFrame(Component obj)
           
static Component getParent(Component obj, Class cls)
           
static JScrollPane getScrollPane(Component c)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

UI

public UI()
Method Detail

main

public static void main(String[] args)

getScrollPane

public static JScrollPane getScrollPane(Component c)

getJFrame

public static JFrame getJFrame(Component obj)

getFrame

public static Frame getFrame(Component obj)

getApplet

public static Applet getApplet(Component obj)

getParent

public static Component getParent(Component obj,
                                  Class cls)

forwardKeyPressed

public static void forwardKeyPressed(KeyEvent e,
                                     Component source)

forwardKeyReleased

public static void forwardKeyReleased(KeyEvent e,
                                      Component source)

forwardKeyTyped

public static void forwardKeyTyped(KeyEvent e,
                                   Component source)

forwardFocusGained

public static void forwardFocusGained(FocusEvent e,
                                      Component source)

forwardFocusLost

public static void forwardFocusLost(FocusEvent e,
                                    Component source)

forwardMouseClicked

public static void forwardMouseClicked(MouseEvent e,
                                       Component source)

forwardMousePressed

public static void forwardMousePressed(MouseEvent e,
                                       Component source)

forwardMouseReleased

public static void forwardMouseReleased(MouseEvent e,
                                        Component source)

forwardMouseEntered

public static void forwardMouseEntered(MouseEvent e,
                                       Component source)

forwardMouseExited

public static void forwardMouseExited(MouseEvent e,
                                      Component source)

forwardMouseDragged

public static void forwardMouseDragged(MouseEvent e,
                                       Component source)

forwardMouseMoved

public static void forwardMouseMoved(MouseEvent e,
                                     Component source)

Diamond Control Suite 3.0

Diamond Edge and Diamond Control Suite are trademarks or registered trademarks of Diamond Edge, Inc. Copyright 1999-2005 Diamond Edge, Inc. All Rights Reserved.