java.io.Serializable@SessionScoped
@Named
public class TreeController
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
TreeController() |
| Modifier and Type | Method | Description |
|---|---|---|
javax.swing.tree.DefaultMutableTreeNode |
getSample() |
|
boolean |
isTreeIndentRendered() |
|
boolean |
isTreeIndentShowJunction() |
|
boolean |
isTreeShowRoot() |
|
boolean |
isTreeShowRootJunction() |
|
void |
setTreeIndentRendered(boolean treeIndentRendered) |
|
void |
setTreeIndentShowJunction(boolean treeIndentShowJunction) |
|
void |
setTreeShowRoot(boolean treeShowRoot) |
|
void |
setTreeShowRootJunction(boolean treeShowRootJunction) |
public javax.swing.tree.DefaultMutableTreeNode getSample()
public boolean isTreeShowRoot()
public void setTreeShowRoot(boolean treeShowRoot)
public boolean isTreeShowRootJunction()
public void setTreeShowRootJunction(boolean treeShowRootJunction)
public boolean isTreeIndentRendered()
public void setTreeIndentRendered(boolean treeIndentRendered)
public boolean isTreeIndentShowJunction()
public void setTreeIndentShowJunction(boolean treeIndentShowJunction)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.