|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.AbstractPlugin
org.openbp.jaspira.gui.plugin.AbstractVisiblePlugin
org.openbp.jaspira.plugins.AboutBoxPlugin
public abstract class AboutBoxPlugin
This Plugin is a simple AboutBoxPlugin.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openbp.jaspira.gui.plugin.AbstractVisiblePlugin |
|---|
AbstractVisiblePlugin.StandardVisiblePluginEvents |
| Nested classes/interfaces inherited from class org.openbp.jaspira.plugin.AbstractPlugin |
|---|
AbstractPlugin.StandardPluginEvents |
| Field Summary |
|---|
| Fields inherited from class org.openbp.jaspira.plugin.AbstractPlugin |
|---|
PROPERTY_CONDITION, PROPERTY_DESCRIPTION, PROPERTY_ICON, PROPERTY_NAME, PROPERTY_SEQUENCE, PROPERTY_TITLE, PROPERTY_VENDOR, PROPERTY_VERSION |
| Fields inherited from interface org.openbp.jaspira.gui.plugin.VisiblePlugin |
|---|
GER, GEU, SIZE_VARIABLE_BOTH, SIZE_VARIABLE_HEIGHT, SIZE_VARIABLE_NONE, SIZE_VARIABLE_WIDTH, TOOLBAR_DYNAMIC, TOOLBAR_EVENTS, TOOLBAR_NONE |
| Fields inherited from interface org.openbp.jaspira.plugin.Plugin |
|---|
ID_DELIMETER, LEVEL_APPLICATION, LEVEL_FRAME, LEVEL_PAGE, LEVEL_PLUGIN |
| Constructor Summary | |
|---|---|
AboutBoxPlugin()
|
|
| Method Summary | |
|---|---|
protected javax.swing.Icon |
getAboutIcon()
Returns the icon that is displayed in the about box. |
javax.swing.JPanel |
getContentPane()
This method isn't allowed for adding somthing to the aboutbox. |
protected java.awt.Component |
getCopyrightComponent()
Returns a component containing the copyright information or null. |
protected java.awt.Component |
getLicenseComponent()
Returns a component containing the license information or null. |
protected java.lang.String |
getText()
Returns the text that has to be displayed in the about box. |
protected java.awt.Component |
getUserComponent()
To add your own content override this method. |
protected void |
initializeComponents()
This template method is called after internal Components (i\.e\. title bar etc\.) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openbp.jaspira.plugin.Plugin |
|---|
addPlugin, addToPeerGroup, canClose, containsStackedEvent, fireEvent, fireEvent, fireEvent, getAction, getChildPlugins, getClassName, getCondition, getDescendantPlugins, getDescription, getEventActionNames, getIcon, getLevel, getName, getParentPlugin, getPeerGroup, getPeerGroupNames, getPeerGroups, getPluginResourceCollection, getPluginState, getSubTitle, getTitle, getUniqueId, getVendor, getVersion, handleEvent, inheritEvent, initializePlugin, installFirstPlugin, matchesPeerGroup, matchesPeerGroups, receiveEvent, removeFromPeerGroup, removePlugin, requestClose, setParentPlugin, setPluginState, uninstallLastPlugin |
| Constructor Detail |
|---|
public AboutBoxPlugin()
| Method Detail |
|---|
protected void initializeComponents()
AbstractVisiblePlugin
initializeComponents in class AbstractVisiblePluginprotected java.awt.Component getUserComponent()
protected java.lang.String getText()
protected javax.swing.Icon getAboutIcon()
protected java.awt.Component getCopyrightComponent()
protected java.awt.Component getLicenseComponent()
public javax.swing.JPanel getContentPane()
getContentPane in class AbstractVisiblePlugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||