org.mailster.gui.views
Class FilterTreeView.HostMatcherEditor

java.lang.Object
  extended by ca.odell.glazedlists.matchers.AbstractMatcherEditor<StoredSmtpMessage>
      extended by org.mailster.gui.views.FilterTreeView.HostMatcherEditor
All Implemented Interfaces:
ca.odell.glazedlists.matchers.MatcherEditor<StoredSmtpMessage>, java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
Enclosing class:
FilterTreeView

private class FilterTreeView.HostMatcherEditor
extends ca.odell.glazedlists.matchers.AbstractMatcherEditor<StoredSmtpMessage>
implements org.eclipse.swt.events.SelectionListener


Nested Class Summary
private  class FilterTreeView.HostMatcherEditor.HostMatcher
           
 
Nested classes/interfaces inherited from interface ca.odell.glazedlists.matchers.MatcherEditor
ca.odell.glazedlists.matchers.MatcherEditor.Event<E>, ca.odell.glazedlists.matchers.MatcherEditor.Listener<E>
 
Field Summary
private  org.eclipse.swt.widgets.Tree mailBoxTree
           
private  FilterTreeView.HostMatcherEditor.HostMatcher matcher
           
 
Fields inherited from class ca.odell.glazedlists.matchers.AbstractMatcherEditor
currentMatcher
 
Constructor Summary
FilterTreeView.HostMatcherEditor(org.eclipse.swt.widgets.Tree mailBoxTree)
           
 
Method Summary
 void filter()
           
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent event)
           
 void widgetSelected(org.eclipse.swt.events.SelectionEvent event)
           
 
Methods inherited from class ca.odell.glazedlists.matchers.AbstractMatcherEditor
addMatcherEditorListener, fireChanged, fireChangedMatcher, fireConstrained, fireMatchAll, fireMatchNone, fireRelaxed, getMatcher, isCurrentlyMatchingAll, isCurrentlyMatchingNone, removeMatcherEditorListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mailBoxTree

private org.eclipse.swt.widgets.Tree mailBoxTree

matcher

private FilterTreeView.HostMatcherEditor.HostMatcher matcher
Constructor Detail

FilterTreeView.HostMatcherEditor

public FilterTreeView.HostMatcherEditor(org.eclipse.swt.widgets.Tree mailBoxTree)
Method Detail

filter

public void filter()

widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent event)
Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener

widgetSelected

public void widgetSelected(org.eclipse.swt.events.SelectionEvent event)
Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener