org.netbeans.modules.visualweb.gravy |
|
Java Source File Name | Type | Comment |
Action.java | Class | Ancestor class for all blocking actions.
It handles performing action through main menu (MENU_MODE), popup menu
(POPUP_MODE), IDE SystemAction API call (API_MODE) or through keyboard shortcut
(SHORTCUT_MODE).
Action can be performed in exact mode by calling performMenu(...),
performPopup(...), performAPI(...) or performShortcut(...).
If exact mode is not supported by the action it throws
UnsupportedOperationException.
Current implementation supports MENU_MODE when menuPath is defined, POPUP_MODE
when popupPath is defined, API_MODE when systemActionClass is defined and
SHORTCUT_MODE when shorcut is defined (see Action constructors).
Action also can be performed using runtime default mode by calling perform(...).
When default mode is not support by the action other modes are tried till
supported mode found and action is performed. |
Bundle.java | Class | Helper class to get strings from NetBeans Bundle.properties files. |
CompletionPaneOperator.java | Class | |
DeploymentDialogOperator.java | Class | |
DeploymentUtils.java | Class | |
DNDDriver.java | Class | This class allows tester to imitate "drag-and-drop" action (the appropriate
sequence of events), as if a mouse is being used in an automated test by hand. |
DocumentOutlineOperator.java | Class | Operator for Outline window. |
EditorOperator.java | Class | Handle an editor top component in NetBeans IDE. |
Flasher.java | Class | Flasher is a utility class allowing to highlight special point by drawing a cross with
this point as center. |
HelpOperator.java | Class | Class implementing all necessary methods for handling "IDE Help" Frame.
Normally the Help window is a JFrame.
But the Help window can be transformed to a JDialog
when another modal dialog is shown. |
HttpTestCase.java | Class | This class allows to check a real execution of deployed web-application
inside running automated test. |
LineDiff.java | Class | Compares 2 text files and finds lines, which are different. |
MainWindowOperator.java | Class | |
NbDialogOperator.java | Class | Handle generic NetBeans dialog. |
OptionsOperator.java | Class | Provides access to the Options window and it's subcomponents. |
PageTopComponentOperator.java | Class | Provides access to the Page and it's subcomponents. |
ProjectNavigatorOperator.java | Class | |
RaveTestCase.java | Class | |
RaveWindowOperator.java | Class | |
Repeater.java | Class | |
StartStopDialogOperator.java | Class | This class is used in automated tests, developed for Creator 2.0/2.1, for launching
and shutting down of an application server, included into these products. |
StatusWaitable.java | Class | This class is used for observation of status of some component. |
TestProperties.java | Class | This class is used as storage of various test properties, which can be loaded
from a file and saved to a file. |
TestUtils.java | Class | |
TopComponentByIdChooser.java | Class | Chooser for finding TopComponent by it's ID. |
TopComponentOperator.java | Class | Class for TopComponents. |
TreeTableOperator.java | Class | This class is used for dealing with IDE's TreeTable component,
used instead of JTree in some dialogs: Options, SetupWizard, ... |
Util.java | Class | Class with different ancillary utils. |