|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
net.shredzone.ifish.gui
Class PlaylistPane.PasteAction
java.lang.Objectjavax.swing.AbstractAction
net.shredzone.ifish.actions.IFishAction
net.shredzone.ifish.gui.PlaylistPane.PasteAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, ListSelectionListener
- Enclosing class:
- PlaylistPane
public static class PlaylistPane.PasteAction
- extends IFishAction
- implements ListSelectionListener
- extends IFishAction
- See Also:
- Serialized Form
| Field Summary |
|---|
| Fields inherited from class net.shredzone.ifish.actions.IFishAction |
|---|
fish, prefs |
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
PlaylistPane.PasteAction(PlaylistPane pl,
IFishPane fish,
String name,
Icon icon,
String tip)
|
|
| Method Summary | |
|---|---|
protected void |
action()
The action implementation itself. |
protected void |
updateState()
|
void |
valueChanged(ListSelectionEvent e)
|
| Methods inherited from class net.shredzone.ifish.actions.IFishAction |
|---|
actionPerformed, perform |
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
PlaylistPane.PasteAction
public PlaylistPane.PasteAction(PlaylistPane pl, IFishPane fish, String name, Icon icon, String tip)
| Method Detail |
|---|
action
protected void action()
- Description copied from class:
IFishAction - The action implementation itself. Overwrite this method with your
desired action. You do not need to care for threading, locking
etc. Anyhow keep in mind that for AsyncIFishActions, this method
is actually running in a separate thread.
- Specified by:
actionin classIFishAction
valueChanged
public void valueChanged(ListSelectionEvent e)
- Specified by:
valueChangedin interfaceListSelectionListener
updateState
protected void updateState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2007-2011 shredzone.org. All Rights Reserved.
