org.openbp.jaspira.gui.plugin
Class PluginTransferable

java.lang.Object
  extended by org.openbp.jaspira.gui.interaction.SimpleTransferable
      extended by org.openbp.jaspira.gui.plugin.PluginTransferable
All Implemented Interfaces:
java.awt.datatransfer.Transferable

public class PluginTransferable
extends SimpleTransferable

Transferable for plugin states. Used for data transfer of plugins between plugin containers.

Author:
Stephan Moritz

Constructor Summary
PluginTransferable(VisiblePlugin plugin)
          Constructor.
 
Method Summary
 
Methods inherited from class org.openbp.jaspira.gui.interaction.SimpleTransferable
getSafeTransferData, getTransferData, getTransferDataFlavors, isDataFlavorSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginTransferable

public PluginTransferable(VisiblePlugin plugin)
Constructor.

Parameters:
plugin - Plugin to transfer


Copyright © 2011. All Rights Reserved.