|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
bibliothek.extension.gui.dock.preference.AbstractPreferenceDialog<M>
M - What kind of model this dialog can showpublic abstract class AbstractPreferenceDialog<M extends PreferenceModel>
An abstract dialog used to show the content of some PreferenceModel. The
exact graphical user interface for the model depends on the subclass.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
|
AbstractPreferenceDialog()
Creates a new dialog. |
protected |
AbstractPreferenceDialog(boolean init,
M model)
A constructor which does not initialize this dialog. |
|
AbstractPreferenceDialog(M model)
Creates a new dialog using the given model. |
| Method Summary | |
|---|---|
void |
close()
Makes the dialog invisible. |
void |
doApply()
Applies all changes but does not close the dialog. |
void |
doCancel()
Closes the dialog without saving and changes |
void |
doOk()
Applies all changes and closes the dialog. |
void |
doReset()
Resets all preferences to the value they had when the dialog opened |
protected abstract JComponent |
getContent()
Gets the component which will show the model
of this dialog. |
M |
getModel()
Gets the model which is shown on this dialog. |
protected void |
init(M model)
Creates the contents of this dialog. |
void |
openDialog(Component owner,
boolean modal)
Opens the dialog (if not yet open) and lets the user make the changes of the preferences. |
void |
setModel(M model)
Sets the model of this dialog. |
protected abstract void |
setModelForContent(M model)
Informs subclasses that the model has changed and that they might setup the content again. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractPreferenceDialog()
public AbstractPreferenceDialog(M model)
model - the model to use
protected AbstractPreferenceDialog(boolean init,
M model)
init(PreferenceModel) to finish constructing this dialog.
init - whether to call init(PreferenceModel).model - the model to use, can be null| Method Detail |
|---|
protected void init(M model)
model - the model to use, can be nullprotected abstract JComponent getContent()
model
of this dialog.
protected abstract void setModelForContent(M model)
content again.
model - the new model, can be nullpublic void setModel(M model)
model - the new modelpublic M getModel()
public void openDialog(Component owner,
boolean modal)
PreferenceModel.read() and
PreferenceModel.write() to reset or to apply the changes of the user.
owner - the owner of the dialogmodal - whether the dialog should be modalpublic void doOk()
public void doApply()
public void doCancel()
public void doReset()
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||