sidnet.core.interfaces
Interface SIDnetMenuInterface

All Superinterfaces:
java.awt.event.ActionListener, java.util.EventListener
All Known Implementing Classes:
DataGrid, DummyPhenomenon, GenericDynamicPhenomenon, ManualPlacement, MovingObjectsField, NodeFinder, PhenomenaLayerInterface, TopologyGUI, TransientDataGrid, TransmitReceiveFX

public interface SIDnetMenuInterface
extends java.awt.event.ActionListener


Method Summary
 void configureMenu(javax.swing.JPopupMenu hostPopupMenu)
           
 void disableUI()
           
 void enableUI()
           
 void passMenuActionEvent(java.awt.event.ActionEvent menuEvent)
           
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

configureMenu

void configureMenu(javax.swing.JPopupMenu hostPopupMenu)

passMenuActionEvent

void passMenuActionEvent(java.awt.event.ActionEvent menuEvent)

enableUI

void enableUI()

disableUI

void disableUI()