static class FcmdFavorPathSelector.FavorPath extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private FileRemote |
dir
Origin dir adequate
path . |
(package private) FileCluster |
fileCluster |
(package private) int |
mMainPanel
bit 0..2 present this favorite on the designated main panel 1..3 or l, m, r,
it means, a tab with the label will be created.
|
(package private) java.lang.String |
path
The path of directory to select.
|
(package private) java.lang.String |
selectName
The name shown in the list.
|
Constructor and Description |
---|
FavorPath(java.lang.String selectName,
java.lang.String path,
FileCluster fileCluster) |
Modifier and Type | Method and Description |
---|---|
FileRemote |
getOriginDir()
Returns the dir instance for the origin path.
|
java.lang.String |
toString() |
final java.lang.String path
final java.lang.String selectName
final FileCluster fileCluster
int mMainPanel
private FileRemote dir
path
. It is null on initialization, but build on call of
getOriginDir()
.public FavorPath(java.lang.String selectName, java.lang.String path, FileCluster fileCluster)
public FileRemote getOriginDir()
public java.lang.String toString()
toString
in class java.lang.Object