net.shredzone.ifish.gui
Class PlaylistPane.MoveAction
java.lang.Object
javax.swing.AbstractAction
net.shredzone.ifish.actions.IFishAction
net.shredzone.ifish.gui.PlaylistPane.MoveAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action, ListSelectionListener
- Enclosing class:
- PlaylistPane
public static class PlaylistPane.MoveAction
- extends IFishAction
- implements ListSelectionListener
- See Also:
- Serialized Form
| 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 |
MODE_TOP
public static final int MODE_TOP
- See Also:
- Constant Field Values
MODE_UP
public static final int MODE_UP
- See Also:
- Constant Field Values
MODE_DOWN
public static final int MODE_DOWN
- See Also:
- Constant Field Values
MODE_BOTTOM
public static final int MODE_BOTTOM
- See Also:
- Constant Field Values
PlaylistPane.MoveAction
public PlaylistPane.MoveAction(PlaylistPane pl,
IFishPane fish,
String name,
Icon icon,
String tip,
int mode)
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:
action in class IFishAction
valueChanged
public void valueChanged(ListSelectionEvent e)
- Specified by:
valueChanged in interface ListSelectionListener
updateState
protected void updateState()
Copyright © 2007-2011
shredzone.org. All Rights Reserved.