ptolemy.vergil.toolbox
Class FigureAction.SourceType

java.lang.Object
  extended by ptolemy.vergil.toolbox.FigureAction.SourceType
Enclosing class:
FigureAction

public static class FigureAction.SourceType
extends java.lang.Object

The source of the action.


Field Summary
private  java.lang.String _name
           
 
Constructor Summary
private FigureAction.SourceType(java.lang.String name)
          Construct a SourceType.
 
Method Summary
 java.lang.String getName()
          Get the name of the SourceType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

private java.lang.String _name
Constructor Detail

FigureAction.SourceType

private FigureAction.SourceType(java.lang.String name)
Construct a SourceType.

Parameters:
name - The name of the SourceType.
Method Detail

getName

public java.lang.String getName()
Get the name of the SourceType.

Returns:
the name.