org.argouml.uml.ui
Class ActionCopy
java.lang.Object
javax.swing.AbstractAction
org.argouml.uml.ui.ActionCopy
- All Implemented Interfaces:
- Action, ActionListener, CaretListener, Cloneable, EventListener, Serializable
- public class ActionCopy
- extends AbstractAction
- implements CaretListener
- See Also:
- Serialized Form
instance
private static ActionCopy instance
LOCALIZE_KEY
private static final String LOCALIZE_KEY
- See Also:
- Constant Field Values
textSource
private JTextComponent textSource
ActionCopy
private ActionCopy()
getInstance
public static ActionCopy getInstance()
- Returns:
- the singleton
actionPerformed
public void actionPerformed(ActionEvent ae)
- Copies some text or a fig
- Specified by:
actionPerformed
in interface ActionListener
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
caretUpdate
public void caretUpdate(CaretEvent e)
- Specified by:
caretUpdate
in interface CaretListener
- See Also:
CaretListener.caretUpdate(javax.swing.event.CaretEvent)
isSystemClipBoardEmpty
private boolean isSystemClipBoardEmpty()