All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dispatcher.Translator

java.lang.Object
   |
   +----dispatcher.Translator

public class Translator
extends Object
implements BridgeListener
This class receives events from the java bean implementing the pic compiler and translates them into the application data structures


Constructor Index

 o Translator()

Method Index

 o createShape(ShapeEvent)
Creates the shape when it is received from the compiler
 o showError(ErrorEvent)
Shows the error dialog window when compiler reports about error

Constructors

 o Translator
 public Translator()

Methods

 o showError
 public void showError(ErrorEvent event)
Shows the error dialog window when compiler reports about error

 o createShape
 public void createShape(ShapeEvent event)
Creates the shape when it is received from the compiler


All Packages  Class Hierarchy  This Package  Previous  Next  Index