Uses of Interface
com.alee.utils.swing.WindowMethods

Packages that use WindowMethods
com.alee.extended.filechooser   
com.alee.extended.ninepatch   
com.alee.extended.optionpane   
com.alee.extended.window   
com.alee.laf   
com.alee.laf.colorchooser   
com.alee.laf.rootpane   
com.alee.managers.style.editor   
 

Uses of WindowMethods in com.alee.extended.filechooser
 

Classes in com.alee.extended.filechooser that implement WindowMethods
 class WebDirectoryChooser
          This custom component provides a dialog shell for WebDirectoryChooserPanel component.
 

Uses of WindowMethods in com.alee.extended.ninepatch
 

Classes in com.alee.extended.ninepatch that implement WindowMethods
 class NinePatchEditorDialog
          Custom dialog that contains nine-patch editor.
 

Uses of WindowMethods in com.alee.extended.optionpane
 

Classes in com.alee.extended.optionpane that implement WindowMethods
 class WebExtendedOptionPane
          User: mgarin Date: 17.05.12 Time: 13:02
 

Uses of WindowMethods in com.alee.extended.window
 

Classes in com.alee.extended.window that implement WindowMethods
 class ImagePreviewFrame
           
 class TestFrame
          This class provides a quick way to open frame with the specified content and some other settings.
 class WebFadeDialog
          User: mgarin Date: 24.07.12 Time: 17:53
 class WebPopOver
          Custom stylish pop-over dialog with a special corner that follows invoker component.
 class WebProgressDialog
          User: mgarin Date: 14.02.12 Time: 12:08

This class provides a quick way to display a progress dialog anywhere you need it and change the progress values without any additional efforts like working with Swing thread to update progress

 

Uses of WindowMethods in com.alee.laf
 

Classes in com.alee.laf that implement WindowMethods
 class LibraryInfoDialog
          Library information dialog.
 

Uses of WindowMethods in com.alee.laf.colorchooser
 

Classes in com.alee.laf.colorchooser that implement WindowMethods
 class WebColorChooserDialog
          User: mgarin Date: 20.12.12 Time: 18:31
 

Uses of WindowMethods in com.alee.laf.rootpane
 

Classes in com.alee.laf.rootpane that implement WindowMethods
 class WebDialog
          This JDialog extenstion class provides some additional methods and options to manipulate dialog behavior.
 class WebFrame
          This JFrame extenstion class provides some additional methods and options to manipulate frame behavior.
 class WebWindow
          This JWindow extenstion class provides some additional methods and options to manipulate window behavior.
 

Uses of WindowMethods in com.alee.managers.style.editor
 

Classes in com.alee.managers.style.editor that implement WindowMethods
 class StyleEditor
          WebLaF style editor application.