|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.ide.help.AboutBoxPage
A page in the about box. Extension writers may register a new page with the
about box by creating a subclass of AboutBoxPage and registering it with
the AboutBoxFactory.
| Constructor Summary | |
AboutBoxPage()
|
|
| Method Summary | |
java.awt.Component |
getComponent()
Get the component for this page. |
java.awt.Component |
getInitialFocus()
Get the initial focus component for this page. |
java.lang.String |
getName()
Get the name of this page. |
protected abstract void |
populate()
Populate this page. |
void |
setComponent(java.awt.Component component)
Set the component to display on this page. |
void |
setInitialFocus(java.awt.Component initialFocus)
Set the initial focus component. |
void |
setName(java.lang.String name)
Set the name of this page. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AboutBoxPage()
| Method Detail |
public void setComponent(java.awt.Component component)
component - the component to display on this page.public java.awt.Component getComponent()
public final void setInitialFocus(java.awt.Component initialFocus)
initialFocus - the initial focus component, may be null.public final java.awt.Component getInitialFocus()
public final void setName(java.lang.String name)
name - the (human readable) name of this page.public final java.lang.String getName()
protected abstract void populate()
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.