|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.bbn.openmap.util.propertyEditor.ColorPropertyEditor
A PropertyEditor that brings up a JFileChooser panel to select a file.
Field Summary | |
protected int |
icon_height
|
protected int |
icon_width
|
static java.lang.String |
title
|
Constructor Summary | |
ColorPropertyEditor()
Create FilePropertyEditor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Implement ActionListener interface. |
java.lang.String |
getAsText()
Implement PropertyEditor interface. |
java.awt.Component |
getCustomEditor()
Returns a JButton that will bring up a JFileChooser dialog. |
javax.swing.ImageIcon |
getIconForPaint(java.awt.Paint paint,
boolean fill)
|
protected void |
setButtonForColor(java.awt.Color color)
|
void |
setValue(java.lang.Object someObj)
Implement PropertyEditor interface. |
boolean |
supportsCustomEditor()
PropertyEditor interface. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String title
protected int icon_width
protected int icon_height
Constructor Detail |
public ColorPropertyEditor()
Method Detail |
public boolean supportsCustomEditor()
public java.awt.Component getCustomEditor()
public javax.swing.ImageIcon getIconForPaint(java.awt.Paint paint, boolean fill)
public void setValue(java.lang.Object someObj)
protected void setButtonForColor(java.awt.Color color)
public java.lang.String getAsText()
public void actionPerformed(java.awt.event.ActionEvent e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |