All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.MissingTranslationEditor

java.lang.Object
   |
   +----java.beans.PropertyEditorSupport
           |
           +----multilizer.MissingTranslationEditor

public class MissingTranslationEditor
extends PropertyEditorSupport

Constructor Index

 o MissingTranslationEditor()

Method Index

 o getAsText()
 o getJavaInitializationString()
This method is intended for use when generating Java code to set the value of the property.
 o getTags()
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
 o setAsText(String)
Set the property value by parsing a given String.

Constructors

 o MissingTranslationEditor
 public MissingTranslationEditor()

Methods

 o getTags
 public String[] getTags()
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.

Overrides:
getTags in class PropertyEditorSupport
 o getAsText
 public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport
 o setAsText
 public void setAsText(String text) throws IllegalArgumentException
Set the property value by parsing a given String.

Overrides:
setAsText in class PropertyEditorSupport
 o getJavaInitializationString
 public String getJavaInitializationString()
This method is intended for use when generating Java code to set the value of the property.

Overrides:
getJavaInitializationString in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index