|
|||||||||
| Home >> All >> iiuf >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
iiuf.swing
Class MemoryMonitor.MemoryBar

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JProgressBar
iiuf.swing.MemoryMonitor.MemoryBar
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, javax.swing.event.ListDataListener, java.awt.MenuContainer, java.io.Serializable, javax.swing.SwingConstants
- Enclosing class:
- MemoryMonitor
- static class MemoryMonitor.MemoryBar
- extends javax.swing.JProgressBar
- implements javax.swing.event.ListDataListener
- extends javax.swing.JProgressBar
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JProgressBar |
javax.swing.JProgressBar.AccessibleJProgressBar |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary |
| Fields inherited from class javax.swing.JProgressBar |
changeEvent, changeListener, model, orientation, paintBorder, paintString, progressString |
| 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.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
MemoryMonitor.MemoryBar(javax.swing.ListModel model)
|
|
| Method Summary | |
void |
contentsChanged(javax.swing.event.ListDataEvent e)
Notifies the listener that the contents of the list have changed in some way. |
void |
intervalAdded(javax.swing.event.ListDataEvent e)
Notifies the listener that one or more items have been added to the list. |
void |
intervalRemoved(javax.swing.event.ListDataEvent e)
Notifies the listener that one or more items have been removed from the list. |
(package private) void |
update()
|
| Methods inherited from class javax.swing.JProgressBar |
addChangeListener, createChangeListener, fireStateChanged, getAccessibleContext, getChangeListeners, getMaximum, getMinimum, getModel, getOrientation, getPercentComplete, getString, getUI, getUIClassID, getValue, isBorderPainted, isIndeterminate, isStringPainted, paintBorder, paramString, removeChangeListener, setBorderPainted, setIndeterminate, setMaximum, setMinimum, setModel, setOrientation, setString, setStringPainted, setUI, setValue, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
MemoryMonitor.MemoryBar
public MemoryMonitor.MemoryBar(javax.swing.ListModel model)
| Method Detail |
contentsChanged
public void contentsChanged(javax.swing.event.ListDataEvent e)
- Description copied from interface:
javax.swing.event.ListDataListener - Notifies the listener that the contents of the list have changed
in some way. This method will be called if the change cannot be
notified via the ListDataListener.intervalAdded(ListDataEvent)>
ListDataListener.intervalAdded(ListDataEvent)55 or the ListDataListener.intervalRemoved(ListDataEvent)>ListDataListener.intervalRemoved(ListDataEvent)55 methods.- Specified by:
contentsChangedin interfacejavax.swing.event.ListDataListener
intervalAdded
public void intervalAdded(javax.swing.event.ListDataEvent e)
- Description copied from interface:
javax.swing.event.ListDataListener - Notifies the listener that one or more items have been added to the
list. The
eventargument can supply the indices for the range of items added.- Specified by:
intervalAddedin interfacejavax.swing.event.ListDataListener
intervalRemoved
public void intervalRemoved(javax.swing.event.ListDataEvent e)
- Description copied from interface:
javax.swing.event.ListDataListener - Notifies the listener that one or more items have been removed from
the list. The
eventargument can supply the indices for the range of items removed.- Specified by:
intervalRemovedin interfacejavax.swing.event.ListDataListener
update
void update()
|
|||||||||
| Home >> All >> iiuf >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC