|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.apache.batik.util.gui.MemoryMonitor
public class MemoryMonitor
This class contains a collection of components that can be used to track and display the memory usage.
Nested Class Summary | |
---|---|
protected class |
MemoryMonitor.CloseButtonAction
The action associated with the 'Close' button of the memory monitor. |
protected class |
MemoryMonitor.CollectButtonAction
The action associated with the 'Collect' button of the memory monitor. |
static class |
MemoryMonitor.History
Displays the memory usage history in a chart. |
static interface |
MemoryMonitor.MemoryChangeListener
This interface allows the RepaintThread to notify an object that the current memory state has changed. |
static class |
MemoryMonitor.Panel
A panel composed of a Usage instance and a History instance. |
static class |
MemoryMonitor.RepaintThread
This thread repaints a list of components. |
static class |
MemoryMonitor.Usage
Displays the current memory usage. |
Nested classes/interfaces inherited from class javax.swing.JFrame |
---|
JFrame.AccessibleJFrame |
Nested classes/interfaces inherited from class java.awt.Frame |
---|
Frame.AccessibleAWTFrame |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
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 | |
---|---|
protected static ResourceBundle |
bundle
The resource bundle |
protected Map |
listeners
The map that contains the listeners |
protected MemoryMonitor.Panel |
panel
The Panel instance. |
protected static String |
RESOURCE
The resource file name |
protected static ResourceManager |
resources
The resource manager |
Fields inherited from class javax.swing.JFrame |
---|
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Frame |
---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
MemoryMonitor()
Creates a new memory monitor frame. |
|
MemoryMonitor(long time)
Creates a new memory monitor frame. |
Method Summary | |
---|---|
Action |
getAction(String key)
Returns the action associated with the given string or null on error |
Methods inherited from class java.awt.Frame |
---|
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
---|
getFont, postEvent |
Field Detail |
---|
protected static final String RESOURCE
protected static ResourceBundle bundle
protected static ResourceManager resources
protected Map listeners
protected MemoryMonitor.Panel panel
Constructor Detail |
---|
public MemoryMonitor()
public MemoryMonitor(long time)
time
- The time beetween two repaints in ms.Method Detail |
---|
public Action getAction(String key) throws MissingListenerException
getAction
in interface ActionMap
key
- the key mapped with the action to get
MissingListenerException
- if the action is not found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |