Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.virtuosotechnologies.asaph.standardgui.EditorSelection

Uses of EditorSelection in com.virtuosotechnologies.asaph.standardgui
 

Fields in com.virtuosotechnologies.asaph.standardgui declared as EditorSelection
private  EditorSelection UndoHelper.oldSelection_
           
private  EditorSelection SongBodyEditorPane.selection_
           
 

Methods in com.virtuosotechnologies.asaph.standardgui that return EditorSelection
(package private)  EditorSelection SongBodyEditorPane.getSelection()
          Get the selection
(package private)  EditorSelection EditorSelection.createCopy()
           
(package private)  EditorSelection EditorSelection.createCopyOfEnd()
           
 

Methods in com.virtuosotechnologies.asaph.standardgui with parameters of type EditorSelection
(package private)  void UndoHelper.finish(EditorSelection newSelection)
           
(package private)  java.awt.geom.Rectangle2D SongLineEditor.getSelectionBounds(EditorSelection selection, boolean blink, float x, float y)
          Get the update rectangle for the current selection.
private  char SongLineEditor.educateQuote(EditorSelection selection, char ch)
           
(package private)  void SongLineEditor.doReplace(EditorSelection selection, java.lang.String replacement)
           
private  void SongLineEditor.moveLineSelectionLeft(EditorSelection selection, boolean extend)
           
private  void SongLineEditor.moveLineSelectionRight(EditorSelection selection, boolean extend)
           
private  void SongLineEditor.moveChordSelectionLeft(EditorSelection selection, boolean extend)
           
private  void SongLineEditor.moveChordSelectionRight(EditorSelection selection, boolean extend)
           
(package private)  void SongBodyEditorPane.repaintGivenSelection(EditorSelection selection)
          Repaint given selection.
private  void SongBodyEditorPane.repaintSelection(EditorSelection selection, boolean blink, boolean scroll, boolean fillWidth)
          Repaint current selection.
(package private)  java.awt.geom.Rectangle2D SongBodyEditor.getSelectionBounds(EditorSelection selection, boolean blink)
          Get the update rectangle for the given selection.
(package private)  java.awt.geom.Rectangle2D SongBlockEditor.getSelectionBounds(EditorSelection selection, boolean blink, float x, float y)
          Get the update rectangle for the current selection.
(package private)  void EditorSelection.set(EditorSelection sel, boolean scroll)