Package org.gvsig.ods.swing.api
Interface ODSViewer
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
public interface ODSViewer
extends org.gvsig.tools.swing.api.Component
- Author:
- osc
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclean()voidput(ODSDocument document) voidsetMode(int mode) Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Field Details
-
MODE_LIGHT
static final int MODE_LIGHT- See Also:
-
MODE_COMPLETE
static final int MODE_COMPLETE- See Also:
-
-
Method Details
-
put
- Throws:
IOException
-
setMode
void setMode(int mode) -
clean
void clean()
-