Skip navigation links
A C D E G I M S T V 

A

ALLOWED - Static variable in class edu.cnu.cs.gooey.utils.Debug
 

C

capture(T) - Static method in class edu.cnu.cs.gooey.Gooey
This method uses a capture mechanism, which invokes the method displaying a window, waits for the window to display (within a timeout period) and calls the method to test this window.
capture() - Method in class edu.cnu.cs.gooey.GooeyDisplayable
This method calls the code displaying a window, waits for the window to display (within a timeout period) and calls the method to test this window.
close(T) - Method in class edu.cnu.cs.gooey.GooeyDisplayable
 
close(T) - Method in class edu.cnu.cs.gooey.GooeyWindow
 

D

Debug - Class in edu.cnu.cs.gooey.utils
 
Debug() - Constructor for class edu.cnu.cs.gooey.utils.Debug
 

E

edu.cnu.cs.gooey - package edu.cnu.cs.gooey
 
edu.cnu.cs.gooey.utils - package edu.cnu.cs.gooey.utils
 
eventDispatched(AWTEvent) - Method in class edu.cnu.cs.gooey.GooeySwingToolkitListener
 

G

getButton(Container, String) - Static method in class edu.cnu.cs.gooey.Gooey
Given a container it returns the button displaying the given text.
getButton(Container, String, Gooey.Match) - Static method in class edu.cnu.cs.gooey.Gooey
Given a container it returns the button associated with the given string.
getComponent(Container, Class<T>) - Static method in class edu.cnu.cs.gooey.Gooey
Returns the first component of a class found in a container.
getComponent(Container, Class<T>, String) - Static method in class edu.cnu.cs.gooey.Gooey
Returns a component found in the container that matches the given class type and associated name.
getComponents(Container, Class<T>) - Static method in class edu.cnu.cs.gooey.Gooey
Returns a list with all components of a given class found in a container.
getComponents(Container, Class<T>, Predicate<T>) - Static method in class edu.cnu.cs.gooey.Gooey
Returns a list with all components of a given class found in a container that match the given criteria.
getLabel(Container, String) - Static method in class edu.cnu.cs.gooey.Gooey
Given a container it returns the label displaying the given text.
getLabel(Container, String, Gooey.Match) - Static method in class edu.cnu.cs.gooey.Gooey
Given a container it returns the label associated with the given string.
getMenu(JMenuBar, String) - Static method in class edu.cnu.cs.gooey.Gooey
Given a menu bar it returns the menu displaying the given text.
getMenu(JMenuBar, String, Gooey.Match) - Static method in class edu.cnu.cs.gooey.Gooey
Given a menu bar it returns the menu associated with the given string.
getMenu(JMenu, String) - Static method in class edu.cnu.cs.gooey.Gooey
Given a menu it returns the sub-menu (i.e., another menu or a menu item) displaying the given text.
getMenu(JMenu, String, Gooey.Match) - Static method in class edu.cnu.cs.gooey.Gooey
Given a menu it returns the sub-menu (i.e., another menu or a menu item) associated with the given string.
getMenuBar(JFrame) - Static method in class edu.cnu.cs.gooey.Gooey
Returns the menu bar associated with a frame.
getMenus(JMenuBar) - Static method in class edu.cnu.cs.gooey.Gooey
Returns a list with top-level menus in the menu bar.
getMenus(JMenu) - Static method in class edu.cnu.cs.gooey.Gooey
Returns a list with all sub-menus (i.e., another menu or a menu item) in the menu provided.
getTab(JTabbedPane, String) - Static method in class edu.cnu.cs.gooey.Gooey
Given a tab pane it returns the tab component with the given title.
getTab(JTabbedPane, String, Gooey.Match) - Static method in class edu.cnu.cs.gooey.Gooey
Given a tab pane it returns the component associated with the given string.
getTarget() - Method in class edu.cnu.cs.gooey.GooeyDisplayable
 
getTarget() - Method in class edu.cnu.cs.gooey.GooeySwingToolkitListener
 
getTarget() - Method in interface edu.cnu.cs.gooey.GooeyToolkitListener
 
getTarget() - Method in class edu.cnu.cs.gooey.GooeyWindow
 
getTimeout() - Method in class edu.cnu.cs.gooey.GooeyDisplayable
 
getVersion() - Static method in class edu.cnu.cs.gooey.Gooey
Returns Gooey's current version number.
Gooey - Class in edu.cnu.cs.gooey
Title: Gooey
Gooey.Match - Enum in edu.cnu.cs.gooey
Enumerated type indicating whether a component is sought by name or displayed text.
GooeyDialog - Class in edu.cnu.cs.gooey
 
GooeyDialog() - Constructor for class edu.cnu.cs.gooey.GooeyDialog
 
GooeyDialog(String) - Constructor for class edu.cnu.cs.gooey.GooeyDialog
 
GooeyDisplayable<T> - Class in edu.cnu.cs.gooey
 
GooeyDisplayable(String) - Constructor for class edu.cnu.cs.gooey.GooeyDisplayable
 
GooeyFrame - Class in edu.cnu.cs.gooey
 
GooeyFrame() - Constructor for class edu.cnu.cs.gooey.GooeyFrame
 
GooeyFrame(String) - Constructor for class edu.cnu.cs.gooey.GooeyFrame
 
GooeySwingToolkitListener<T> - Class in edu.cnu.cs.gooey
Listener receiving window events from the toolkit (refer to Toolkit for details on the handling of GUI components).
GooeySwingToolkitListener(Predicate<AWTEvent>) - Constructor for class edu.cnu.cs.gooey.GooeySwingToolkitListener
 
GooeyToolkitListener<T> - Interface in edu.cnu.cs.gooey
 
GooeyWindow<T extends java.awt.Window> - Class in edu.cnu.cs.gooey
 
GooeyWindow(Class<T>, String) - Constructor for class edu.cnu.cs.gooey.GooeyWindow
 

I

invoke() - Method in class edu.cnu.cs.gooey.GooeyDisplayable
 
it(String) - Static method in class edu.cnu.cs.gooey.utils.Debug
 

M

main(String[]) - Static method in class edu.cnu.cs.gooey.Gooey
 

S

setEnableCapture(boolean) - Method in class edu.cnu.cs.gooey.GooeyDisplayable
 
setEnableCapture(boolean) - Method in class edu.cnu.cs.gooey.GooeySwingToolkitListener
 
setEnableCapture(boolean) - Method in interface edu.cnu.cs.gooey.GooeyToolkitListener
 
setEnableCapture(boolean) - Method in class edu.cnu.cs.gooey.GooeyWindow
 

T

test(T) - Method in class edu.cnu.cs.gooey.GooeyDisplayable
 
toString() - Method in enum edu.cnu.cs.gooey.Gooey.Match
 

V

valueOf(String) - Static method in enum edu.cnu.cs.gooey.Gooey.Match
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.cnu.cs.gooey.Gooey.Match
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G I M S T V 
Skip navigation links