org.eclipse.xtend.ide.editor
Class RichStringAwareToggleCommentAction.Factory

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.toggleComments.ToggleSLCommentAction.Factory
      extended by org.eclipse.xtend.ide.editor.RichStringAwareToggleCommentAction.Factory
Enclosing class:
RichStringAwareToggleCommentAction

public static class RichStringAwareToggleCommentAction.Factory
extends ToggleSLCommentAction.Factory


Constructor Summary
RichStringAwareToggleCommentAction.Factory()
           
 
Method Summary
 ToggleSLCommentAction create(java.util.ResourceBundle bundle, java.lang.String prefix, org.eclipse.ui.texteditor.ITextEditor editor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichStringAwareToggleCommentAction.Factory

public RichStringAwareToggleCommentAction.Factory()
Method Detail

create

public ToggleSLCommentAction create(java.util.ResourceBundle bundle,
                                    java.lang.String prefix,
                                    org.eclipse.ui.texteditor.ITextEditor editor)
Overrides:
create in class ToggleSLCommentAction.Factory