Class PMWorkspaceView

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.processmining.contexts.uitopia.packagemanager.PMWorkspaceView
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.deckfour.uitopia.ui.main.Viewable

public class PMWorkspaceView extends JPanel implements org.deckfour.uitopia.ui.main.Viewable
See Also:
  • Constructor Details

    • PMWorkspaceView

      public PMWorkspaceView(PMController controller)
  • Method Details

    • getHeader

      public org.deckfour.uitopia.ui.components.ViewHeaderBar getHeader()
    • showPackage

      public void showPackage(PMPackage pack)
    • showParentsOf

      public void showParentsOf(PMPackage pack)
    • showChildrenOf

      public void showChildrenOf(PMPackage pack)
    • updatePackages

      public void updatePackages()
    • viewFocusGained

      public void viewFocusGained()
      Specified by:
      viewFocusGained in interface org.deckfour.uitopia.ui.main.Viewable
    • viewFocusLost

      public void viewFocusLost()
      Specified by:
      viewFocusLost in interface org.deckfour.uitopia.ui.main.Viewable
    • getPackageView

      public PMPackageView getPackageView()