|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTitleAreaDialog
net.refractions.udig.validation.ui.ValidationDialog
public class ValidationDialog
Field Summary | |
---|---|
static java.lang.String |
BLACKBOARD_KEY
Constant to use as the key for storing the validation processor on the blackboard (for saving the state of the validation dialog box) |
Constructor Summary | |
---|---|
protected |
ValidationDialog(Shell parentShell)
|
|
ValidationDialog(Shell parentShell,
ILayer[] layers)
|
Method Summary | |
---|---|
protected Control |
createButtonBar(Composite parent)
|
protected void |
createButtonsForButtonBar(Composite parent)
|
protected Control |
createDialogArea(Composite parent)
|
protected ProgressMonitorPart |
createProgressMonitorPart(Composite composite,
GridLayout pmlayout)
Create the progress monitor part in the receiver. |
protected TableViewer |
createTable(Table table)
|
protected Composite |
createValidationEditArea(Composite parent)
Creates the validations edit area of the dialog. |
protected Composite |
createValidationSelectionArea(Composite parent)
Creates the validation test suite selection area of the dialog. |
Button |
getCancelButton()
|
ValidationDialog |
getDialog()
|
static java.lang.String |
getTypeRefLayer(java.lang.String typeRef)
|
static boolean |
isTypeRef(java.lang.String argName)
Based on the name of the argument, this function determines if it is a typeRef or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BLACKBOARD_KEY
Constructor Detail |
---|
public ValidationDialog(Shell parentShell, ILayer[] layers)
protected ValidationDialog(Shell parentShell)
Method Detail |
---|
public ValidationDialog getDialog()
public Button getCancelButton()
protected Control createButtonBar(Composite parent)
protected void createButtonsForButtonBar(Composite parent)
protected Control createDialogArea(Composite parent)
protected Composite createValidationSelectionArea(Composite parent) throws java.lang.Exception
java.lang.Exception
protected Composite createValidationEditArea(Composite parent)
protected TableViewer createTable(Table table)
protected ProgressMonitorPart createProgressMonitorPart(Composite composite, GridLayout pmlayout)
composite
- pmlayout
-
public static boolean isTypeRef(java.lang.String argName)
argName
-
public static java.lang.String getTypeRefLayer(java.lang.String typeRef)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |