|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDialog
org.argouml.util.ArgoDialog
org.argouml.ui.AboutBox
public class AboutBox
This is what you see after you activate the "Help->About ArgoUML" menu-item.
Modules can add extra tabs at will.
| Constructor Summary | |
|---|---|
AboutBox()
Class constructor. |
|
AboutBox(java.awt.Frame owner)
Class constructor. |
|
AboutBox(java.awt.Frame owner,
boolean modal)
Class constructor. |
|
| Method Summary | |
|---|---|
static void |
addAboutTab(java.lang.String name,
java.awt.Component tab)
Add an extra tab to the About box. |
static void |
removeAboutTab(java.lang.String name)
Remove a previously added tab from the About Box. |
| Methods inherited from class org.argouml.util.ArgoDialog |
|---|
nameButton, nameButtons, setFrame |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AboutBox()
public AboutBox(java.awt.Frame owner)
owner - the frame from which the dialog is displayed
public AboutBox(java.awt.Frame owner,
boolean modal)
owner - the frame from which the dialog is displayedmodal - true for a modal dialog, false for one that allows
other windows to be active at the same time| Method Detail |
|---|
public static void addAboutTab(java.lang.String name,
java.awt.Component tab)
name - the name of the tab as shown on screentab - the tabpublic static void removeAboutTab(java.lang.String name)
name - the name of the tab as shown on screen
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |