net.jbeans.bean.property.editor
Class BorderEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bynet.jbeans.bean.property.editor.EditorSupport
          extended bynet.jbeans.bean.property.editor.BorderEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public final class BorderEditor
extends EditorSupport

generally describe BorderEditor in here

Version:
$Revision: 1.1.1.1 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
EditorSupport

Field Summary
 
Fields inherited from class net.jbeans.bean.property.editor.EditorSupport
MEDIUM_DIMENSION, SMALL_DIMENSION
 
Constructor Summary
BorderEditor()
           
 
Method Summary
 void editorChangeValue(java.lang.Object value)
           
 java.lang.String getJavaInitializationString()
           
static void main(java.lang.String[] args)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class net.jbeans.bean.property.editor.EditorSupport
getCustomEditor, getPanel, init, setAlignment, setPanel, supportsCustomEditor
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderEditor

public BorderEditor()
Method Detail

setValue

public final void setValue(java.lang.Object value)

getJavaInitializationString

public final java.lang.String getJavaInitializationString()

editorChangeValue

public final void editorChangeValue(java.lang.Object value)

main

public static final void main(java.lang.String[] args)


Copyright © 2003 JBean project. All Rights Reserved.