|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.filesystems.FileSystemCapability org.openide.filesystems.FileSystemCapability.Bean
Default implementation of capabilities, that behaves like JavaBean and allows to set whether the well known capabilities (like compile, execute) should be enabled or not.
Nested Class Summary |
Nested classes inherited from class org.openide.filesystems.FileSystemCapability |
FileSystemCapability.Bean |
Field Summary |
Fields inherited from class org.openide.filesystems.FileSystemCapability |
ALL, COMPILE, DEBUG, DOC, EXECUTE |
Constructor Summary | |
FileSystemCapability.Bean()
Deprecated. |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
Deprecated. Adds PropertyChange listener. |
boolean |
capableOf(FileSystemCapability c)
Deprecated. Checks for well known capabilities and if they are allowed. |
boolean |
getCompile()
Deprecated. Please use the ClassPath API instead. |
boolean |
getDebug()
Deprecated. Please use the ClassPath API instead. |
boolean |
getDoc()
Deprecated. Please use JavadocForBinaryQuery instead. |
boolean |
getExecute()
Deprecated. Please use the ClassPath API instead. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Deprecated. Removes PropertyChange listener. |
void |
setCompile(boolean val)
Deprecated. Please use the ClassPath API instead. |
void |
setDebug(boolean val)
Deprecated. Please use the ClassPath API instead. |
void |
setDoc(boolean val)
Deprecated. Please use JavadocForBinaryQuery instead. |
void |
setExecute(boolean val)
Deprecated. Please use the ClassPath API instead. |
Methods inherited from class org.openide.filesystems.FileSystemCapability |
fileSystems, find, findAll, findAllResources, findResource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileSystemCapability.Bean()
Method Detail |
public boolean capableOf(FileSystemCapability c)
capableOf
in class FileSystemCapability
c
- capability to test
public boolean getCompile()
public void setCompile(boolean val)
public boolean getExecute()
public void setExecute(boolean val)
public boolean getDebug()
public void setDebug(boolean val)
public boolean getDoc()
JavadocForBinaryQuery
instead.
public void setDoc(boolean val)
JavadocForBinaryQuery
instead.
public void addPropertyChangeListener(PropertyChangeListener l)
FileSystemCapability
addPropertyChangeListener
in class FileSystemCapability
l
- the listener to be added.public void removePropertyChangeListener(PropertyChangeListener l)
FileSystemCapability
removePropertyChangeListener
in class FileSystemCapability
l
- the listener to be removed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |