Uses of Class
sk.uniba.euromath.editor.textEditor.Interval

Packages that use Interval
sk.uniba.euromath.editor.textEditor Text Editor 
sk.uniba.euromath.editor.textEditor.requests.selectionRequest   
 

Uses of Interval in sk.uniba.euromath.editor.textEditor
 

Methods in sk.uniba.euromath.editor.textEditor that return Interval
static Interval Interval.ORIntervals(Interval interval1, Interval interval2)
          Computes OR of two intervals.
 

Methods in sk.uniba.euromath.editor.textEditor that return types with arguments of type Interval
 List<Interval> ITextPieceSelectionStatus.getSelectionIntervals()
          Returns selection that relates to this text piece.
 List<Interval> TextPieceSelectionStatusImpl.getSelectionIntervals()
           
 

Methods in sk.uniba.euromath.editor.textEditor with parameters of type Interval
 void ITextPieceSelectionStatus.addSelectionInterval(Interval interval)
          Adds interval to selection.
 void TextPieceSelectionStatusImpl.addSelectionInterval(Interval interval)
           
 boolean Interval.contains(Interval interval)
          Tests if this interval contains interval.
 boolean Interval.intersects(Interval interval)
          Tests if this interval intersects interval.
static Interval Interval.ORIntervals(Interval interval1, Interval interval2)
          Computes OR of two intervals.
 void ITextPieceSelectionStatus.subtractSelectionInterval(Interval interval)
          Subtracts interval from selection
 void TextPieceSelectionStatusImpl.subtractSelectionInterval(Interval interval)
           
 

Method parameters in sk.uniba.euromath.editor.textEditor with type arguments of type Interval
 void ITextPieceSelectionStatus.setSelectionIntervals(Collection<Interval> intervals)
          Sets what is selected
 void TextPieceSelectionStatusImpl.setSelectionIntervals(Collection<Interval> intervals)
           
 void ITextPieceSelectionStatus.xorSelectionIntervals(Collection<Interval> intervals)
          Makes XOR with this new interval
 void TextPieceSelectionStatusImpl.xorSelectionIntervals(Collection<Interval> intervals)
           
 

Uses of Interval in sk.uniba.euromath.editor.textEditor.requests.selectionRequest
 

Methods in sk.uniba.euromath.editor.textEditor.requests.selectionRequest that return types with arguments of type Interval
 Set<Interval> TextSelectRequest.getSelection()
           
 

Constructor parameters in sk.uniba.euromath.editor.textEditor.requests.selectionRequest with type arguments of type Interval
TextSelectRequest(Collection<Interval> selection, String selectType)
          Constructor.
 



Copyright © 2003-2006 null. All Rights Reserved.