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

AutoAdditionPropertyEditor (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.grouping
Class AutoAdditionPropertyEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byorg.netbeans.modules.vcscore.grouping.AutoAdditionPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class AutoAdditionPropertyEditor
extends PropertyEditorSupport

Property editor for AutoAddition property of the Vgs Group Settings object


Constructor Summary
AutoAdditionPropertyEditor()
           
 
Method Summary
 String getAsText()
           
 String[] getTags()
           
 void setAsText(String text)
           
 void setValue(Object value)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getValue, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoAdditionPropertyEditor

public AutoAdditionPropertyEditor()
Method Detail

getTags

public String[] getTags()
Returns:
names of the supported LookAndFeels

getAsText

public String getAsText()
Returns:
text for the current value

setAsText

public void setAsText(String text)
Parameters:
text - A text for the current value.

setValue

public void setValue(Object value)

 

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