|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.webclient.ImplObject
public abstract class ImplObject
This is the base class for all implementations of the BrowserControl interfaces. It simply defines the common attributes for all webclient implementation classes.
Constructor Summary | |
---|---|
ImplObject(BrowserControl yourBrowserControl)
|
Method Summary | |
---|---|
void |
delete()
I know Java has automatic garbage collection and all, but explicitly adding a delete method helps the gc algorithm out. |
BrowserControl |
getBrowserControl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImplObject(BrowserControl yourBrowserControl)
Method Detail |
---|
public BrowserControl getBrowserControl()
public void delete()
Subclasses should override this and call super.delete() at the end of their overridden delete() method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |