Class ViewpointPane

All Implemented Interfaces:
ActionListener, ItemListener, ImageObserver, MenuContainer, Serializable, Runnable, EventListener, Accessible

public class ViewpointPane extends ItemTabPane implements ItemListener, ActionListener
See Also:
  • Constructor Details

    • ViewpointPane

      public ViewpointPane()
  • Method Details

    • setParent

      public void setParent(ItemDetails parent)
      Overrides:
      setParent in class ItemTabPane
    • initialize

      public void initialize()
    • reload

      public void reload()
      Overrides:
      reload in class ItemTabPane
    • run

      public void run()
      Description copied from class: ItemTabPane
      Empty implementation. Subclases shall provide the cluster specific version
      Specified by:
      run in interface Runnable
      Overrides:
      run in class ItemTabPane
    • itemStateChanged

      public void itemStateChanged(ItemEvent e)
      Specified by:
      itemStateChanged in interface ItemListener
    • switchSchema

      public void switchSchema(String schemaName)
    • switchView

      public void switchView(Viewpoint newView)
    • showEvent

      public void showEvent(org.cristalise.gui.tabs.ViewpointPane.EventItem thisEvent)
    • setView

      public void setView(Outcome data)
    • clearView

      public void clearView()
    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • runCommand

      public void runCommand(String command)
      Overrides:
      runCommand in class ItemTabPane
    • addViewpoint

      public void addViewpoint(Viewpoint newView)
    • addOutcome

      public void addOutcome(Outcome contents)