|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDialog
fable.gui.dialog.BrowserDialog
public class BrowserDialog
This dialog box shows very simple browser.
Method Summary | |
---|---|
static void |
showBrowserDialog(Shell parent,
java.lang.String content,
java.lang.String title)
Show the browser dialog box with Content |
static void |
showBrowserDialog(Shell parent,
java.lang.String content,
java.lang.String title,
int width,
int height)
Show the browser dialog box with Content and size. |
static void |
showBrowserDialogWithURL(Shell parent,
java.lang.String url,
java.lang.String title)
Show the browser dialog box with URL. |
static void |
showBrowserDialogWithURL(Shell parent,
java.lang.String url,
java.lang.String title,
int width,
int height)
Show the browser dialog box with URL and size. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void showBrowserDialog(Shell parent, java.lang.String content, java.lang.String title)
parent
- parent shell of the dialog.content
- content that the browser will show.title
- title of the dialog box.public static void showBrowserDialog(Shell parent, java.lang.String content, java.lang.String title, int width, int height)
parent
- parent shell of the dialog.content
- content that the browser will show.title
- title of the dialog box.width
- width of the dialog box.height
- height of the dialog box.public static void showBrowserDialogWithURL(Shell parent, java.lang.String url, java.lang.String title)
parent
- parent shell of the dialog.url
- url of the page that the browser will show.title
- title of the dialog box.public static void showBrowserDialogWithURL(Shell parent, java.lang.String url, java.lang.String title, int width, int height)
parent
- parent shell of the dialog.url
- url of the page that the browser will show.title
- title of the dialog box.width
- width of the dialog box.height
- height of the dialog box.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |