sk.uniba.euromath.editor.textEditor.requests.editTextRequests
Class DeleteTextRequest.DeleteInfo

java.lang.Object
  extended by sk.uniba.euromath.editor.textEditor.requests.editTextRequests.DeleteTextRequest.DeleteInfo
Enclosing class:
DeleteTextRequest

public class DeleteTextRequest.DeleteInfo
extends Object

For structure purpose only. Holds what to delete in view from pieceKeeper resposibilities.

Author:
Tomáš Studva 31.1.2006

Field Summary
 int length
          Length of deletion within keeper's text.
 ITextPieceKeeper pieceKeeper
          Keeps text where deletion will be executed.
 int start
          Start(offset in keeper's text) of deletion.
 
Constructor Summary
DeleteTextRequest.DeleteInfo(ITextPieceKeeper pieceKeeper, int start, int length)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pieceKeeper

public ITextPieceKeeper pieceKeeper
Keeps text where deletion will be executed.


start

public int start
Start(offset in keeper's text) of deletion.


length

public int length
Length of deletion within keeper's text. Always positive.

Constructor Detail

DeleteTextRequest.DeleteInfo

public DeleteTextRequest.DeleteInfo(ITextPieceKeeper pieceKeeper,
                                    int start,
                                    int length)
Constructor.

Parameters:
pieceKeeper - keeps text where deletion will be executed
start - start(offset) of deletion
length - length of deletion


Copyright © 2003-2006 null. All Rights Reserved.