程序包 weka.gui
类 SelectedTagEditor
java.lang.Object
java.beans.PropertyEditorSupport
weka.gui.SelectedTagEditor
- 所有已实现的接口:
PropertyEditor
A PropertyEditor that uses tags, where the tags are obtained from a
weka.core.SelectedTag object.
- 版本:
- $Revision: 7059 $
- 作者:
- Len Trigg (trigg@cs.waikato.ac.nz)
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SelectedTagEditor
public SelectedTagEditor()
-
-
方法详细资料
-
getJavaInitializationString
Returns a description of the property value as java source.- 指定者:
getJavaInitializationString
在接口中PropertyEditor
- 覆盖:
getJavaInitializationString
在类中PropertyEditorSupport
- 返回:
- a value of type 'String'
-
getAsText
Gets the current value as text.- 指定者:
getAsText
在接口中PropertyEditor
- 覆盖:
getAsText
在类中PropertyEditorSupport
- 返回:
- a value of type 'String'
-
setAsText
Sets the current property value as text.- 指定者:
setAsText
在接口中PropertyEditor
- 覆盖:
setAsText
在类中PropertyEditorSupport
- 参数:
text
- the text of the selected tag.- 抛出:
IllegalArgumentException
- if an error occurs
-
getTags
Gets the list of tags that can be selected from.- 指定者:
getTags
在接口中PropertyEditor
- 覆盖:
getTags
在类中PropertyEditorSupport
- 返回:
- an array of string tags.
-
main
Tests out the selectedtag editor from the command line.- 参数:
args
- ignored
-