|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Application
This interface represents a SVG viewer application.
Method Summary | |
---|---|
void |
addVisitedURI(String uri)
Notifies Application of recently visited URI |
boolean |
canLoadScriptType(String scriptType)
Returns true if the input scriptType can be loaded in this application. |
void |
closeJSVGViewerFrame(JSVGViewerFrame f)
Closes the given viewer frame. |
JSVGViewerFrame |
createAndShowJSVGViewerFrame()
Creates and shows a new viewer frame. |
Action |
createExitAction(JSVGViewerFrame vf)
Creates an action to exit the application. |
int |
getAllowedExternalResourceOrigin()
Returns the allowed origins for external resources. |
int |
getAllowedScriptOrigin()
Returns the allowed origins for scripts. |
String |
getDefaultFontFamily()
Returns the default value for the CSS "font-family" property |
String |
getLanguages()
Returns the user languages. |
String |
getMedia()
Returns the CSS media to use. |
String |
getUISpecialization()
Returns the UI resource specialization to use. |
String |
getUserStyleSheetURI()
Returns the user stylesheet uri. |
String[] |
getVisitedURIs()
Asks Application for a list of recently visited URI |
String |
getXMLParserClassName()
Returns the XML parser class name. |
boolean |
isSelectionOverlayXORMode()
Returns true if the selection overlay is painted in XOR mode, false otherwise. |
boolean |
isXMLParserValidating()
Returns true if the XML parser must be in validation mode, false otherwise. |
void |
openLink(String url)
Opens the given link in a new window. |
void |
showPreferenceDialog(JSVGViewerFrame f)
Shows the preference dialog. |
Method Detail |
---|
JSVGViewerFrame createAndShowJSVGViewerFrame()
void closeJSVGViewerFrame(JSVGViewerFrame f)
Action createExitAction(JSVGViewerFrame vf)
void openLink(String url)
String getXMLParserClassName()
boolean isXMLParserValidating()
void showPreferenceDialog(JSVGViewerFrame f)
String getLanguages()
String getUserStyleSheetURI()
String getDefaultFontFamily()
String getMedia()
boolean isSelectionOverlayXORMode()
boolean canLoadScriptType(String scriptType)
int getAllowedScriptOrigin()
ResourceOrigin
int getAllowedExternalResourceOrigin()
ResourceOrigin
void addVisitedURI(String uri)
String[] getVisitedURIs()
String getUISpecialization()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |