Class ProjectWindow

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.openide.windows.TopComponent
cz.fidentis.analyst.gui.project.ProjectWindow
All Implemented Interfaces:
ImageObserver, MenuContainer, Externalizable, Serializable, Accessible, org.openide.util.HelpCtx.Provider, org.openide.util.Lookup.Provider

public final class ProjectWindow extends org.openide.windows.TopComponent
The main panel enabling analysts to select the primary and secondary faces, and to perform basic batch processing. This panel also serves as an entry point for detailed face analysis and face-to-face comparison.
See Also:
  • Field Details

    • CONTROL_PANEL_TAB_POSITION_FILTER_PANEL

      public static final int CONTROL_PANEL_TAB_POSITION_FILTER_PANEL
      See Also:
  • Constructor Details

    • ProjectWindow

      public ProjectWindow()
      Project Top Component
  • Method Details

    • componentOpened

      protected void componentOpened()
      Re-opens the most recent project
      Overrides:
      componentOpened in class org.openide.windows.TopComponent
    • componentClosed

      protected void componentClosed()
      Overrides:
      componentClosed in class org.openide.windows.TopComponent
    • getProjectPanel

      public ProjectPanel getProjectPanel()
      Returns the project panel, i.e., the left-hand side of the window.
      Returns:
      the project panel