org.netbeans.modules.editor.indent/2 1.28

org.netbeans.modules.editor.indent.spi
Interface IndentTask.Factory

Enclosing interface:
IndentTask

public static interface IndentTask.Factory

Indent task factory produces indent tasks for the given context.
It should be registered in MimeLookup via xml layer in "/Editors/<mime-type>" folder.


Method Summary
 IndentTask createTask(Context context)
          Create indenting task.
 

Method Detail

createTask

IndentTask createTask(Context context)
Create indenting task.

Parameters:
context - non-null indentation context.
Returns:
indenting task or null if the factory cannot handle the given context.

org.netbeans.modules.editor.indent/2 1.28

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.