Class GoIntoAction

All Implemented Interfaces:
IAction

public class GoIntoAction extends FrameAction
Generic "Go Into" action which goes to the frame for the current selection.
  • Constructor Details

    • GoIntoAction

      public GoIntoAction(FrameList frameList)
      Constructs a new action for the specified frame list.
      Parameters:
      frameList - the frame list
  • Method Details