|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.umlv.unitex.MultipleBoxesSelection
public class MultipleBoxesSelection
This class describes the clipboard content description for copy/paste on multiple boxes.
Constructor Summary | |
---|---|
MultipleBoxesSelection(MultipleSelection m)
Creates a new multiple box selection object for copy/paste operations |
Method Summary | |
---|---|
java.lang.Object |
getTransferData(java.awt.datatransfer.DataFlavor f)
Returns the data contained in the clipboard, if it is a multiple box selection |
java.awt.datatransfer.DataFlavor[] |
getTransferDataFlavors()
Defines a new dataflavor to identify Unitex multiple box selection |
boolean |
isDataFlavorSupported(java.awt.datatransfer.DataFlavor f)
Tests if the dataflavor f is equal to the Unitex multiple box selection one |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipleBoxesSelection(MultipleSelection m)
m
- the box selectionMethod Detail |
---|
public java.lang.Object getTransferData(java.awt.datatransfer.DataFlavor f)
getTransferData
in interface java.awt.datatransfer.Transferable
f
- dataflavor identifying the data contained in the clipboard
null
if the data type is invalidpublic java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
getTransferDataFlavors
in interface java.awt.datatransfer.Transferable
public boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor f)
f
is equal to the Unitex multiple box selection one
isDataFlavorSupported
in interface java.awt.datatransfer.Transferable
f
- the dataflavor to test
true
if the dataflavor is equal to the Unitex multiple box selection
one, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |