|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferenceModel | |
---|---|
bibliothek.extension.gui.dock | |
bibliothek.extension.gui.dock.preference | Generic collection of preferences used in this framework. |
bibliothek.extension.gui.dock.preference.model | A set of PreferenceModel s
that show properties of this framework. |
Uses of PreferenceModel in bibliothek.extension.gui.dock |
---|
Classes in bibliothek.extension.gui.dock that implement PreferenceModel | |
---|---|
class |
DockingFramesPreference
A PreferenceTreeModel that contains all the preferences that are
used in this framework. |
Methods in bibliothek.extension.gui.dock that return PreferenceModel | |
---|---|
PreferenceModel |
PreferenceTable.getModel()
Gets the model that is used on this table. |
Methods in bibliothek.extension.gui.dock with parameters of type PreferenceModel | |
---|---|
void |
PreferenceTable.setModel(PreferenceModel model)
Changes the model of this table. |
Constructors in bibliothek.extension.gui.dock with parameters of type PreferenceModel | |
---|---|
PreferenceTable(PreferenceModel model)
Creates a new table |
Uses of PreferenceModel in bibliothek.extension.gui.dock.preference |
---|
Classes in bibliothek.extension.gui.dock.preference that implement PreferenceModel | |
---|---|
class |
AbstractPreferenceModel
An abstract implementation of PreferenceModel handling events and
returning null in most methods. |
class |
DefaultPreferenceModel
An implementation of PreferenceModel using Preference s to
describe its entries. |
class |
MergedPreferenceModel
A preference model that envelops other models and uses their preferences. |
class |
PreferenceTreeModel
A PreferenceModel that is also a TreeModel . |
Methods in bibliothek.extension.gui.dock.preference that return PreferenceModel | |
---|---|
PreferenceModel |
PreferenceTreeModel.Node.getModel()
Gets the model of this node. |
PreferenceModel |
MergedPreferenceModel.getModel(int index)
Gets the index 'th model of this merged model. |
Methods in bibliothek.extension.gui.dock.preference with parameters of type PreferenceModel | |
---|---|
void |
MergedPreferenceModel.add(PreferenceModel model,
Path path)
Adds model at the end of this model. |
protected int |
MergedPreferenceModel.indexAt(PreferenceModel model,
int index)
Finds the global index if index is part of model . |
int |
MergedPreferenceModel.indexOf(PreferenceModel model)
Gets the index of model . |
void |
MergedPreferenceModel.insert(int index,
PreferenceModel model,
Path path)
Inserts a new submodel into this model. |
void |
PreferenceStorage.load(PreferenceModel model,
boolean missingToNull)
Gets through all the preferences of model and changes
their values according to the values stored in this storage. |
void |
PreferenceModelListener.preferenceAdded(PreferenceModel model,
int beginIndex,
int endIndex)
Called when new preferences have been added to model . |
void |
PreferenceModelListener.preferenceChanged(PreferenceModel model,
int beginIndex,
int endIndex)
Called when some preferences have been changed. |
void |
PreferenceModelListener.preferenceRemoved(PreferenceModel model,
int beginIndex,
int endIndex)
Called when some preferences have been removed from model . |
void |
PreferenceTreeModel.put(Path path,
String name,
PreferenceModel model)
Sets name and model of a given node. |
void |
PreferenceTreeModel.putModel(Path path,
PreferenceModel model)
Sets the model of the node at path . |
void |
PreferenceStorage.store(PreferenceModel model)
Stores all the preferences of model in this storage. |
Uses of PreferenceModel in bibliothek.extension.gui.dock.preference.model |
---|
Classes in bibliothek.extension.gui.dock.preference.model that implement PreferenceModel | |
---|---|
class |
BubbleThemePreferenceModel
Preferences used by the BubbleTheme . |
class |
KeystrokePreferenceModel
A model that lists the keystrokes which are used in the framework. |
class |
LayoutPreferenceModel
A model containing preferences that are related to the layout of the framework. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |