Class FWMainFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class FWMainFrame extends JFrame
Author:
aenders
See Also:
  • Constructor Details

    • FWMainFrame

      public FWMainFrame(String aTitleLocaleKey, FWCustomizableLayoutProvider aLayoutProvider)
      Constructor for MainFrame.
      Parameters:
      aTitleLocaleKey -
      aLayoutProvider -
  • Method Details

    • initializeComponents

      public void initializeComponents()
    • processWindowEvent

      protected void processWindowEvent(WindowEvent aWindowEvent)
      Overrides:
      processWindowEvent in class JFrame
    • isSplitPaneVisible

      public boolean isSplitPaneVisible()
      adds ToolBar to ContentPane
      Returns:
      success
    • setSplitPaneVisible

      public void setSplitPaneVisible(boolean aVisible)
      Sets the splitPane visible or invisible.
      Parameters:
      aVisible -
    • getProjectTree

      public FWTreePanel getProjectTree()
      Returns:
      project tree
    • getProgresscursors

      public static Cursor[] getProgresscursors()
      Returns:
      progress cursors
    • getScenarioTree

      public FWTreePanel getScenarioTree()
      Returns the panel with the scenario tree.
      Returns:
      scenario tree
    • setDefaultCursor

      public void setDefaultCursor()
      Method setWaitCursor.
    • setWaitCursor

      public void setWaitCursor()
      Method setWaitCursor.
    • setProgressCursor

      public void setProgressCursor()
      Method setProgressCursor.
    • getTabView

      public FWTabView getTabView()
      Method setWaitCursor.
      Returns:
      FWTabView
    • getFWMenuBar

      public FWMenuBar getFWMenuBar()
      Method setWaitCursor.
      Returns:
      FWMenuBar
    • getStateBar

      public FWStateBar getStateBar()
      Method setWaitCursor.
      Returns:
      FWStateBar
    • getMainListener

      public FWClientListener getMainListener()
      Method setWaitCursor.
      Returns:
      main listener
    • getLayoutProvider

      public FWCustomizableLayoutProvider getLayoutProvider()
      Method setWaitCursor.
      Returns:
      layout provider
    • renewLayout

      public void renewLayout()
      updates whole layout to get language changed
    • showInfoDialog

      public void showInfoDialog()
      Shows Info to the given Application
    • updateScenarioTree

      public void updateScenarioTree()
      update event to reinitialize the whole tree
    • showMemoryMonitor

      public void showMemoryMonitor()