站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

FileSystemCapability.Bean (File System API) - NetBeans API Javadoc (Current Development Version)

org.openide.filesystems 7.1

org.openide.filesystems
Class FileSystemCapability.Bean

java.lang.Object
  extended by org.openide.filesystems.FileSystemCapability
      extended by org.openide.filesystems.FileSystemCapability.Bean
All Implemented Interfaces:
Serializable
Enclosing class:
FileSystemCapability

Deprecated. For the same reason the whole class is.

@Deprecated
public static class FileSystemCapability.Bean
extends FileSystemCapability
implements Serializable

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.

See Also:
Serialized Form

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

FileSystemCapability.Bean

public FileSystemCapability.Bean()
Deprecated. 
Method Detail

capableOf

public boolean capableOf(FileSystemCapability c)
Deprecated. 
Checks for well known capabilities and if they are allowed.

Overrides:
capableOf in class FileSystemCapability
Parameters:
c - capability to test
Returns:
true if yes

getCompile

@Deprecated
public boolean getCompile()
Deprecated. Please use the ClassPath API instead.

Getter for value of compiling capability.


setCompile

@Deprecated
public void setCompile(boolean val)
Deprecated. Please use the ClassPath API instead.

Setter for allowing compiling capability.


getExecute

@Deprecated
public boolean getExecute()
Deprecated. Please use the ClassPath API instead.

Getter for value of executiong capability.


setExecute

@Deprecated
public void setExecute(boolean val)
Deprecated. Please use the ClassPath API instead.

Setter for allowing executing capability.


getDebug

@Deprecated
public boolean getDebug()
Deprecated. Please use the ClassPath API instead.

Getter for value of debugging capability.


setDebug

@Deprecated
public void setDebug(boolean val)
Deprecated. Please use the ClassPath API instead.

Setter for allowing debugging capability.


getDoc

@Deprecated
public boolean getDoc()
Deprecated. Please use JavadocForBinaryQuery instead.

Getter for value of doc capability.


setDoc

@Deprecated
public void setDoc(boolean val)
Deprecated. Please use JavadocForBinaryQuery instead.

Setter for allowing debugging capability.


addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener l)
Deprecated. 
Description copied from class: FileSystemCapability
Adds PropertyChange listener. Every class which implements changes of capabilities has to implement it's property change support.

Overrides:
addPropertyChangeListener in class FileSystemCapability
Parameters:
l - the listener to be added.

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener l)
Deprecated. 
Description copied from class: FileSystemCapability
Removes PropertyChange listener. Every class which implements changes of capabilities has to implement it's property change support.

Overrides:
removePropertyChangeListener in class FileSystemCapability
Parameters:
l - the listener to be removed.

org.openide.filesystems 7.1

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.