Package | Description |
---|---|
cz.zcu.fav.kiv.editor.beans | |
cz.zcu.fav.kiv.editor.config.handlers | |
cz.zcu.fav.kiv.editor.graphics.components.editor |
Modifier and Type | Method and Description |
---|---|
java.util.List<Section> |
ConfigData.getSectionList() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigData.setSectionList(java.util.List<Section> sectionList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Section> |
ConfigXmlHandler.getSections() |
Modifier and Type | Method and Description |
---|---|
static TreeMenu |
TreeMenu.getInstance(EditorBody editorBody,
java.util.List<Section> sectionList)
Singleton constructor - gets the single instance of the
TreeMenu class. |
Constructor and Description |
---|
EditorBody(java.util.List<Section> sectionList)
Initializes a newly created
EditorBody with the list of |
TreeMenu(EditorBody editorBody,
java.util.List<Section> sectionList)
Initializes a newly created
TreeMenu with the list of TreeMenu creates. |