Interface IProjectPanel
- All Known Implementing Classes:
- ProjectPanel
public interface IProjectPanel
Hosts a tabbed pane of all opened 
MindMaps. Listens for opening and closing.- 
Method SummaryModifier 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- 
openMindMapOpens a newMindMapin the panel.- Parameters:
- m- MindMap to open.
 
- 
closeMindMapCloses aMindMapin the panel.- Parameters:
- m- MindMap to open.
 
- 
getProjectProject getProject()Projectof the panel.- Returns:
- Project.
 
- 
getProjectActionManagerIProjectActionManager getProjectActionManager()IProjectActionManagerof the panel.- Returns:
- IProjectActionManager.
 
- 
getActiveMindMapPanelIMindMapPanel getActiveMindMapPanel()Returns the currently openIMindMapPanel, if any is open. Null otherwise.- Returns:
- The currently open IMindMapPanel, if any is open. Null otherwise.
 
 
-