public interface IFileTreeView extends IGenericView
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getPath()
current path retrieval
|
java.lang.String |
getPathString()
current path retrieval as string
|
void |
setPath(java.io.File path)
current path set
|
void |
setPathString(java.lang.String path)
current path set from string
|
void |
updateView()
update view (synchronize to view config)
|
addListener, destroy, removeListenerjava.io.File getPath()
void setPath(java.io.File path)
java.lang.String getPathString()
void setPathString(java.lang.String path)
void updateView()