ptolemy.vergil.actor
Class ActorEditorGraphController.ListenToActorFactory

java.lang.Object
  extended by ptolemy.vergil.actor.ActorEditorGraphController.ListenToActorFactory
All Implemented Interfaces:
MenuItemFactory
Enclosing class:
ActorEditorGraphController

private class ActorEditorGraphController.ListenToActorFactory
extends java.lang.Object
implements MenuItemFactory


Field Summary
private  ListenToAction _action
           
private  Configuration _configuration
           
 
Constructor Summary
private ActorEditorGraphController.ListenToActorFactory()
           
 
Method Summary
 javax.swing.JMenuItem create(JContextMenu menu, NamedObj object)
          Add an item to the given context menu that will open a listen to actor window.
 void setConfiguration(Configuration configuration)
          Set the configuration for use by the help screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_action

private ListenToAction _action

_configuration

private Configuration _configuration
Constructor Detail

ActorEditorGraphController.ListenToActorFactory

private ActorEditorGraphController.ListenToActorFactory()
Method Detail

create

public javax.swing.JMenuItem create(JContextMenu menu,
                                    NamedObj object)
Add an item to the given context menu that will open a listen to actor window.

Specified by:
create in interface MenuItemFactory
Parameters:
menu - The context menu.
object - The object whose ports are being manipulated.
Returns:
A menu item, or null to decline to provide a menu item.

setConfiguration

public void setConfiguration(Configuration configuration)
Set the configuration for use by the help screen.

Parameters:
configuration - The configuration.