Mylyn WikiText

org.eclipse.mylyn.wikitext.ui.editor
Class WikiTextSourcePartitioning

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.ui.editor.WikiTextSourcePartitioning

public class WikiTextSourcePartitioning
extends Object

A utility for configuring partitioning on a document.

Since:
1.3
Author:
David Green

Constructor Summary
WikiTextSourcePartitioning()
           
 
Method Summary
static void configurePartitioning(IDocument document, MarkupLanguage markupLanguage)
          Configure partitioning on a document using the specified markup language.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiTextSourcePartitioning

public WikiTextSourcePartitioning()
Method Detail

configurePartitioning

public static void configurePartitioning(IDocument document,
                                         MarkupLanguage markupLanguage)
Configure partitioning on a document using the specified markup language.

Parameters:
document - the document that should have its partitioning configured
markupLanguage - the markup language to use, or null

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