Mylyn WikiText

org.eclipse.mylyn.wikitext.ui.viewer
Class DefaultHyperlinkDetectorDescriptorFilter

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.ui.viewer.DefaultHyperlinkDetectorDescriptorFilter
All Implemented Interfaces:
AbstractTextSourceViewerConfiguration.HyperlinkDetectorDescriptorFilter

public class DefaultHyperlinkDetectorDescriptorFilter
extends Object
implements AbstractTextSourceViewerConfiguration.HyperlinkDetectorDescriptorFilter

A filter that filters hyperlink detectors by their descriptor id.

Since:
1.1
Author:
David Green

Constructor Summary
DefaultHyperlinkDetectorDescriptorFilter(String filteredId)
           
 
Method Summary
 boolean filter(HyperlinkDetectorDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHyperlinkDetectorDescriptorFilter

public DefaultHyperlinkDetectorDescriptorFilter(String filteredId)
Method Detail

filter

public boolean filter(HyperlinkDetectorDescriptor descriptor)
Specified by:
filter in interface AbstractTextSourceViewerConfiguration.HyperlinkDetectorDescriptorFilter

Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html