org.esa.beam.util
Class SystemUtils.ImageSelection

java.lang.Object
  extended by org.esa.beam.util.SystemUtils.ImageSelection
All Implemented Interfaces:
Transferable
Enclosing class:
SystemUtils

public static class SystemUtils.ImageSelection
extends Object
implements Transferable

This class is used to hold an image while on the clipboard.


Constructor Summary
SystemUtils.ImageSelection(Image image)
           
 
Method Summary
 Object getTransferData(DataFlavor flavor)
           
 DataFlavor[] getTransferDataFlavors()
           
 boolean isDataFlavorSupported(DataFlavor flavor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemUtils.ImageSelection

public SystemUtils.ImageSelection(Image image)
Method Detail

getTransferDataFlavors

public DataFlavor[] getTransferDataFlavors()
Specified by:
getTransferDataFlavors in interface Transferable

isDataFlavorSupported

public boolean isDataFlavorSupported(DataFlavor flavor)
Specified by:
isDataFlavorSupported in interface Transferable

getTransferData

public Object getTransferData(DataFlavor flavor)
                       throws UnsupportedFlavorException,
                              IOException
Specified by:
getTransferData in interface Transferable
Throws:
UnsupportedFlavorException
IOException


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.