All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class uk.co.demon.sspl.editors.LayoutManagerEditor

java.lang.Object
   |
   +----uk.co.demon.sspl.editors.LayoutManagerEditor

public class LayoutManagerEditor
extends Object
implements PropertyEditor

Constructor Index

 o LayoutManagerEditor()

Method Index

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

Constructors

 o LayoutManagerEditor
 public LayoutManagerEditor()

Methods

 o addPropertyChangeListener
 public void addPropertyChangeListener(PropertyChangeListener listener)
 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)
 o setAsText
 public void setAsText(String string)
 o setValue
 public void setValue(Object object)
 o supportsCustomEditor
 public boolean supportsCustomEditor()

All Packages  Class Hierarchy  This Package  Previous  Next  Index