|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A component used by the algorithm view. Each of AlgorithmViewComponent is used to create a swing component for user entry and also provides some low level validation to ensure the data is at least of proper type.
| Method Summary | |
java.awt.Component |
getComponent()
grab the raw swing component associated w/ this component. |
java.lang.Class |
getEditableClass()
get the type that this component can be used to edit. |
java.lang.Object |
getValue()
get the value held the swing component. |
boolean |
isValid()
|
void |
setValue(java.lang.Object object)
Sets the value in the swing component. |
| Method Detail |
public java.lang.Class getEditableClass()
public boolean isValid()
public java.lang.Object getValue()
public void setValue(java.lang.Object object)
object - the value to set it at.public java.awt.Component getComponent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||