|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.argouml.ui.GUI
This is the "main" class for the GUI subsystem.
Users of the GUI subsystem, i.e. components that are to place themselves in any of the GUI components, register themselves in this class.
TODO: Add the rest of the registers to this.
| Field Summary | |
static int |
SCOPE_APPLICATION
The scope of the settings: this setting is stored in the userdirectory and valid for the application. |
static int |
SCOPE_PROJECT
The scope of the setting: this setting is stored with the project, i.,e. |
| Method Summary | |
void |
addFileSaved(File file)
Deprecated. before 0.21.3 by tfmorris. Use ProjectBrowser.addFileSaved() directly. |
void |
addProjectSettingsTab(GUISettingsTabInterface panel)
Register a new ProjectSettingsTab. |
void |
addSettingsTab(GUISettingsTabInterface panel)
Register a new SettingsTab. |
static GUI |
getInstance()
|
List |
getProjectSettingsTabs()
Get the components for the project settings tab. |
List |
getSettingsTabs()
Get the components for the settings tab. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SCOPE_APPLICATION
public static final int SCOPE_PROJECT
| Method Detail |
public static GUI getInstance()
public void addSettingsTab(GUISettingsTabInterface panel)
panel - The GUISettingsTabInterface to add.public List getSettingsTabs()
GUISettingsTabInterface.public void addProjectSettingsTab(GUISettingsTabInterface panel)
panel - The GUISettingsTabInterface to add.public List getProjectSettingsTabs()
GUISettingsTabInterface.
public void addFileSaved(File file)
throws IOException
file - The File.
IOException - if we cannot get the filename.
|
|||||||||||
| 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 |