sidnet.core.gui
Class PanelContext

java.lang.Object
  extended by sidnet.core.gui.PanelContext

public final class PanelContext
extends java.lang.Object


Constructor Summary
PanelContext(javax.swing.JPanel panel, javax.swing.JPopupMenu popupMenu)
           
 
Method Summary
 LocationContext getLocationContext()
           
 javax.swing.JPopupMenu getMenu()
           
 javax.swing.JPanel getPanelGUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelContext

public PanelContext(javax.swing.JPanel panel,
                    javax.swing.JPopupMenu popupMenu)
Method Detail

getPanelGUI

public javax.swing.JPanel getPanelGUI()

getMenu

public javax.swing.JPopupMenu getMenu()

getLocationContext

public LocationContext getLocationContext()