Uses of Class
org.infai.emo.matcher.editor.util.Line

Packages that use Line
org.infai.emo.matcher.editor   
org.infai.emo.matcher.editor.pages   
org.infai.emo.matcher.editor.preferences   
 

Uses of Line in org.infai.emo.matcher.editor
 

Fields in org.infai.emo.matcher.editor with type parameters of type Line
private  java.util.Vector<Line> ModelMatcherCanvas.lines
          This Vector buffers all the lines that are actually drawn on the canvas.
 

Methods in org.infai.emo.matcher.editor with parameters of type Line
private  void ModelMatcherCanvas.createTableItems(Line line)
          This method fills the table located under the canvas with the matching-details of the given line.
private  void ModelMatcherCanvas.selectLine(Line line)
          Selects the given line by drawing it fat and dashed.
 

Uses of Line in org.infai.emo.matcher.editor.pages
 

Fields in org.infai.emo.matcher.editor.pages with type parameters of type Line
private  java.util.Vector<Line> DifferencePage.lines
          This Vector contains all currently drawn mapping-lines from the sash.
 

Uses of Line in org.infai.emo.matcher.editor.preferences
 

Fields in org.infai.emo.matcher.editor.preferences with type parameters of type Line
private  java.util.Vector<Line> GraphicalPreferencesPage.previewLines
          This Vector contains all drawn lines on this page.