|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.client.objecteditor.ContentViewer
fedora.client.objecteditor.SVGContentViewer
public class SVGContentViewer
Views content of SVG images in a JComponent.
| Constructor Summary | |
|---|---|
SVGContentViewer()
|
|
| Method Summary | |
|---|---|
javax.swing.JComponent |
getComponent()
Get the JComponent. |
java.lang.String[] |
getTypes()
Returns a list of content types that this component can handle. |
void |
init(java.lang.String type,
java.io.InputStream data,
boolean viewOnly)
Initializes the handler. |
void |
setContent(java.io.InputStream data)
Re-initializes the handler given new input data. |
| Methods inherited from class fedora.client.objecteditor.ContentViewer |
|---|
isEditor, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGContentViewer()
| Method Detail |
|---|
public javax.swing.JComponent getComponent()
getComponent in class ContentViewerpublic java.lang.String[] getTypes()
getTypes in class ContentViewer
public void init(java.lang.String type,
java.io.InputStream data,
boolean viewOnly)
throws java.io.IOException
init in class ContentViewerjava.io.IOException
public void setContent(java.io.InputStream data)
throws java.io.IOException
setContent in class ContentViewerjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||