jbcl.sql.monitor Package 

MonitorDialog class

java.lang.Object
   +----java.awt.Component
           +----java.awt.Container
                   +----java.awt.Window
                           +----java.awt.Dialog
                                   +----javax.swing.JDialog
                                           +----com.borland.jbcl.sql.monitor.MonitorDialog

About the MonitorDialog class

Variables  Constructors  Properties  Methods  Event Listeners

Implements WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

Note: This is a feature of JBuilder Enterprise.

MonitorDialog is the dialog used by MonitorButton to display the JDBC Monitor's MonitorPanel in a database application at runtime.


MonitorDialog variables

Variables implemented in java.awt.Component

Variables implemented in javax.swing.JDialog

MonitorDialog constructors

MonitorDialog properties

*Read-only properties **Write-only properties

Properties implemented in java.awt.Component

Properties implemented in java.awt.Container

Properties implemented in java.awt.Dialog

Properties implemented in java.awt.Window

Properties implemented in java.lang.Object

Properties implemented in javax.swing.JDialog

MonitorDialog methods

Methods implemented in this class

Methods implemented in java.awt.Component

Methods implemented in java.awt.Container

Methods implemented in java.awt.Dialog

Methods implemented in java.awt.Window

Methods implemented in java.lang.Object

Methods implemented in javax.swing.JDialog

MonitorDialog event listeners


MonitorDialog constructors

MonitorDialog(java.awt.Frame, java.lang.String, boolean)

  public MonitorDialog(Frame f, String title, boolean modal)
Constructs a MonitorDialog object with the following parameters:

Parameters:

f
The Frame to construct the MonitorDialog with.
title
The title to display.
modal
If true, the MonitorDialog is modal.

MonitorDialog event listeners

This class is a source for the following event sets.

component

 public synchronized void addComponentListener(java.awt.event.ComponentListener )
 public synchronized void removeComponentListener(java.awt.event.ComponentListener )

container

 public synchronized void addContainerListener(java.awt.event.ContainerListener )
 public synchronized void removeContainerListener(java.awt.event.ContainerListener )

focus

 public synchronized void addFocusListener(java.awt.event.FocusListener )
 public synchronized void removeFocusListener(java.awt.event.FocusListener )

inputMethod

 public synchronized void addInputMethodListener(java.awt.event.InputMethodListener )
 public synchronized void removeInputMethodListener(java.awt.event.InputMethodListener )

key

 public synchronized void addKeyListener(java.awt.event.KeyListener )
 public synchronized void removeKeyListener(java.awt.event.KeyListener )

mouse

 public synchronized void addMouseListener(java.awt.event.MouseListener )
 public synchronized void removeMouseListener(java.awt.event.MouseListener )

mouseMotion

 public synchronized void addMouseMotionListener(java.awt.event.MouseMotionListener )
 public synchronized void removeMouseMotionListener(java.awt.event.MouseMotionListener )

propertyChange

 public synchronized void addPropertyChangeListener(java.beans.PropertyChangeListener )
 public synchronized void removePropertyChangeListener(java.beans.PropertyChangeListener )

window

 public synchronized void addWindowListener(java.awt.event.WindowListener )
 public synchronized void removeWindowListener(java.awt.event.WindowListener )