|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.iu.iv.common.util.algorithmview.IntComponent
An algorithm view component for editing native ints.
| Constructor Summary | |
IntComponent()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IntComponent()
| Method Detail |
public java.lang.Class getEditableClass()
AlgorithmViewComponent
getEditableClass in interface AlgorithmViewComponentAlgorithmViewComponent.getEditableClass()public boolean isValid()
isValid in interface AlgorithmViewComponentComponent.isValid()public java.lang.Object getValue()
AlgorithmViewComponent
getValue in interface AlgorithmViewComponentAlgorithmViewComponent.getValue()public void setValue(java.lang.Object object)
AlgorithmViewComponent
setValue in interface AlgorithmViewComponentobject - the value to set it at.AlgorithmViewComponent.setValue(java.lang.Object)public java.awt.Component getComponent()
AlgorithmViewComponent
getComponent in interface AlgorithmViewComponentAlgorithmViewComponent.getComponent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||