com.ureach.detorres.util
Class HexViewAction

java.lang.Object
  extended bycom.intellij.openapi.actionSystem.AnAction
      extended bycom.solano.plugin.HexViewAction

public class HexViewAction
extends com.intellij.openapi.actionSystem.AnAction

An Action for displaying a HexViewer.

Author:
Andy de Torres, qwuande@sd.us.am.ericsson.se Stephen Olano, poweribo@yahoo.com

Field Summary
 
Fields inherited from class com.intellij.openapi.actionSystem.AnAction
EMPTY_ARRAY, ourClientProperty
 
Constructor Summary
HexViewAction()
           
 
Method Summary
 void actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent event)
           
static void main(String[] args)
           
 
Methods inherited from class com.intellij.openapi.actionSystem.AnAction
copyFrom, getShortcutSet, getTemplatePresentation, isEnabledInModalContext, registerCustomShortcutSet, setEnabledInModalContext, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexViewAction

public HexViewAction()
Method Detail

actionPerformed

public void actionPerformed(com.intellij.openapi.actionSystem.AnActionEvent event)

main

public static void main(String[] args)