ptolemy.vergil.tdl
Class HierarchicalModeController

java.lang.Object
  extended by diva.graph.BasicNodeController
      extended by ptolemy.vergil.basic.LocatableNodeController
          extended by ptolemy.vergil.basic.NamedObjController
              extended by ptolemy.vergil.basic.ParameterizedNodeController
                  extended by ptolemy.vergil.basic.IconController
                      extended by ptolemy.vergil.kernel.AttributeController
                          extended by ptolemy.vergil.fsm.StateController
                              extended by ptolemy.vergil.tdl.HierarchicalModeController
All Implemented Interfaces:
NodeController

public class HierarchicalModeController
extends StateController

A state controller associated with a graph controller.

Since:
Ptolemy II 8.0
Version:
$Id: HierarchicalModeController.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Patricia Derler
Accepted Rating:
Red (eal)
Proposed Rating:
Red (eal)

Nested Class Summary
private  class HierarchicalModeController.AddRefinementAction
          An action to add a new refinement.
private static class HierarchicalModeController.RemoveRefinementAction
          Action to remove refinements.
 
Nested classes/interfaces inherited from class ptolemy.vergil.fsm.StateController
StateController.LookInsideAction, StateController.StateRenderer
 
Nested classes/interfaces inherited from class ptolemy.vergil.kernel.AttributeController
AttributeController.Access
 
Nested classes/interfaces inherited from class ptolemy.vergil.basic.IconController
IconController.IconRenderer
 
Field Summary
 
Fields inherited from class ptolemy.vergil.fsm.StateController
_editIconAction, _removeIconAction
 
Fields inherited from class ptolemy.vergil.kernel.AttributeController
_appearanceMenuActionFactory, _listenToAction, _renameAction, FULL, PARTIAL
 
Fields inherited from class ptolemy.vergil.basic.ParameterizedNodeController
_configureAction, _configureMenuFactory, _menuCreator, _menuFactory
 
Fields inherited from class ptolemy.vergil.basic.NamedObjController
_configuration
 
Fields inherited from class ptolemy.vergil.basic.LocatableNodeController
_decoratable, CLASS_ELEMENT_HIGHLIGHT_COLOR
 
Constructor Summary
HierarchicalModeController(GraphController controller)
          Create a state controller associated with the specified graph controller.
HierarchicalModeController(GraphController controller, AttributeController.Access access)
          Create a state controller associated with the specified graph controller.
 
Method Summary
 
Methods inherited from class ptolemy.vergil.kernel.AttributeController
_getComponentType, addHotKeys, setConfiguration
 
Methods inherited from class ptolemy.vergil.basic.ParameterizedNodeController
getConfigureMenuFactory
 
Methods inherited from class ptolemy.vergil.basic.LocatableNodeController
_drawChildren, _getCompositeFigure, _hide, _isPropertySet, _renderNode, addNode, drawNode, getLocation, hasLocation, locateFigure, setLocation, setSnapResolution
 
Methods inherited from class diva.graph.BasicNodeController
addNode, addNode, addNode, clearNode, drawNode, getController, getNodeInteractor, getNodeRenderer, removeNode, setNodeInteractor, setNodeRenderer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchicalModeController

public HierarchicalModeController(GraphController controller)
Create a state controller associated with the specified graph controller.

Parameters:
controller - The associated graph controller.

HierarchicalModeController

public HierarchicalModeController(GraphController controller,
                                  AttributeController.Access access)
Create a state controller associated with the specified graph controller.

Parameters:
controller - The associated graph controller.
access - The access level.