|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.data.FunctionFormFamily.FormFunction
Base class which tries to perform an operation on an object using the first valid Form.
| Constructor Summary | |
(package private) |
FunctionFormFamily.FormFunction()
|
| Method Summary | |
(package private) abstract boolean |
check(FormFileInformer node)
Return 'true' if this object's name applies to the given node. |
(package private) abstract boolean |
function(FormNode node)
The operation to be performed on the object. |
(package private) abstract InputStream |
getStream()
Return an InputStream for the object. |
boolean |
run()
Perform an operation on an object using the first valid Form. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
FunctionFormFamily.FormFunction()
| Method Detail |
abstract boolean check(FormFileInformer node)
abstract InputStream getStream()
throws IOException
IOExceptionabstract boolean function(FormNode node)
public boolean run()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||