public interface IUserPathOptions
Modifier and Type | Method and Description |
---|---|
IUserPath |
addUserPath(java.lang.String aName,
java.lang.String aPath)
name must be unique
|
IUserPath[] |
getUserPaths() |
boolean |
isPromptSpecifyUserPath() |
boolean |
isShowUserPath() |
void |
removeUserPath(IUserPath aUserPath)
make sure the UserPath.name still exists in IUserPathOptions
|
void |
setPromptSpecifyUserPath(boolean aPromptSpecifyUserPath) |
void |
setShowUserPath(boolean aShowUserPath) |
void setShowUserPath(boolean aShowUserPath)
boolean isShowUserPath()
void setPromptSpecifyUserPath(boolean aPromptSpecifyUserPath)
boolean isPromptSpecifyUserPath()
IUserPath addUserPath(java.lang.String aName, java.lang.String aPath) throws java.lang.Exception
java.lang.Exception
void removeUserPath(IUserPath aUserPath) throws java.lang.Exception
java.lang.Exception
IUserPath[] getUserPaths()