All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.FileNameEditor

multilizer.FileNamePanel
   |
   +----multilizer.FileNameEditor

public class FileNameEditor
extends FileNamePanel
implements PropertyEditor

Constructor Index

 o FileNameEditor()

Method Index

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

Constructors

 o FileNameEditor
 public FileNameEditor()

Methods

 o getCustomEditor
 public Component getCustomEditor()
 o supportsCustomEditor
 public boolean supportsCustomEditor()
 o setValue
 public void setValue(Object value)
 o getValue
 public Object getValue()
 o isPaintable
 public boolean isPaintable()
 o paintValue
 public void paintValue(Graphics gfx,
                        Rectangle box)
 o getJavaInitializationString
 public String getJavaInitializationString()
 o getAsText
 public String getAsText()
 o setAsText
 public void setAsText(String text)
 o getTags
 public String[] getTags()

All Packages  Class Hierarchy  This Package  Previous  Next  Index