Class LinkWizardOperations

java.lang.Object
com.iizigo.link.LinkWizardOperations

public class LinkWizardOperations extends Object
The link wizard operations handles all operations that should run.
Author:
Christopher Mindus
  • Method Details Link icon

    • getLinkData Link icon

      public LinkData getLinkData()
      Gets the link data for the operations.
    • isSkipped Link icon

      public boolean isSkipped(ILinkOperation op)
      Returns if an operation is skipped.
    • addRunOperation Link icon

      public boolean addRunOperation(ILinkOperation op)
      Adds a new operation to run. This can be done while executing the commands. The operation cannot be a duplicate one in the current run operations.
      Parameters:
      op - The new operation.
      Returns:
      true if added, false if duplicate.
    • getUIBuildData Link icon

      public UIBuildData getUIBuildData()
      Gets the instance of the UI build data. The build data is allocated the first time this method is called.
      Returns:
      An instance of the build data.