unikix.clientapis.emulator.editors
Class CodepagePropertyEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--unikix.clientapis.emulator.editors.CodepagePropertyEditor
- public class CodepagePropertyEditor
- extends PropertyEditorSupport
This class is a standard bean property editor for codepage type properties.
This class is not normally needed by user applications, but it is
possible to use it when creating a Java Bean that uses the
KixEmulator
functionality, and needs to expose the
codepage through the BeanInfo
interface.
The methods in this class are purely an implementation of the Property
Editor interface.
CodepagePropertyEditor
public CodepagePropertyEditor()
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 s)
- Overrides:
- setAsText in class PropertyEditorSupport
getTags
public String[] getTags()
- Overrides:
- getTags in class PropertyEditorSupport
getJavaInitializationString
public String getJavaInitializationString()
- Overrides:
- getJavaInitializationString in class PropertyEditorSupport
Copyright (c) 2001 by Sun Microsystems, Inc. All Rights Reserved