Class TextEditorManagerRSyntaxTextArea

java.lang.Object
org.gvsig.tools.swing.api.viewer.AbstractViewerFactory
org.gvsig.texteditor.rsyntaxtextarea.TextEditorManagerRSyntaxTextArea
All Implemented Interfaces:
org.gvsig.texteditor.TextEditorManager, org.gvsig.tools.swing.api.viewer.ViewerFactory, org.gvsig.tools.util.IsApplicable

public class TextEditorManagerRSyntaxTextArea extends org.gvsig.tools.swing.api.viewer.AbstractViewerFactory implements org.gvsig.texteditor.TextEditorManager
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.texteditor.JTextEditor
     
    boolean
     
    static void
     

    Methods inherited from class org.gvsig.tools.swing.api.viewer.AbstractViewerFactory

    getDataTypeName, getMimetype, getViewerName, isEditable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gvsig.texteditor.TextEditorManager

    createViewer, getMimetype, getViewerName, isEditable

    Methods inherited from interface org.gvsig.tools.swing.api.viewer.ViewerFactory

    getDataTypeName
  • Constructor Details

    • TextEditorManagerRSyntaxTextArea

      public TextEditorManagerRSyntaxTextArea()
  • Method Details

    • createTextEditor

      public org.gvsig.texteditor.JTextEditor createTextEditor()
      Specified by:
      createTextEditor in interface org.gvsig.texteditor.TextEditorManager
    • isApplicable

      public boolean isApplicable(Object... args)
      Specified by:
      isApplicable in interface org.gvsig.tools.util.IsApplicable
    • selfRegister

      public static void selfRegister()