|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.adempiere.apps.graph.PerformanceIndicator
public class PerformanceIndicator
Performance Indicator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, 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 | |
|---|---|
PerformanceIndicator(MGoal goal)
Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Action Listener. |
void |
addActionListener(ActionListener l)
Adds an ActionListener to the indicator. |
protected void |
fireActionPerformed(MouseEvent event)
Notifies all listeners that have registered interest for notification on this event type. |
ActionListener[] |
getActionListeners()
Returns an array of all the ActionListeners added
to this indicator with addActionListener(). |
MGoal |
getGoal()
Get Goal |
void |
mouseClicked(MouseEvent e)
Mouse Clicked |
void |
mouseEntered(MouseEvent e)
|
void |
mouseExited(MouseEvent e)
|
void |
mousePressed(MouseEvent e)
|
void |
mouseReleased(MouseEvent e)
|
void |
removeActionListener(ActionListener l)
Removes an ActionListener from the indicator. |
protected void |
updateDisplay()
Update Display Data |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PerformanceIndicator(MGoal goal)
goal - goal model| Method Detail |
|---|
public MGoal getGoal()
protected void updateDisplay()
public void addActionListener(ActionListener l)
ActionListener to the indicator.
l - the ActionListener to be addedpublic void removeActionListener(ActionListener l)
ActionListener from the indicator.
l - the listener to be removedpublic ActionListener[] getActionListeners()
ActionListeners added
to this indicator with addActionListener().
ActionListeners added or an empty
array if no listeners have been addedprotected void fireActionPerformed(MouseEvent event)
event
parameter.
event - the ActionEvent objectEventListenerListpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenere - mouse eventpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - event
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||