jsyntaxpane.util
Class SwingUtils

java.lang.Object
  extended by jsyntaxpane.util.SwingUtils

public class SwingUtils
extends java.lang.Object

As always, some general purpose handy Swing Utility methods

Author:
Ayman Al-Sairafi

Constructor Summary
SwingUtils()
           
 
Method Summary
static void addEscapeListener(EscapeListener dialog)
          FIXME: These two addEscapeListener can be called on a new interface that implements RootPainCOntainer (Swing) and a new method that is called
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtils

public SwingUtils()
Method Detail

addEscapeListener

public static void addEscapeListener(EscapeListener dialog)
FIXME: These two addEscapeListener can be called on a new interface that implements RootPainCOntainer (Swing) and a new method that is called

Parameters:
dialog -