Package com.tagtraum.beatunes.library
Class MoveListDataEvent
- java.lang.Object
-
- java.util.EventObject
-
- javax.swing.event.ListDataEvent
-
- com.tagtraum.beatunes.library.MoveListDataEvent
-
- All Implemented Interfaces:
Serializable
public class MoveListDataEvent extends ListDataEvent
Allows the more precise specification of element moves.- Author:
- Hendrik Schreiber
- See Also:
RepaintListDataEvent
, Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.event.ListDataEvent
CONTENTS_CHANGED, INTERVAL_ADDED, INTERVAL_REMOVED
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description MoveListDataEvent(Object source, int[] fromIndices, int toIndex, int size)
MoveListDataEvent(Object source, MoveListDataEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
convertPreviousIndex(int previousIndex)
-
Methods inherited from class javax.swing.event.ListDataEvent
getIndex0, getIndex1, getType, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Constructor Detail
-
MoveListDataEvent
public MoveListDataEvent(Object source, int[] fromIndices, int toIndex, int size)
-
MoveListDataEvent
public MoveListDataEvent(Object source, MoveListDataEvent event)
-
-