|
org.openide.filesystems 7.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openide.filesystems.FileSystemCapability
org.openide.filesystems.FileSystemCapability.Bean
@Deprecated public static class 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/interfaces 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
@Deprecated public boolean getCompile()
@Deprecated public void setCompile(boolean val)
@Deprecated public boolean getExecute()
@Deprecated public void setExecute(boolean val)
@Deprecated public boolean getDebug()
@Deprecated public void setDebug(boolean val)
@Deprecated public boolean getDoc()
JavadocForBinaryQuery
instead.
@Deprecated 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.
|
org.openide.filesystems 7.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |