Package adams.gui.flow.tab
Class Clipboard.ClipboardItem
- java.lang.Object
-
- adams.gui.flow.tab.Clipboard.ClipboardItem
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Clipboard
public static class Clipboard.ClipboardItem extends Object implements Serializable
Container for an item in the clipboard, wraps around an actor.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClipboardItem(String name, Actor actor)Initializes the container item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorgetActor()Returns the stored actor.StringgetName()The name of the item.voidsetName(String value)Sets the name of the item.StringtoString()Simply returns the name of the item.
-