接口 IApplication
-
public interface IApplication- 作者:
- yaqiang
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 AbstractButtongetCurrentTool()Get current toolJMenuBargetMainMenuBar()Get main menu bar objectJMenugetPluginMenu()Get plugin menuJProgressBargetProgressBar()Get progress barJLabelgetProgressBarLabel()Get progress bar labelJPanelgetToolBarPanel()Get tool bar panelvoidopenProjectFile(String fileName)Open project filevoidsetCurrentTool(AbstractButton value)Set current tool
-
-
-
方法详细资料
-
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
-
-