All Packages Class Hierarchy This Package Previous Next Index
Class javaParse.Popup
java.lang.Object
|
+----javaParse.PopupMenu
|
+----javaParse.Popup
- public class Popup
- extends PopupMenu
This class implements the popup menu that appears on the canvas
when the right mouse is kept down. It doesn't have a graphic context,
so the actual painting of the menu is done in the Desktop class.
Maybe make it extend Window and be independent...
-
setState(State)
-
-
setTransition(Transition)
-
-
takeAction()
-
setState
public void setState(State s)
- Overrides:
- setState in class PopupMenu
setTransition
public void setTransition(Transition t)
- Overrides:
- setTransition in class PopupMenu
takeAction
public boolean takeAction()
- Overrides:
- takeAction in class PopupMenu
All Packages Class Hierarchy This Package Previous Next Index