All Packages Class Hierarchy This Package Previous Next Index
Class com.wildcrest.JTPCopyrightPropertyEditor
java.lang.Object
|
+----java.beans.PropertyEditorSupport
|
+----com.wildcrest.JTPCopyrightPropertyEditor
- public class JTPCopyrightPropertyEditor
- extends PropertyEditorSupport
-
val
-
-
JTPCopyrightPropertyEditor()
-
-
getAsText()
-
-
getJavaInitializationString()
-
-
getTags()
-
-
getValue()
-
-
setAsText(String)
-
-
setValue(Object)
-
val
protected String val
JTPCopyrightPropertyEditor
public JTPCopyrightPropertyEditor()
setValue
public void setValue(Object o)
- Overrides:
- setValue in class PropertyEditorSupport
getValue
public Object getValue()
- Overrides:
- getValue in class PropertyEditorSupport
getAsText
public String getAsText()
- Overrides:
- getAsText in class PropertyEditorSupport
setAsText
public void setAsText(String str)
- Overrides:
- setAsText in class PropertyEditorSupport
getTags
public String[] getTags()
- Overrides:
- getTags in class PropertyEditorSupport
getJavaInitializationString
public String getJavaInitializationString()
- Overrides:
- getJavaInitializationString in class PropertyEditorSupport
All Packages Class Hierarchy This Package Previous Next Index