|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.HandlerBase
edu.harvard.hul.ois.jhove.viewer.ViewHandler
public class ViewHandler
This is an output handler which connects JHOVE output to the Swing interface of the viewer application. It is responsible for creating appropriate windows and making them known to (?).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.harvard.hul.ois.jhove.HandlerBase |
---|
HandlerBase.SynchronizedDateFormat |
Field Summary |
---|
Fields inherited from class edu.harvard.hul.ois.jhove.HandlerBase |
---|
_app, _base, _date, _defaultParams, _encoding, _init, _je, _level, _logger, _name, _note, _param, _release, _rights, _specification, _vendor, _writer, date, dateTime, iso8601 |
Constructor Summary | |
---|---|
ViewHandler(JhoveWindow jhwin,
App app,
JhoveBase base)
Creates a ViewHandler. |
Method Summary | |
---|---|
void |
show()
Outputs minimal information about the application |
void |
show(App app)
Outputs detailed information about the application, including configuration, available modules and handlers, etc. |
void |
show(Module module)
Outputs information about a Module |
void |
show(OutputHandler handler)
Outputs information about the OutputHandler specified in the parameter. |
void |
show(RepInfo info)
Outputs the information contained in a RepInfo object. |
void |
showFooter()
Complete the output. |
void |
showHeader()
Do the initial output. |
Methods inherited from class edu.harvard.hul.ois.jhove.HandlerBase |
---|
analyze, applyDefaultParams, close, doctype, doctype, doubleArray, element, element, element, element, elementEnd, elementStart, elementStart, endDirectory, getDate, getEncoding, getIndent, getName, getNote, getRelease, getRights, getSpecification, getVendor, init, integerArray, integerArray, longArray, okToProcess, param, rationalArray, rationalArray10, reset, resetParams, setApp, setBase, setDefaultParams, setEncoding, setWriter, startDirectory, toDateTime, xmlDecl, xmlDecl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewHandler(JhoveWindow jhwin, App app, JhoveBase base)
jhwin
- The JhoveWindow which acts as the parent to
output windows.Method Detail |
---|
public void showHeader()
showHeader
in interface OutputHandler
showHeader
in class HandlerBase
public void show(RepInfo info)
show
in interface OutputHandler
show
in class HandlerBase
public void show()
HandlerBase
show
in interface OutputHandler
show
in class HandlerBase
public void show(App app)
HandlerBase
show
in interface OutputHandler
show
in class HandlerBase
public void show(Module module)
HandlerBase
show
in interface OutputHandler
show
in class HandlerBase
public void showFooter()
showFooter
in interface OutputHandler
showFooter
in class HandlerBase
public void show(OutputHandler handler)
show
in interface OutputHandler
show
in class HandlerBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |