Uses of Class
cz.zcu.fav.kiv.editor.graphics.components.editor.EditorBody

Packages that use EditorBody
cz.zcu.fav.kiv.editor.graphics.components.editor   
 

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

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

Constructors in cz.zcu.fav.kiv.editor.graphics.components.editor with parameters of type EditorBody
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.
TreeSelectAction(EditorBody editorBody)
          Initializes a newly created TreeSelectAction.