Uses of Interface
com.iizigo.validator.IValidationMessage
Uses of IValidationMessage in com.iizigo
Classes in com.iizigo that implement IValidationMessage Modifier and Type Class Description class
InternalDatabasePreferencePage
The Designer page in the Preferences for the Internal Database.Uses of IValidationMessage in com.iizigo.clientpref
Constructors in com.iizigo.clientpref with parameters of type IValidationMessage Constructor Description PanelPrefComposite(org.eclipse.swt.widgets.Composite parent, PropCnr settings, IValidationMessage messageHandler)
The constructor.Uses of IValidationMessage in com.iizigo.panel
Classes in com.iizigo.panel that implement IValidationMessage Modifier and Type Class Description class
GeneralPreferencePage
The Designer page in the Preferences for the Panel Designer.Uses of IValidationMessage in com.iizigo.project
Classes in com.iizigo.project that implement IValidationMessage Modifier and Type Class Description class
NewModuleProjectWizardStartupPage1
Class for the new text tables with languages wizard page.class
NewModuleProjectWizardStartupPage2
Class for the new text tables with languages wizard page.Uses of IValidationMessage in com.iizigo.prop.editor.dialog
Classes in com.iizigo.prop.editor.dialog that implement IValidationMessage Modifier and Type Class Description class
HyperlinkDialog
Hyperlink text dialog box.class
InsertTextVSDialog
Dialog box to insert or edit a VirtualSpace tag of a KString.Uses of IValidationMessage in com.iizigo.run
Classes in com.iizigo.run that implement IValidationMessage Modifier and Type Class Description class
EditorRuntimeBuilderPropertyPage
The iiziRun Builder property page.Constructors in com.iizigo.run with parameters of type IValidationMessage Constructor Description RuntimeBuilderComposite(org.eclipse.swt.widgets.Composite parent, ModuleModel module, IValidationMessage messageHandler)
Constructor.Uses of IValidationMessage in com.iizigo.server.launch
Classes in com.iizigo.server.launch that implement IValidationMessage Modifier and Type Class Description class
DevelServerLaunchConfigurationTab
IIZI Development Server launch configuration tab used to edit/view attributes of a specific type of launch configuration.Uses of IValidationMessage in com.iizigo.term.session
Classes in com.iizigo.term.session that implement IValidationMessage Modifier and Type Class Description class
NewSessionWizardHostPage
Host page for new 3270/5250 sessions.class
NewSessionWizardNameTypePage
First page for new session: the name and session type.Uses of IValidationMessage in com.iizigo.text
Classes in com.iizigo.text that implement IValidationMessage Modifier and Type Class Description class
TextTablePropertyPage
The Text Table property page.Constructors in com.iizigo.text with parameters of type IValidationMessage Constructor Description SettingsComposite(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, java.lang.String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo)
Creates the text table settings composite.Uses of IValidationMessage in com.iizigo.validator
Classes in com.iizigo.validator that implement IValidationMessage Modifier and Type Class Description class
ValidationDialog
Template validation dialog box for a large composite.Constructors in com.iizigo.validator with parameters of type IValidationMessage Constructor Description ValidatorManager(IValidationMessage messageHandler)
Creates the validation manager without a default message.ValidatorManager(IValidationMessage messageHandler, java.lang.String defaultText)
Creates the validation manager with a default message.Uses of IValidationMessage in com.iizigo.vs
Classes in com.iizigo.vs that implement IValidationMessage Modifier and Type Class Description class
NewVSColumnWizardPage
Creation of VS Table Column wizard page.class
NewVSFieldWizardPage
Creation of VS Field wizard page.class
NewVSTableWizardPage
Creation of VS Table wizard page.