Uses of Class
de.espirit.firstspirit.client.gui.model.ModelType
Packages that use ModelType
Package
Description
Provides interfaces and types to access different models of java client.
Provides interfaces and types to access the selection models of java client.
-
Uses of ModelType in de.espirit.firstspirit.client.gui.model
Fields in de.espirit.firstspirit.client.gui.model declared as ModelTypeModifier and TypeFieldDescriptionstatic final ModelType<EditorialLanguageModel>
EditorialLanguageModel.EDITORIAL_LANGUAGE
Model type for current selectededitor language
in java client.Methods in de.espirit.firstspirit.client.gui.model with parameters of type ModelTypeModifier and TypeMethodDescription<T> void
ModelService.addModelListener
(ModelType<T> type, ModelListener<T> listener) Adds the givenlistener
to benotified
on every model change.<T> void
ModelService.removeModelListener
(ModelType<T> type, ModelListener<T> listener) Removes the givenlistener
. -
Uses of ModelType in de.espirit.firstspirit.client.gui.model.selection
Fields in de.espirit.firstspirit.client.gui.model.selection declared as ModelTypeModifier and TypeFieldDescriptionstatic final ModelType<SelectionModel>
SelectionModel.EDITORIAL
Model type for current selectedelement
of the active editorial tab.