All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.beans.JCTabEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----jclass.bwt.JCContainer
                                   |
                                   +----jclass.beans.JCTabEditor

public class JCTabEditor
extends JCContainer
implements PropertyEditor
Inheriting from this class indicates to JCPropertyEditor that the editor should appear on its own tab.


Variable Index

 o support
 o target

Constructor Index

 o JCTabEditor()

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()

Variables

 o support
  protected PropertyChangeSupport support
 o target
  protected Object target

Constructors

 o JCTabEditor
  public JCTabEditor()

Methods

 o setValue
  public void setValue(Object value)
 o getValue
  public Object getValue()
 o isPaintable
  public boolean isPaintable()
 o paintValue
  public void paintValue(Graphics gc,
                         Rectangle box)
 o getJavaInitializationString
  public String getJavaInitializationString()
 o getAsText
  public String getAsText()
 o setAsText
  public void setAsText(String text) throws IllegalArgumentException
 o getTags
  public String[] getTags()
 o getCustomEditor
  public Component getCustomEditor()
 o supportsCustomEditor
  public boolean supportsCustomEditor()
 o addPropertyChangeListener
  public void addPropertyChangeListener(PropertyChangeListener l)
 o removePropertyChangeListener
  public void removePropertyChangeListener(PropertyChangeListener l)

All Packages  Class Hierarchy  This Package  Previous  Next  Index