Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.aspectj.tools.ajde.jbuilder
Class Actions  view Actions download Actions.java

java.lang.Object
  extended byorg.aspectj.tools.ajde.jbuilder.Actions

public class Actions
extends java.lang.Object

This class represents all of the user actions that are made available by AJBuilder.

These actions should all be registered with the IDE by the AJBuilder OpenTools class. Each action should be associated with a button or icon that the user can press in the IDE.


Constructor Summary
Actions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actions

public Actions()