|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebDialog | |
---|---|
com.alee.extended.filechooser | |
com.alee.extended.optionpane | |
com.alee.extended.window | |
com.alee.laf.colorchooser | |
com.alee.laf.rootpane |
Uses of WebDialog in com.alee.extended.filechooser |
---|
Subclasses of WebDialog in com.alee.extended.filechooser | |
---|---|
class |
WebDirectoryChooser
This custom component provides a dialog shell for WebDirectoryChooserPanel component. |
Uses of WebDialog in com.alee.extended.optionpane |
---|
Subclasses of WebDialog in com.alee.extended.optionpane | |
---|---|
class |
WebExtendedOptionPane
User: mgarin Date: 17.05.12 Time: 13:02 This class extends WebOptionPane functionality with some additional features like special components positioning inside of the message dialog, access to the dialog and more. |
Uses of WebDialog in com.alee.extended.window |
---|
Subclasses of WebDialog in com.alee.extended.window | |
---|---|
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 WebDialog in com.alee.laf.colorchooser |
---|
Subclasses of WebDialog in com.alee.laf.colorchooser | |
---|---|
class |
WebColorChooserDialog
User: mgarin Date: 20.12.12 Time: 18:31 |
Uses of WebDialog in com.alee.laf.rootpane |
---|
Methods in com.alee.laf.rootpane that return WebDialog | |
---|---|
WebDialog |
WebDialog.center()
Centers window relative to screen center. |
WebDialog |
WebDialog.center(java.awt.Component relativeTo)
Centers window relative to the specified component center. |
WebDialog |
WebDialog.center(java.awt.Component relativeTo,
int width,
int height)
Changes window size and centers it relative to the specified component center. |
WebDialog |
WebDialog.center(int width,
int height)
Changes window size and centers it relative to screen center. |
WebDialog |
WebDialog.packAndCenter()
Packs and centers window relative to old position. |
WebDialog |
WebDialog.packAndCenter(boolean animate)
Packs and centers window relative to old position. |
WebDialog |
WebDialog.packToHeight(int height)
Packs window to its preffered width and specified height. |
WebDialog |
WebDialog.packToWidth(int width)
Packs window to its preffered height and specified width. |
WebDialog |
WebDialog.setWindowOpacity(float opacity)
Sets window opacity if that option is supported by the underlying system. |
WebDialog |
WebDialog.setWindowOpaque(boolean opaque)
Sets window opaque if that option is supported by the underlying system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |