|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel org.biomoby.service.dashboard.AbstractPanel org.biomoby.service.dashboard.StatisticsPanel
public class StatisticsPanel
A panel showing various statistics. At the beginning, it was meant to be only a panel used in the Dashboard turorial (showing how to develop and to add a new panel) but it became useful on its own.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.BaselineResizeBehavior |
Field Summary |
---|
Fields inherited from class org.biomoby.service.dashboard.AbstractPanel |
---|
clearIcon, confirmIcon, warningIcon |
Fields inherited from class javax.swing.JComponent |
---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
StatisticsPanel()
Default constructor. |
Method Summary | |
---|---|
JComponent |
getComponent(PropertyChannel aPropertyChannel)
Return a graphical representation of this panel. |
String |
getDescription()
Return a short description (few lines only) of this panel. |
String |
getName()
A name identifies a panel in the dashboard's tabs. |
boolean |
loadOnlyOnDemand()
Some panels are less important for most users (e.g. debugging panels) so they are shown only when a user specifically selects them. |
void |
notified(NotificationEvent event)
Implementation of a NotificationListener intereface |
Methods inherited from class org.biomoby.service.dashboard.AbstractPanel |
---|
confirm, confirm, createMenu, createMenuItem, createMenuItem, error, error, getHelp, getHelpURL, getIcon, getIconURL, getTitle, isMandatory, loadIcon, setEnabledMenuItem |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatisticsPanel()
Method Detail |
---|
public JComponent getComponent(PropertyChannel aPropertyChannel)
DashboardPanel
getComponent
in interface DashboardPanel
getComponent
in class AbstractPanel
aPropertyChannel
- is a shared storage for properties
public String getName()
DashboardPanel
getName
in interface DashboardPanel
getName
in class AbstractPanel
DashboardPanel.getTitle()
public String getDescription()
DashboardPanel
getDescription
in interface DashboardPanel
getDescription
in class AbstractPanel
public boolean loadOnlyOnDemand()
DashboardPanel
loadOnlyOnDemand
in interface DashboardPanel
loadOnlyOnDemand
in class AbstractPanel
public void notified(NotificationEvent event)
notified
in interface NotificationListener
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |