All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.Diamond

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----gui.Diamond

public class Diamond
extends Frame

Variable Index

 o DOWN
 o LEFT
 o RIGHT
 o STAY
 o UP

Constructor Index

 o Diamond()
 o Diamond(String)

Method Index

 o addNotify()
 o addNotifyElements()
 o addNotifyLists()
 o clearParameters()
 o displayText()
 o enableUndo()
 o runCompiler(String)
 o setCurrComponent()
 o show()
 o updateParameters(GenericShape)

Variables

 o LEFT
 public static final int LEFT
 o RIGHT
 public static final int RIGHT
 o UP
 public static final int UP
 o DOWN
 public static final int DOWN
 o STAY
 public static final int STAY

Constructors

 o Diamond
 public Diamond()
 o Diamond
 public Diamond(String title)

Methods

 o show
 public synchronized void show()
Overrides:
show in class Window
 o addNotify
 public void addNotify()
Overrides:
addNotify in class Frame
 o addNotifyLists
 public void addNotifyLists()
 o addNotifyElements
 public void addNotifyElements()
 o clearParameters
 public void clearParameters()
 o updateParameters
 public void updateParameters(GenericShape shape)
 o runCompiler
 public void runCompiler(String picText)
 o setCurrComponent
 public void setCurrComponent()
 o enableUndo
 public void enableUndo()
 o displayText
 public void displayText()

All Packages  Class Hierarchy  This Package  Previous  Next  Index