Package com.iizigo.vs
Interface ICreateVSField
public interface ICreateVSFieldInterface for creation of connected VS Fields.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateConnections(org.eclipse.swt.widgets.Shell shell, VSConnection[] connections, IPropUndoRedo undoRedo)Requests creation of the connections.VSConnection[]getConnections()Gets the selected objects to connect to VS fields.VirtualSpacegetVirtualSpace()Gets the VirtualSpace container for the connections.
Method Detail
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 PropExceptionRequests creation of the connections.- Throws:
PropException