All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class uk.co.demon.sspl.editors.RectangleEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----com.sun.java.swing.JComponent
                           |
                           +----com.sun.java.swing.JPanel
                                   |
                                   +----uk.co.demon.sspl.editors.RectangleEditor

public class RectangleEditor
extends JPanel
implements PropertyEditor, KeyListener

Variable Index

 o jlabel1
 o jlabel2
 o jlabel3
 o jlabel4
 o txtH
 o txtW
 o txtX
 o txtY

Constructor Index

 o RectangleEditor()

Method Index

 o addPropertyChangeListener(PropertyChangeListener)
 o getAsText()
 o getCustomEditor()
 o getJavaInitializationString()
 o getTags()
 o getValue()
 o isPaintable()
 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)
 o paintValue(Graphics, Rectangle)
 o removePropertyChangeListener(PropertyChangeListener)
 o setAsText(String)
 o setValue(Object)
 o supportsCustomEditor()

Variables

 o jlabel1
 public JLabel jlabel1
 o jlabel2
 public JLabel jlabel2
 o jlabel3
 public JLabel jlabel3
 o jlabel4
 public JLabel jlabel4
 o txtX
 public JTextField txtX
 o txtY
 public JTextField txtY
 o txtW
 public JTextField txtW
 o txtH
 public JTextField txtH

Constructors

 o RectangleEditor
 public RectangleEditor()

Methods

 o addPropertyChangeListener
 public void addPropertyChangeListener(PropertyChangeListener listener)
Overrides:
addPropertyChangeListener in class JComponent
 o getAsText
 public String getAsText()
 o getCustomEditor
 public Component getCustomEditor()
 o getJavaInitializationString
 public String getJavaInitializationString()
 o getTags
 public String[] getTags()
 o getValue
 public Object getValue()
 o isPaintable
 public boolean isPaintable()
 o paintValue
 public void paintValue(Graphics graphics,
                        Rectangle rectangle)
 o removePropertyChangeListener
 public void removePropertyChangeListener(PropertyChangeListener listener)
Overrides:
removePropertyChangeListener in class JComponent
 o setAsText
 public void setAsText(String string)
 o setValue
 public void setValue(Object object)
 o supportsCustomEditor
 public boolean supportsCustomEditor()
 o keyPressed
 public void keyPressed(KeyEvent evt)
 o keyReleased
 public void keyReleased(KeyEvent evt)
 o keyTyped
 public void keyTyped(KeyEvent evt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index