Class SOAPMonitorApplet.SOAPMonitorFilter

java.lang.Object
  extended bySOAPMonitorApplet.SOAPMonitorFilter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
SOAPMonitorApplet

class SOAPMonitorApplet.SOAPMonitorFilter
extends java.lang.Object
implements java.awt.event.ActionListener

Class for showing the filter dialog


Constructor Summary
SOAPMonitorApplet.SOAPMonitorFilter()
          Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Listener to handle button actions
 boolean getFilterActive()
          Check if filter active messages
 boolean getFilterComplete()
          Check if filter complete messages
 java.util.Vector getFilterExcludeList()
          Get list of services to be excluded
 java.util.Vector getFilterIncludeList()
          Get list of services to be included
 boolean okPressed()
          Check if the user pressed the ok button
 void showDialog()
          Show the filter dialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMonitorApplet.SOAPMonitorFilter

public SOAPMonitorApplet.SOAPMonitorFilter()
Constructor

Method Detail

getFilterIncludeList

public java.util.Vector getFilterIncludeList()
Get list of services to be included


getFilterExcludeList

public java.util.Vector getFilterExcludeList()
Get list of services to be excluded


getFilterActive

public boolean getFilterActive()
Check if filter active messages


getFilterComplete

public boolean getFilterComplete()
Check if filter complete messages


showDialog

public void showDialog()
Show the filter dialog


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Listener to handle button actions

Specified by:
actionPerformed in interface java.awt.event.ActionListener

okPressed

public boolean okPressed()
Check if the user pressed the ok button