|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.settings.SettingsForm
public class SettingsForm
Settings form.
Nested Class Summary | |
---|---|
class |
SettingsForm.AddDeleteList
List for adding/deleting entries in a string list. |
Constructor Summary | |
---|---|
SettingsForm()
Creates a new settings form by creating all GUI elements and building a layout. |
Method Summary | |
---|---|
javax.swing.JPanel |
getRootPanel()
Gets the root panel that contains all GUI components and finished layout created at constrcution time. |
boolean |
isModified(Settings data)
Checks whether this forms has modified the settings. |
boolean |
isModifiedClassVisibility(Settings data)
Checks whether class visibility was modified. |
boolean |
isReducedClassVisibility(Settings data)
Checks whether class visibility was reduced. |
void |
readFromSettings(Settings data)
Reads settings from given settings object and copies contained data to all GUI components of this form. |
void |
writeToSettings(Settings data)
Writes settings from this form to the given settings object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SettingsForm()
Method Detail |
---|
@NotNull public javax.swing.JPanel getRootPanel()
public void readFromSettings(@NotNull Settings data)
data
- data to read settings frompublic void writeToSettings(@NotNull Settings data)
data
- settings object to write topublic boolean isModified(Settings data)
data
- settings object to compare this forms contents to
public boolean isReducedClassVisibility(@NotNull Settings data)
data
- old (unchanged) settings data
public boolean isModifiedClassVisibility(@NotNull Settings data)
data
- old (unchanged) settings data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |