| net.refractions.udig.validation.ui.ValidationDialog
ValidationDialog | public class ValidationDialog extends TitleAreaDialog (Code) | | |
BLACKBOARD_KEY | final public static String BLACKBOARD_KEY(Code) | | Constant to use as the key for storing the validation processor on the
blackboard (for saving the state of the validation dialog box)
|
ValidationDialog | public ValidationDialog(Shell parentShell, ILayer[] layers)(Code) | | |
ValidationDialog | protected ValidationDialog(Shell parentShell)(Code) | | |
createButtonBar | protected Control createButtonBar(Composite parent)(Code) | | |
createButtonsForButtonBar | protected void createButtonsForButtonBar(Composite parent)(Code) | | |
createDialogArea | protected Control createDialogArea(Composite parent)(Code) | | |
createProgressMonitorPart | protected ProgressMonitorPart createProgressMonitorPart(Composite composite, GridLayout pmlayout)(Code) | | Create the progress monitor part in the receiver.
Parameters: composite - Parameters: pmlayout - ProgressMonitorPart |
createTable | protected TableViewer createTable(Table table)(Code) | | |
createValidationEditArea | protected Composite createValidationEditArea(Composite parent)(Code) | | Creates the validations edit area of the dialog. This area displays the name and description
of the validation test currently selected. Instances of plugins may only be viewed, while
instances of validation tests (within the testSuite) may be modified.
the composite used for launch configuration editing |
createValidationSelectionArea | protected Composite createValidationSelectionArea(Composite parent) throws Exception(Code) | | Creates the validation test suite selection area of the dialog. This area displays a tree of
validations that the user may select and modify. The first tier of the tree contains the
available validation plugins, and the second tier contains instances of the test.
the composite used for the validations selection area throws: Exception - |
getCancelButton | public Button getCancelButton()(Code) | | |
isTypeRef | public static boolean isTypeRef(String argName)(Code) | | Based on the name of the argument, this function determines if it is a
typeRef or not.
Parameters: argName - |
|
|