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_LANGUAGEModel type for current selectededitor languagein java client.Methods in de.espirit.firstspirit.client.gui.model with parameters of type ModelTypeModifier and TypeMethodDescription<T> voidModelService.addModelListener(ModelType<T> type, ModelListener<T> listener) Adds the givenlistenerto benotifiedon every model change.<T> voidModelService.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.EDITORIALModel type for current selectedelementof the active editorial tab.