JAPI 0.9.0
Yet another Java API
API Documentation

net.sf.japi.swing.io
Interface CanLoad

All Known Subinterfaces:
Bookmarkable

public interface CanLoad

Interface to be implemented by classes that are able to load a URL.

Author:
Christian Hujer

Method Summary
 boolean load(String url)
          Load a document.
 

Method Detail

load

boolean load(String url)
Load a document. This method does not declare any exceptions. The implementor of this method is responsible for handling any exceptional conditions which might occur during the load operation.

Parameters:
url - URL to load
Returns:
true if and only if loading the file was successful

JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright