org.herac.tuxguitar.gui.actions.file
Class OpenURLAction

java.lang.Object
  extended by org.herac.tuxguitar.gui.actions.ActionAdapter
      extended by org.herac.tuxguitar.gui.actions.Action
          extended by org.herac.tuxguitar.gui.actions.file.OpenURLAction

public class OpenURLAction
extends Action


Nested Class Summary
protected  class OpenURLAction.URLDialog
           
 
Field Summary
static java.lang.String NAME
           
 
Fields inherited from class org.herac.tuxguitar.gui.actions.Action
AUTO_LOCK, AUTO_UNLOCK, AUTO_UPDATE, DISABLE_ON_PLAYING, KEY_BINDING_AVAILABLE
 
Constructor Summary
OpenURLAction()
           
 
Method Summary
protected  int execute(TypedEvent event)
           
protected  java.net.URL getURL(java.lang.Object data)
           
protected  void openURL(java.lang.Object data)
           
 
Methods inherited from class org.herac.tuxguitar.gui.actions.Action
addUndoableEdit, fireUpdate, getEditor, getFlags, getName, getSongManager, isKeyBindingAvailable, process, updateTablature
 
Methods inherited from class org.herac.tuxguitar.gui.actions.ActionAdapter
menuHidden, menuShown, mouseDoubleClick, mouseDown, mouseUp, shellActivated, shellClosed, shellDeactivated, shellDeiconified, shellIconified, widgetDefaultSelected, widgetSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

OpenURLAction

public OpenURLAction()
Method Detail

execute

protected int execute(TypedEvent event)
Specified by:
execute in class Action

openURL

protected void openURL(java.lang.Object data)

getURL

protected java.net.URL getURL(java.lang.Object data)