|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Information of a registered filesystem.
Field Summary | |
static String |
PROP_CONTROL
|
static String |
PROP_ICON
|
static String |
PROP_ROOT
|
static String |
PROP_TYPE
|
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
|
void |
addVetoableChangeListener(VetoableChangeListener l)
|
void |
destroy()
Destroy this filesystem info. |
String |
getDisplayType()
Get the type of the filesystem, that can be displayed as an additional information. |
FileSystem |
getExistingFileSystem()
Get the existing filesystem instance. |
FileSystem |
getFileSystem()
Get the filesystem instance. |
File |
getFSRoot()
Get the root of the filesystem. |
Image |
getIcon()
Get the icon, that can be used to visually present the filesystem. |
boolean |
isControl()
Get the control state. |
void |
removePropertyChangeListener(PropertyChangeListener l)
|
void |
removeVetoableChangeListener(VetoableChangeListener l)
|
void |
setControl(boolean value)
Determine whether filesystem should be under vcs control or not. |
Field Detail |
public static final String PROP_ROOT
public static final String PROP_TYPE
public static final String PROP_ICON
public static final String PROP_CONTROL
Method Detail |
public File getFSRoot()
public String getDisplayType()
public Image getIcon()
public boolean isControl()
public void setControl(boolean value) throws IllegalStateException
IllegalStateException
- when the filesystem can not be enabled
(e.g. it's module is disabled/not present).public FileSystem getFileSystem()
null
, when the filesystem
can not be retrieved or is no longer valid (e.g. it's setting was lost).public FileSystem getExistingFileSystem()
null
.
public void destroy()
public void addVetoableChangeListener(VetoableChangeListener l)
public void removeVetoableChangeListener(VetoableChangeListener l)
public void addPropertyChangeListener(PropertyChangeListener l)
public void removePropertyChangeListener(PropertyChangeListener l)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |