byucc.jhdl.apps.Viewers.Schematic
Interface SchematicInterface
- All Known Implementing Classes:
- SchematicCanvas, SchematicScrollPane, SchematicViewerFrame, SchematicViewerInternalFrame, SchematicViewerPanel
- public interface SchematicInterface
This interfaces specifies the minimum functionality for a widget
that wants to provide Schematic functionality.
ACTION_PRINT
public static final java.lang.String ACTION_PRINT
- See Also:
- Constant Field Values
ACTION_VIEW_ALL_CELLS
public static final java.lang.String ACTION_VIEW_ALL_CELLS
- See Also:
- Constant Field Values
ACTION_VIEW_CELL_PROPERTIES
public static final java.lang.String ACTION_VIEW_CELL_PROPERTIES
- See Also:
- Constant Field Values
ACTION_VIEW_PORT_WIRE_PROPERTIES
public static final java.lang.String ACTION_VIEW_PORT_WIRE_PROPERTIES
- See Also:
- Constant Field Values
ACTION_ZOOM_IN
public static final java.lang.String ACTION_ZOOM_IN
- See Also:
- Constant Field Values
ACTION_ZOOM_OUT
public static final java.lang.String ACTION_ZOOM_OUT
- See Also:
- Constant Field Values
ACTION_VIEW_ALL
public static final java.lang.String ACTION_VIEW_ALL
- See Also:
- Constant Field Values
ACTION_WATCH_SELECTED_WIRES
public static final java.lang.String ACTION_WATCH_SELECTED_WIRES
- See Also:
- Constant Field Values
ACTION_UNWATCH_SELECTED_WIRES
public static final java.lang.String ACTION_UNWATCH_SELECTED_WIRES
- See Also:
- Constant Field Values
ZOOM_MAX
public static final double ZOOM_MAX
- See Also:
- Constant Field Values
ZOOM_MIN
public static final double ZOOM_MIN
- See Also:
- Constant Field Values
getSchematicCanvas
public SchematicCanvas getSchematicCanvas()
addSchematicActionListener
public void addSchematicActionListener(SchematicActionListener sl)
- Deprecated.
removeSchematicActionListener
public void removeSchematicActionListener(SchematicActionListener sl)
- Deprecated.
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.