- actionPerformed(ActionEvent) - Method in class ca.uwaterloo.epad.Application
-
Listen to the events sent by FileBrowserDialog and handle them
appropriately.
- actionPerformed(ActionEvent) - Method in class ca.uwaterloo.epad.prompting.PromptManager
-
Listen to the events sent by drawers and the application and manage the
prompts accordingly.
- addItem(MoveableItem) - Static method in class ca.uwaterloo.epad.Application
-
Add an item to the screen.
- addItem(Zone) - Method in class ca.uwaterloo.epad.ui.Container
-
Add a child item to the container.
- addItem(Zone) - Method in class ca.uwaterloo.epad.ui.RectangularContainer
-
- addItem(Zone) - Method in class ca.uwaterloo.epad.ui.RotatingContainer
-
Add an item and place it in a circular pattern around the centre of the
container.
- addListener(ActionListener) - Static method in class ca.uwaterloo.epad.Application
-
Add a listener.
- addListener(ActionListener) - Method in class ca.uwaterloo.epad.ui.Container
-
Add a listener.
- addListener(ActionListener) - Method in class ca.uwaterloo.epad.ui.Drawer
-
Add a listener.
- addListener(ActionListener) - Method in class ca.uwaterloo.epad.ui.FileBrowserDialog
-
Add a listener.
- addPrompt(PromptPopup) - Static method in class ca.uwaterloo.epad.prompting.PromptManager
-
Add a prompt to the list of active prompts.
- addToScreen() - Method in class ca.uwaterloo.epad.ui.MoveableItem
-
Add the item to the screen.
- Application - Class in ca.uwaterloo.epad
-
This is the main class of ePad application that contains the drawing loop and
manages the GUI components such as Canvas and Drawers.
- Application() - Constructor for class ca.uwaterloo.epad.Application
-
- ApplicationState - Enum in ca.uwaterloo.epad.ui
-
Enumerator of application's states.
- autoClose - Variable in class ca.uwaterloo.epad.ui.Drawer
-
Auto close flag to indicate whether or not the drawer should close
automatically.