Uses of Class
cz.zcu.fav.kiv.editor.beans.sections.Section

Packages that use Section
cz.zcu.fav.kiv.editor.beans   
cz.zcu.fav.kiv.editor.config.handlers   
cz.zcu.fav.kiv.editor.graphics.components.editor   
 

Uses of Section in cz.zcu.fav.kiv.editor.beans
 

Methods in cz.zcu.fav.kiv.editor.beans that return types with arguments of type Section
 java.util.List<Section> ConfigData.getSectionList()
           
 

Method parameters in cz.zcu.fav.kiv.editor.beans with type arguments of type Section
 void ConfigData.setSectionList(java.util.List<Section> sectionList)
           
 

Uses of Section in cz.zcu.fav.kiv.editor.config.handlers
 

Methods in cz.zcu.fav.kiv.editor.config.handlers that return types with arguments of type Section
 java.util.List<Section> ConfigXmlHandler.getSections()
           
 

Uses of Section in cz.zcu.fav.kiv.editor.graphics.components.editor
 

Method parameters in cz.zcu.fav.kiv.editor.graphics.components.editor with type arguments of type Section
static TreeMenu TreeMenu.getInstance(EditorBody editorBody, java.util.List<Section> sectionList)
          Singleton constructor - gets the single instance of the TreeMenu class.
 

Constructor parameters in cz.zcu.fav.kiv.editor.graphics.components.editor with type arguments of type Section
EditorBody(java.util.List<Section> sectionList)
          Initializes a newly created EditorBody with the list of Sections with parameters.
TreeMenu(EditorBody editorBody, java.util.List<Section> sectionList)
          Initializes a newly created TreeMenu with the list of Sections with parameters and the editor body which part the TreeMenu creates.