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 Actor
getActor()
Returns the stored actor.String
getName()
The name of the item.void
setName(String value)
Sets the name of the item.String
toString()
Simply returns the name of the item.
-