|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.gui.NamedBlobField
public class NamedBlobField
| Constructor Summary | |
|---|---|
NamedBlobField()
|
|
| Method Summary | |
|---|---|
void |
doAction()
This does different things depending on the field; for example in a text field it indicates return was hit. |
javax.swing.JComponent |
getGUI()
Returns the GUI component for this field. |
NamedBlob |
getValue()
Returns the current value for this field. |
void |
setValue(NamedBlob newValue)
Sets the current value for this field. |
void |
valueChanged(NamedBlob newValue)
When the value changes, this is run. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NamedBlobField()
| Method Detail |
|---|
public void doAction()
GUIField
doAction in interface GUIField<NamedBlob>public javax.swing.JComponent getGUI()
GUIField
getGUI in interface GUIField<NamedBlob>public NamedBlob getValue()
GUIField
getValue in interface GUIField<NamedBlob>public void setValue(NamedBlob newValue)
GUIField
setValue in interface GUIField<NamedBlob>public void valueChanged(NamedBlob newValue)
GUIField
valueChanged in interface GUIField<NamedBlob>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||