接口 IApplication


  • public interface IApplication
    作者:
    yaqiang
    • 方法详细资料

      • getMainMenuBar

        JMenuBar getMainMenuBar()
        Get main menu bar object
        返回:
        Main menu bar object
      • getPluginMenu

        JMenu getPluginMenu()
        Get plugin menu
        返回:
        Plugin menu
      • getToolBarPanel

        JPanel getToolBarPanel()
        Get tool bar panel
        返回:
        Tool bar panel
      • getCurrentTool

        AbstractButton getCurrentTool()
        Get current tool
        返回:
        Current tool
      • setCurrentTool

        void setCurrentTool​(AbstractButton value)
        Set current tool
        参数:
        value - Current tool
      • getProgressBar

        JProgressBar getProgressBar()
        Get progress bar
        返回:
        The main progress bar
      • getProgressBarLabel

        JLabel getProgressBarLabel()
        Get progress bar label
        返回:
        The progress bar label
      • openProjectFile

        void openProjectFile​(String fileName)
        Open project file
        参数:
        fileName - The project file name