|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Editor<E extends ServerEnvironment>
FIRSTspirit editor interface.
Method Summary | ||
---|---|---|
Class<? extends EditorValue<?>> |
getEditorValueClass()
Deprecated. Returns editor's EditorValue class. |
|
Class<? extends GomElement> |
getGomElementClass()
Deprecated. Returns editor's GomElement class. |
|
EnumSet<GomModule.Kind> |
getGomElementRestrictions()
Deprecated. Returns editor's GomElement , GomModule.Kind restrictions. |
|
|
getGuiEditorClass(Class<T> type)
Deprecated. Returns the gui editor class of the specified type or null if the type is not supported. |
Methods inherited from interface de.espirit.firstspirit.module.Component |
---|
init, installed, uninstalling, updated |
Method Detail |
---|
Class<? extends EditorValue<?>> getEditorValueClass()
EditorValue
class.
EditorValue
class.@Nullable <T> Class<? extends T> getGuiEditorClass(@NotNull Class<T> type)
null
if the type is not supported.
Class<? extends GomElement> getGomElementClass()
GomElement
class.
GomElement
class.EnumSet<GomModule.Kind> getGomElementRestrictions()
GomElement
, GomModule.Kind
restrictions.
GomElement
, GomModule.Kind
restrictions.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |