|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ephman.abra.tools.JFieldView
a class for field views to do an abstraction of a field if composite
Field Summary | |
(package private) boolean |
asView
|
(package private) JField |
field
|
(package private) java.lang.String |
viewFormat
|
Constructor Summary | |
JFieldView(JField jf,
java.lang.String viewFormat,
boolean asView)
|
Method Summary | |
boolean |
getAsView()
Get the value of asView. |
JField |
getField()
Get the value of field. |
java.lang.String |
getViewFormat()
Get the value of viewFormat. |
void |
setAsView(boolean v)
Set the value of asView. |
void |
setField(JField v)
Set the value of field. |
void |
setViewFormat(java.lang.String v)
Set the value of viewFormat. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
boolean asView
JField field
java.lang.String viewFormat
Constructor Detail |
public JFieldView(JField jf, java.lang.String viewFormat, boolean asView)
Method Detail |
public boolean getAsView()
public void setAsView(boolean v)
v
- Value to assign to asView.public JField getField()
public void setField(JField v)
v
- Value to assign to field.public java.lang.String getViewFormat()
public void setViewFormat(java.lang.String v)
v
- Value to assign to viewFormat.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |