Uses of Interface
se.conciliate.extensions.store.plugin.MTDataPresenter.Presentable
Packages that use MTDataPresenter.Presentable
Package
Description
Provides a means to register providers for custom plug-in data
that can be connected to models, objects and documents.
-
Uses of MTDataPresenter.Presentable in se.conciliate.extensions.store.plugin
Methods in se.conciliate.extensions.store.plugin that return MTDataPresenter.PresentableModifier and TypeMethodDescriptionMTDataPresenter.getPresentable(MTPluginData data) Converts plugin-data to a presentable object.Methods in se.conciliate.extensions.store.plugin with parameters of type MTDataPresenter.PresentableModifier and TypeMethodDescriptiondefault voidMTDataPresenter.edit(MTDataPresenter.Presentable toEdit, Component invoker, Point p) Edits an object of the given type.default voidMTDataPresenter.remove(MTDataPresenter.Presentable toRemove) Removes an object of the given type.Method parameters in se.conciliate.extensions.store.plugin with type arguments of type MTDataPresenter.PresentableModifier and TypeMethodDescriptiondefault voidMTDataPresenter.create(Component invoker, Point p, Consumer<MTDataPresenter.Presentable> onPersisted) Creates a new object of the given type.