Interface IProjectPanel
- All Known Implementing Classes:
ProjectPanel
public interface IProjectPanel
Hosts a tabbed pane of all opened
MindMaps. Listens for opening and closing.-
Method Summary
Modifier and Type Method Description voidcloseMindMap(MindMap m)Closes aMindMapin the panel.IMindMapPanelgetActiveMindMapPanel()Returns the currently openIMindMapPanel, if any is open.ProjectgetProject()Projectof the panel.IProjectActionManagergetProjectActionManager()IProjectActionManagerof the panel.voidopenMindMap(MindMap m)Opens a newMindMapin the panel.
-
Method Details
-
openMindMap
Opens a newMindMapin the panel.- Parameters:
m- MindMap to open.
-
closeMindMap
Closes aMindMapin the panel.- Parameters:
m- MindMap to open.
-
getProject
Project getProject()Projectof the panel.- Returns:
Project.
-
getProjectActionManager
IProjectActionManager getProjectActionManager()IProjectActionManagerof the panel.- Returns:
IProjectActionManager.
-
getActiveMindMapPanel
IMindMapPanel getActiveMindMapPanel()Returns the currently openIMindMapPanel, if any is open. Null otherwise.- Returns:
- The currently open
IMindMapPanel, if any is open. Null otherwise.
-