Package com.iizigo.vs
Interface ICreateVSField
public interface ICreateVSField
Interface for creation of connected VS Fields.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- createConnections- (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- getVirtualSpaceVirtualSpace getVirtualSpace()Gets the VirtualSpace container for the connections.
- getConnectionsVSConnection[] getConnections()Gets the selected objects to connect to VS fields.
- createConnectionsvoid createConnections- (Shell shell, VSConnection[] connections, IPropUndoRedo undoRedo) throws PropException Requests creation of the connections.- Throws:
- PropException