ReqTTreeTransferHandler

reqt.gui.ReqTTreeTransferHandler
class ReqTTreeTransferHandler extends TransferHandler

Attributes

Graph
Supertypes
class TransferHandler
trait Serializable
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

class NodesTransferable(val nodes: Array[DefaultMutableTreeNode]) extends Transferable

Attributes

Supertypes
trait Transferable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def canImport(support: TransferSupport): Boolean

Attributes

Definition Classes
TransferHandler
override def exportDone(source: JComponent, data: Transferable, action: Int): Unit

Attributes

Definition Classes
TransferHandler
override def getSourceActions(c: JComponent): Int

Attributes

Definition Classes
TransferHandler
override def importData(support: TransferSupport): Boolean

Attributes

Definition Classes
TransferHandler
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def canImport(x$0: JComponent, x$1: Array[DataFlavor]): Boolean

Attributes

Inherited from:
TransferHandler
def exportAsDrag(x$0: JComponent, x$1: InputEvent, x$2: Int): Unit

Attributes

Inherited from:
TransferHandler
def exportToClipboard(x$0: JComponent, x$1: Clipboard, x$2: Int): Unit

Attributes

Inherited from:
TransferHandler
def getDragImage(): Image

Attributes

Inherited from:
TransferHandler
def getDragImageOffset(): Point

Attributes

Inherited from:
TransferHandler
def getVisualRepresentation(x$0: Transferable): Icon

Attributes

Inherited from:
TransferHandler
def importData(x$0: JComponent, x$1: Transferable): Boolean

Attributes

Inherited from:
TransferHandler
def setDragImage(x$0: Image): Unit

Attributes

Inherited from:
TransferHandler
def setDragImageOffset(x$0: Point): Unit

Attributes

Inherited from:
TransferHandler

Concrete fields

val flavors: Array[DataFlavor]
val mimeType: String
var nodesFlavor: DataFlavor
var nodesToRemove: Array[DefaultMutableTreeNode]