Package com.iizigo.vs
Interface ICreateVSField
public interface ICreateVSField
Interface for creation of connected VS Fields.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
createConnections
(org.eclipse.swt.widgets.Shell shell, VSConnection[] connections, IPropUndoRedo undoRedo) Requests creation of the connections.Gets the selected objects to connect to VS fields.Gets the VirtualSpace container for the connections.
Method Details
getVirtualSpace
VirtualSpace getVirtualSpace()Gets the VirtualSpace container for the connections.getConnections
VSConnection[] getConnections()Gets the selected objects to connect to VS fields.createConnections
void createConnections(org.eclipse.swt.widgets.Shell shell, VSConnection[] connections, IPropUndoRedo undoRedo) throws PropException Requests creation of the connections.- Throws:
PropException