Package com.iizigo.vs
Interface ICreateVSField
-
public interface ICreateVSField
Interface for creation of connected VS Fields.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
createConnections(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.VirtualSpace
getVirtualSpace()
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 PropException
Requests creation of the connections.- Throws:
PropException
-
-