@SessionScoped @Named public class TreeEditorController extends Object implements Serializable
| Constructor and Description |
|---|
TreeEditorController() |
| Modifier and Type | Method and Description |
|---|---|
String |
copy() |
String |
create() |
String |
cut() |
String |
delete() |
DefaultMutableTreeNode |
getCategoryTree() |
String |
getName() |
String |
moveDown() |
String |
moveUp() |
String |
paste() |
String |
rename() |
String |
reset() |
void |
setName(String name) |
public DefaultMutableTreeNode getCategoryTree()
public String getName()
public void setName(String name)
public String create()
public String delete()
public String rename()
public String cut()
public String copy()
public String paste()
public String moveUp()
public String moveDown()
public String reset()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.