|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebFrame | |
---|---|
com.alee.examples | |
com.alee.extended.ninepatch | |
com.alee.extended.style | |
com.alee.extended.window | |
com.alee.laf | |
com.alee.laf.rootpane |
Uses of WebFrame in com.alee.examples |
---|
Subclasses of WebFrame in com.alee.examples | |
---|---|
class |
WebLookAndFeelDemo
User: mgarin Date: 14.02.12 Time: 11:35 |
Uses of WebFrame in com.alee.extended.ninepatch |
---|
Subclasses of WebFrame in com.alee.extended.ninepatch | |
---|---|
class |
NinePatchEditorDialog
Custom dialog that contains nine-patch editor. |
Uses of WebFrame in com.alee.extended.style |
---|
Subclasses of WebFrame in com.alee.extended.style | |
---|---|
class |
StyleEditor
WebLaF style editor application. |
Uses of WebFrame in com.alee.extended.window |
---|
Subclasses of WebFrame in com.alee.extended.window | |
---|---|
class |
ImagePreviewFrame
|
class |
TestFrame
This class provides a quick way to open frame with the specified content and some other settings. |
Uses of WebFrame in com.alee.laf |
---|
Subclasses of WebFrame in com.alee.laf | |
---|---|
class |
LibraryInfoDialog
Library information dialog. |
Uses of WebFrame in com.alee.laf.rootpane |
---|
Methods in com.alee.laf.rootpane that return WebFrame | |
---|---|
WebFrame |
WebFrame.center()
Centers window relative to screen center. |
WebFrame |
WebFrame.center(java.awt.Component relativeTo)
Centers window relative to the specified component center. |
WebFrame |
WebFrame.center(java.awt.Component relativeTo,
int width,
int height)
Changes window size and centers it relative to the specified component center. |
WebFrame |
WebFrame.center(int width,
int height)
Changes window size and centers it relative to screen center. |
WebFrame |
WebFrame.packAndCenter()
Packs and centers window relative to old position. |
WebFrame |
WebFrame.packAndCenter(boolean animate)
Packs and centers window relative to old position. |
WebFrame |
WebFrame.packToHeight(int height)
Packs window to its preffered width and specified height. |
WebFrame |
WebFrame.packToWidth(int width)
Packs window to its preffered height and specified width. |
WebFrame |
WebFrame.setWindowOpacity(float opacity)
Sets window opacity if that option is supported by the underlying system. |
WebFrame |
WebFrame.setWindowOpaque(boolean opaque)
Sets window opaque if that option is supported by the underlying system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |