Uses of Interface
se.conciliate.extensions.store.MTCompleteSymbol
Packages that use MTCompleteSymbol
Package
Description
Package containing various support interfaces for data transfers such as
drag and drop.
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides a means to register providers for custom plug-in data
that can be connected to models, objects and documents.
-
Uses of MTCompleteSymbol in se.conciliate.extensions.datatransfer
Methods in se.conciliate.extensions.datatransfer with parameters of type MTCompleteSymbolModifier and TypeMethodDescriptionboolean
DropImport.canImport
(DataFlavor flavor, MTCompleteSymbol dropTarget, Point dropLocation) Returns true if this drop import can read data of the given data flavor and attach it to the given symbol, returns false otherwise.DropImport.importData
(Object data, DataFlavor flavor, MTCompleteSymbol symbol, Point dropLocation, MTRemoteChangeHandler defaultErrorHandler) Imports the data, that is, attaches the data to the symbol in some meaningful way. -
Uses of MTCompleteSymbol in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return MTCompleteSymbolModifier and TypeMethodDescriptionMTCompleteSymbol.copy()
Copies this symbol and returns the result.MTWorkspaceHeader.createSymbol
(SymbolVariant variant, String uuid) Creates a new symbol in the workspace.MTCompleteVertex.getSymbol()
MTSymbolHeader.load()
Loads the complete symbol with documents and descriptions.Methods in se.conciliate.extensions.store that return types with arguments of type MTCompleteSymbolModifier and TypeMethodDescriptionMTCompleteModel.getSymbols()
Returns the models symbols as a read-only collection.Methods in se.conciliate.extensions.store with parameters of type MTCompleteSymbolModifier and TypeMethodDescriptionMTCompleteVertex.copy
(MTCompleteModel model, MTCompleteSymbol symbol) Copies this vertex and returns the result. -
Uses of MTCompleteSymbol in se.conciliate.extensions.store.plugin
Methods in se.conciliate.extensions.store.plugin with parameters of type MTCompleteSymbolModifier and TypeMethodDescriptiondefault void
MTDataProvider.copySymbolData
(MTCompleteSymbol source, MTCompleteSymbol target) Optionally copies data when a copy of a symbol is made.MTDataProvider.createOrLoadData
(MTStore store, MTCompleteSymbol symbol, Collection<MTPluginData> existing) Create or load data for a symbol.boolean
MTDataProvider.hasData
(MTCompleteSymbol symbol) Should returntrue
if the provider wish to provide data for this symbol.