jap
Class SystrayPopupMenu

java.lang.Object
  extended by gui.PopupMenu
      extended by jap.SystrayPopupMenu

public class SystrayPopupMenu
extends PopupMenu

Author:
Rolf Wendolsky

Nested Class Summary
static interface SystrayPopupMenu.MainWindowListener
           
 
Nested classes/interfaces inherited from class gui.PopupMenu
PopupMenu.ExitHandler
 
Field Summary
private  SystrayPopupMenu.MainWindowListener m_mainWindowListener
           
static java.lang.String MSG_ANONYMITY
           
static java.lang.String MSG_ANONYMITY_ASCII
           
private static java.lang.String MSG_ANONYMITY_MODE
           
private static java.lang.String MSG_CONNECTED
           
private static java.lang.String MSG_CURRENT_SERVICE
           
private static java.lang.String MSG_EXIT
           
private static java.lang.String MSG_NOT_CONNECTED
           
private static java.lang.String MSG_OPEN_BROWSER
           
private static java.lang.String MSG_SETTINGS
           
private static java.lang.String MSG_SHOW_DETAILS
           
private static java.lang.String MSG_SHOW_MAIN_WINDOW
           
private static java.lang.String MSG_USER_NUMBER
           
 
Constructor Summary
SystrayPopupMenu(SystrayPopupMenu.MainWindowListener a_mainWindowListener)
           
 
Method Summary
 
Methods inherited from class gui.PopupMenu
add, addPopupMenuListener, addSeparator, addSeparator, calculateLocationOnScreen, dispose, getHeight, getMousePosition, getPopup, getRelativePosition, getWidth, insert, isVisible, pack, registerExitHandler, removeAll, removePopupMenuListener, repaint, setLocation, setVisible, show, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG_EXIT

private static final java.lang.String MSG_EXIT

MSG_SHOW_MAIN_WINDOW

private static final java.lang.String MSG_SHOW_MAIN_WINDOW

MSG_SETTINGS

private static final java.lang.String MSG_SETTINGS

MSG_ANONYMITY_MODE

private static final java.lang.String MSG_ANONYMITY_MODE

MSG_CURRENT_SERVICE

private static final java.lang.String MSG_CURRENT_SERVICE

MSG_CONNECTED

private static final java.lang.String MSG_CONNECTED

MSG_NOT_CONNECTED

private static final java.lang.String MSG_NOT_CONNECTED

MSG_USER_NUMBER

private static final java.lang.String MSG_USER_NUMBER

MSG_SHOW_DETAILS

private static final java.lang.String MSG_SHOW_DETAILS

MSG_OPEN_BROWSER

private static final java.lang.String MSG_OPEN_BROWSER

MSG_ANONYMITY

public static final java.lang.String MSG_ANONYMITY

MSG_ANONYMITY_ASCII

public static final java.lang.String MSG_ANONYMITY_ASCII

m_mainWindowListener

private SystrayPopupMenu.MainWindowListener m_mainWindowListener
Constructor Detail

SystrayPopupMenu

public SystrayPopupMenu(SystrayPopupMenu.MainWindowListener a_mainWindowListener)