net.sourceforge.agora.simulator.model
Class FIXAgoraSimulatorRowFilter

java.lang.Object
  extended by javax.swing.RowFilter<FIXAgoraSimulatorTableModel,java.lang.Integer>
      extended by net.sourceforge.agora.simulator.model.FIXAgoraSimulatorRowFilter

public class FIXAgoraSimulatorRowFilter
extends javax.swing.RowFilter<FIXAgoraSimulatorTableModel,java.lang.Integer>

The Class FIXAgoraSimulatorRowFilter.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.RowFilter
javax.swing.RowFilter.ComparisonType, javax.swing.RowFilter.Entry<M,I>
 
Constructor Summary
FIXAgoraSimulatorRowFilter()
           
 
Method Summary
 void addCounterparty(java.lang.String counterparty)
          Adds the counterparty.
 boolean include(javax.swing.RowFilter.Entry<? extends FIXAgoraSimulatorTableModel,? extends java.lang.Integer> entry)
           
 void removeCounterparty(java.lang.String counterparty)
          Removes the counterparty.
 void setHideMessage(boolean hideMessage)
          Sets the hide message.
 
Methods inherited from class javax.swing.RowFilter
andFilter, dateFilter, notFilter, numberFilter, orFilter, regexFilter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXAgoraSimulatorRowFilter

public FIXAgoraSimulatorRowFilter()
Method Detail

setHideMessage

public void setHideMessage(boolean hideMessage)
Sets the hide message.

Parameters:
hideMessage - the new hide message

include

public boolean include(javax.swing.RowFilter.Entry<? extends FIXAgoraSimulatorTableModel,? extends java.lang.Integer> entry)
Specified by:
include in class javax.swing.RowFilter<FIXAgoraSimulatorTableModel,java.lang.Integer>

addCounterparty

public void addCounterparty(java.lang.String counterparty)
Adds the counterparty.

Parameters:
counterparty - the counterparty

removeCounterparty

public void removeCounterparty(java.lang.String counterparty)
Removes the counterparty.

Parameters:
counterparty - the counterparty