eu.vexpro.editor.mudel
Class DragJaDrop

java.lang.Object
  extended by eu.vexpro.editor.mudel.DragJaDrop

Deprecated. - REMOVE

public class DragJaDrop
extends java.lang.Object


Constructor Summary
DragJaDrop()
          Deprecated.  
DragJaDrop(java.lang.String tekst, int selectionStart, int selectionEnd)
          Deprecated.  
 
Method Summary
 int getSelectionEnd()
          Deprecated.  
 int getSelectionStart()
          Deprecated.  
 java.lang.String getTekst()
          Deprecated.  
 void setSelectionEnd(int selectionEnd)
          Deprecated.  
 void setSelectionStart(int selectionStart)
          Deprecated.  
 void setTekst(java.lang.String tekst)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragJaDrop

public DragJaDrop()
Deprecated. 

DragJaDrop

public DragJaDrop(java.lang.String tekst,
                  int selectionStart,
                  int selectionEnd)
Deprecated. 
Method Detail

setTekst

public void setTekst(java.lang.String tekst)
Deprecated. 

getTekst

public java.lang.String getTekst()
Deprecated. 

setSelectionStart

public void setSelectionStart(int selectionStart)
Deprecated. 

getSelectionStart

public int getSelectionStart()
Deprecated. 

setSelectionEnd

public void setSelectionEnd(int selectionEnd)
Deprecated. 

getSelectionEnd

public int getSelectionEnd()
Deprecated.