|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.hm.FEPreSelectEntityPropEditor
public class FEPreSelectEntityPropEditor
Title: FEPreSelectEntityPropEditor
Description: Propety editor for FEPreSelect's selectin criteria. A dropdown of choices
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
FEPreSelectEntityPropEditor()
Constructor |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
java.lang.String |
getAsText()
Gets the property value as text. |
java.awt.Component |
getCustomEditor()
Returns the custom editor |
java.lang.String |
getJavaInitializationString()
This method is intended for use when generating Java code to set the value of the property. |
java.lang.String[] |
getTags()
Since the propertyvalue is not one of a set, this returns null. |
java.lang.Object |
getValue()
Gets the property value. |
boolean |
isPaintable()
|
void |
paintValue(java.awt.Graphics gfx,
java.awt.Rectangle box)
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
setAsText(java.lang.String strValue)
Set the property value by parsing a given String. |
void |
setValue(java.lang.Object objValue)
Set (or change) the object that is to be edited. |
boolean |
supportsCustomEditor()
Specifies this property editor supports a custom editor. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FEPreSelectEntityPropEditor()
Method Detail |
---|
public java.awt.Component getCustomEditor()
getCustomEditor
in interface java.beans.PropertyEditor
public boolean supportsCustomEditor()
supportsCustomEditor
in interface java.beans.PropertyEditor
public void setValue(java.lang.Object objValue)
setValue
in interface java.beans.PropertyEditor
objValue
- - The new target object to be edited.public java.lang.Object getValue()
getValue
in interface java.beans.PropertyEditor
public java.lang.String getJavaInitializationString()
getJavaInitializationString
in interface java.beans.PropertyEditor
public java.lang.String[] getTags()
getTags
in interface java.beans.PropertyEditor
public void setAsText(java.lang.String strValue)
setAsText
in interface java.beans.PropertyEditor
strValue
- - The string to be parsed.public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in interface java.beans.PropertyEditor
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in interface java.beans.PropertyEditor
public void paintValue(java.awt.Graphics gfx, java.awt.Rectangle box)
paintValue
in interface java.beans.PropertyEditor
public boolean isPaintable()
isPaintable
in interface java.beans.PropertyEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |