Package org.web3d.util
Interface FileHandler
- All Known Implementing Classes:
SwingLocationToolbar
,X3DBrowserAWTPanel
public interface FileHandler
Interface representing code that can open a file or URL in the browser.
- Version:
- $Revision: 1.2 $
- Author:
- Alan Hudson
-
Method Summary
Modifier and TypeMethodDescriptionorg.j3d.util.ErrorReporter
Get the error reporter currently in use.void
Go to the named URL location.
-
Method Details
-
loadURL
Go to the named URL location. No checking is done other than to make sure it is a valid URL.- Parameters:
url
- The URL to open- Throws:
IOException
-
getErrorReporter
org.j3d.util.ErrorReporter getErrorReporter()Get the error reporter currently in use.- Returns:
- The reporter instance
-