org.sape.carbon.services.log.console
Class LogView
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--java.awt.Window
|
+--java.awt.Frame
|
+--javax.swing.JFrame
|
+--org.sape.carbon.services.log.console.LogView
- All Implemented Interfaces:
- Accessible, ImageObserver, MenuContainer, RootPaneContainer, Runnable, Serializable, WindowConstants
- public class LogView
- extends JFrame
- implements Runnable
- Since:
- carbon 1.0
- Version:
- $Revision: 1.14 $($Author: dvoet $ / $Date: 2003/05/05 21:21:26 $)
Copyright 2002 Sapient
- Author:
- Gregory Hinkle, February 2002
- See Also:
- Serialized Form
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.Window |
|
Fields inherited from class java.awt.Container |
|
Constructor Summary |
LogView()
Creates new form LogView |
Methods inherited from class javax.swing.JFrame |
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getJMenuBar, getLayeredPane, getRootPane, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, update |
Methods inherited from class java.awt.Frame |
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.awt.Window |
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle |
ICON_LOCATION
private static final String ICON_LOCATION
- See Also:
- Constant Field Values
prefs
private LogViewPrefs prefs
refreshLock
private Object refreshLock
queue
private EDU.oswego.cs.dl.util.concurrent.LinkedQueue queue
dateFormat
private SimpleDateFormat dateFormat
timeFormat
private SimpleDateFormat timeFormat
stringFilterJTextField
private JTextField stringFilterJTextField
warningJCheckBox
private JCheckBox warningJCheckBox
jLabelMessageCount
private JLabel jLabelMessageCount
jLabelTitle
private JLabel jLabelTitle
jLabelSourceMethodLabel
private JLabel jLabelSourceMethodLabel
jLabelDateLabel
private JLabel jLabelDateLabel
jLabelDate
private JLabel jLabelDate
jPanelConfig
private JPanel jPanelConfig
jLabel1
private JLabel jLabel1
jMenuItemPrefs
private JMenuItem jMenuItemPrefs
aboutJMenuItem
private JMenuItem aboutJMenuItem
jLabelTime
private JLabel jLabelTime
messageJList
private JList messageJList
traceJCheckBox
private JCheckBox traceJCheckBox
exitJMenuItem
private JMenuItem exitJMenuItem
errorJCheckBox
private JCheckBox errorJCheckBox
jPanelMessageDetails
private JPanel jPanelMessageDetails
detailJCheckBox
private JCheckBox detailJCheckBox
infoJCheckBox
private JCheckBox infoJCheckBox
jSplitPane1
private JSplitPane jSplitPane1
messageDetailJPanel
private JPanel messageDetailJPanel
jLabelSourceClassLabel
private JLabel jLabelSourceClassLabel
criticalJCheckBox
private JCheckBox criticalJCheckBox
jTextAreaMessageText
private JTextArea jTextAreaMessageText
jToolBar1
private JToolBar jToolBar1
clearJMenuItem
private JMenuItem clearJMenuItem
messageTextJScrollPane
private JScrollPane messageTextJScrollPane
saveJMenuItem
private JMenuItem saveJMenuItem
jLabelSourceMethod
private JLabel jLabelSourceMethod
jSeparator1
private JSeparator jSeparator1
File
private JMenuBar File
jLabelSeverity
private JLabel jLabelSeverity
jCheckBoxMenuItemScrollToNewMessages
private JCheckBoxMenuItem jCheckBoxMenuItemScrollToNewMessages
messageListJScrollPane
private JScrollPane messageListJScrollPane
jLabelSeverityLabel
private JLabel jLabelSeverityLabel
jMenuFile
private JMenu jMenuFile
jMenuHelp
private JMenu jMenuHelp
jMenuOptions
private JMenu jMenuOptions
jLabelTimeLabel1
private JLabel jLabelTimeLabel1
jLabelSourceClass
private JLabel jLabelSourceClass
LogView
public LogView()
- Creates new form LogView
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the FormEditor.
messageJListMouseClicked
private void messageJListMouseClicked(MouseEvent evt)
stringFilterJTextFieldPropertyChange
private void stringFilterJTextFieldPropertyChange(PropertyChangeEvent evt)
stringFilterJTextFieldFocusLost
private void stringFilterJTextFieldFocusLost(FocusEvent evt)
stringFilterJTextFieldKeyTyped
private void stringFilterJTextFieldKeyTyped(KeyEvent evt)
stringFilterJTextFieldInputMethodTextChanged
private void stringFilterJTextFieldInputMethodTextChanged(InputMethodEvent evt)
jMenuItemPrefsActionPerformed
private void jMenuItemPrefsActionPerformed(ActionEvent evt)
aboutJMenuItemActionPerformed
private void aboutJMenuItemActionPerformed(ActionEvent evt)
messageFilterChanged
private void messageFilterChanged(ActionEvent evt)
jButton1ActionPerformed
private void jButton1ActionPerformed(ActionEvent evt)
exitJMenuItemActionPerformed
private void exitJMenuItemActionPerformed(ActionEvent evt)
messageJListValueChanged
private void messageJListValueChanged(ListSelectionEvent evt)
exitForm
private void exitForm(WindowEvent evt)
- Exit the Application
main
public static void main(String[] args)
- Parameters:
args
- the command line arguments
getSettingsFile
private File getSettingsFile()
addMessage
public void addMessage(String sourceClass,
SeverityEnum severity,
Object msg)
run
public void run()
- Specified by:
run
in interface Runnable
handleMessages
public void handleMessages()
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.