|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.altair.hwm.beans.hm.HMEvalTCLProcPropEditor
public class HMEvalTCLProcPropEditor
Title: HMEvalTCLProcPropEditor
Description: This is the property editor for the HWMEvalTCLProc bean. This will use the HWMEvalTCLProcPropPanel to display the editor.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HMEvalTCLProcPropEditor()
Constructor |
Method Summary | |
---|---|
java.awt.Component |
getCustomEditor()
|
java.lang.Object |
getValue()
Ask the actual editor, i.e. |
boolean |
isPaintable()
Determines whether this property editor is paintable. |
void |
paintValue(java.awt.Graphics graphics,
java.awt.Rectangle rect)
Paint a representation of the value into a given area of screen real estate. |
void |
setValue(java.lang.Object objValue)
Forward the call to the actual editor i.e. |
boolean |
supportsCustomEditor()
Determines whether this property editor supports a custom editor. |
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, removePropertyChangeListener, setAsText, setSource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMEvalTCLProcPropEditor()
Method Detail |
---|
public void setValue(java.lang.Object objValue)
setValue
in interface java.beans.PropertyEditor
setValue
in class java.beans.PropertyEditorSupport
objValue
- A HMTCLProcInfo structurepublic java.lang.Object getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class java.beans.PropertyEditorSupport
public java.awt.Component getCustomEditor()
getCustomEditor
in interface java.beans.PropertyEditor
getCustomEditor
in class java.beans.PropertyEditorSupport
public boolean isPaintable()
isPaintable
in interface java.beans.PropertyEditor
isPaintable
in class java.beans.PropertyEditorSupport
public void paintValue(java.awt.Graphics graphics, java.awt.Rectangle rect)
paintValue
in interface java.beans.PropertyEditor
paintValue
in class java.beans.PropertyEditorSupport
graphics
- - Graphics object to paint into.rect
- - Rectangle within graphics object into which we should paintpublic boolean supportsCustomEditor()
supportsCustomEditor
in interface java.beans.PropertyEditor
supportsCustomEditor
in class java.beans.PropertyEditorSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |