Extension SDK

oracle.ide.propertyeditors
Class PathPropertyEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--oracle.ide.propertyeditors.PathPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class PathPropertyEditor
extends java.beans.PropertyEditorSupport

The PathPropertyEditor class provides PropertyEditor support for a Path property. A Path property is a String containing zero or more entries, delimited with the platform path separator (File.pathSeparator). Each entry is either a directory or an archive. The PathPropertyEditor provides a custom editor for manipulating this Path. Entries can be added, removed, and re-ordered.


Constructor Summary
PathPropertyEditor()
           
 
Method Summary
 java.awt.Component getCustomEditor()
           
 java.lang.String getJavaInitializationString()
           
 java.lang.Object getValue()
          Gets the value of the property.
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathPropertyEditor

public PathPropertyEditor()
Method Detail

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Specified by:
getJavaInitializationString in interface java.beans.PropertyEditor
Overrides:
getJavaInitializationString in class java.beans.PropertyEditorSupport

getCustomEditor

public java.awt.Component getCustomEditor()
Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport

getValue

public java.lang.Object getValue()
Gets the value of the property.

Specified by:
getValue in interface java.beans.PropertyEditor
Overrides:
getValue in class java.beans.PropertyEditorSupport
Returns:
The value of the property.

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.