Class CodeSelector


  • public class CodeSelector
    extends java.lang.Object
    Helper class to select a code.
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeSelector​(java.lang.Object node, javax.swing.JTextArea editor, java.util.List<java.lang.Integer> lines2position)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void select()
      Set selection.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodeSelector

        public CodeSelector​(java.lang.Object node,
                            javax.swing.JTextArea editor,
                            java.util.List<java.lang.Integer> lines2position)
        Constructor.
        Parameters:
        node - ast node.
        editor - text area editor.
        lines2position - list to map lines.
    • Method Detail

      • select

        public void select()
        Set selection.