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)
          Intervals have to intersect
 

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)
          Makes logical OR of interval and this.intervals.
 void TextPieceSelectionStatusImpl.addSelectionInterval(Interval interval)
          Makes logical OR of interval and this.intervals.
 boolean Interval.contains(Interval interval)
           
 boolean Interval.intersects(Interval interval)
           
static Interval Interval.ORIntervals(Interval interval1, Interval interval2)
          Intervals have to intersect
 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)
          Sets what is selected in ITextPieceKeeper
 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.