|
||||||||||
| 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.PropertyEditorsetValue in class java.beans.PropertyEditorSupportobjValue - A HMTCLProcInfo structurepublic java.lang.Object getValue()
getValue in interface java.beans.PropertyEditorgetValue in class java.beans.PropertyEditorSupportpublic java.awt.Component getCustomEditor()
getCustomEditor in interface java.beans.PropertyEditorgetCustomEditor in class java.beans.PropertyEditorSupportpublic boolean isPaintable()
isPaintable in interface java.beans.PropertyEditorisPaintable in class java.beans.PropertyEditorSupport
public void paintValue(java.awt.Graphics graphics,
java.awt.Rectangle rect)
paintValue in interface java.beans.PropertyEditorpaintValue in class java.beans.PropertyEditorSupportgraphics - - Graphics object to paint into.rect - - Rectangle within graphics object into which we should paintpublic boolean supportsCustomEditor()
supportsCustomEditor in interface java.beans.PropertyEditorsupportsCustomEditor in class java.beans.PropertyEditorSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||