Package VASSAL.launch

Class ModuleManagerWindow

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

public class ModuleManagerWindow extends JFrame
See Also:
Serialized Form
  • Field Details

    • selectedNode

      protected VASSAL.launch.ModuleManagerWindow.MyTreeNode selectedNode
  • Constructor Details

    • ModuleManagerWindow

      public ModuleManagerWindow()
  • Method Details

    • getInstance

      public static ModuleManagerWindow getInstance()
    • setWaitCursor

      public void setWaitCursor(boolean wait)
    • setPreferredDividerLocation

      protected void setPreferredDividerLocation(int i)
    • getPreferredDividerLocation

      protected int getPreferredDividerLocation()
    • buildTree

      protected void buildTree()
    • updateRequest

      public void updateRequest(File f)
    • update

      public void update(File f)
      A File has been saved or created by the Player or the Editor. Update the display as necessary.
      Parameters:
      f - The file
    • getSelectedModule

      public File getSelectedModule()
    • addModule

      public void addModule(File f)
    • removeModule

      public void removeModule(File f)
    • getModuleByName

      public File getModuleByName(String name)