Package com.iizigo.vs

Interface ICreateVSField


public interface ICreateVSField
Interface for creation of connected VS Fields.
Author:
Christopher Mindus
  • 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