public interface IVocabularyTreeModelAPI extends IVocabularyModelAPI
ANNOTATION_URI_VOCABULARY_EXTENSION, ASSOCIATION_CARDINALITIES_MANY_TO_MANY, ASSOCIATION_CARDINALITIES_MANY_TO_ONE, ASSOCIATION_CARDINALITIES_ONE_TO_MANY, ASSOCIATION_CARDINALITIES_ONE_TO_ONE, DOMAIN_SEPARATOR, ICON_VOCABULARY_ASSOCIATION_MANY_TO_MANY, ICON_VOCABULARY_ASSOCIATION_MANY_TO_MANY_LIGHT, ICON_VOCABULARY_ASSOCIATION_MANY_TO_ONE, ICON_VOCABULARY_ASSOCIATION_MANY_TO_ONE_LIGHT, ICON_VOCABULARY_ASSOCIATION_ONE_TO_MANY, ICON_VOCABULARY_ASSOCIATION_ONE_TO_MANY_LIGHT, ICON_VOCABULARY_ASSOCIATION_ONE_TO_ONE, ICON_VOCABULARY_ASSOCIATION_ONE_TO_ONE_LIGHT, ICON_VOCABULARY_ATTRIBUTE, ICON_VOCABULARY_ATTRIBUTE_EXTENDED_PERSISTENT, ICON_VOCABULARY_ATTRIBUTE_EXTENDED_TRANSIENT, ICON_VOCABULARY_DOMAIN, ICON_VOCABULARY_ENTITY, ICON_VOCABULARY_ROOT, VOCABULARY_SOURCE_OE| Modifier and Type | Method and Description |
|---|---|
boolean |
addCustomDataTypeRowsToEnd()
Add rows to the end of the custom data types table.
|
boolean |
addDatabasePropertyRowsToEnd()
Add rows to the end of the database property table.
|
boolean |
addEnumerationRowsToEnd()
Add rows to the end of the enumeration table.
|
boolean |
addRowsToEnd(int aiMatrixID)
Add rows to the end of the specified matrix.
|
void |
copy(Selection aSelection)
Copy the selection to the system clipboard.
|
org.jdom.Document |
createDefaultXmlReport(boolean abAddReportHeader)
Creates an XML Document that can be used for reporting purposes.
|
void |
cut(Selection aSelection)
Cut the selection to the system clipboard.
|
void |
delete(Selection aSelection)
Delete the selected area.
|
boolean |
deleteCustomDataTypeRows(int aiRowIndex,
int aiRowCount)
Delete one or more custom data type rows.
|
boolean |
deleteCustomDataTypeRows(int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
Delete one or more custom data type rows.
|
boolean |
deleteDatabasePropertyRows(int aiRowIndex,
int aiRowCount)
Delete one or more database property rows.
|
boolean |
deleteDatabasePropertyRows(int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
Delete one or more database property rows.
|
boolean |
deleteEnumerationRows(int aiRowIndex,
int aiRowCount)
Delete one or more enumeration rows.
|
boolean |
deleteEnumerationRows(int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
Delete one or more enumeration rows.
|
boolean |
deleteLocalizationLocaleRows(int aiRowIndex,
int aiRowCount)
Delete one or more Localization locale rows.
|
boolean |
deleteLocalizationLocaleRows(int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
Delete one or more Localization locale rows.
|
boolean |
deleteRows(int aiMatrixID,
int aiRowIndex,
int aiRowCount)
Delete one or more rows from the specified matrix.
|
boolean |
deleteRows(int aiMatrixID,
int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
Delete one or more rows from the specified matrix.
|
int |
getCellEditorType(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Return an integer number representing the type of cell editor to use to edit
the specified property.
|
java.lang.String |
getCellValue(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Get the value of the specified matrix, row and column index.
|
java.lang.String |
getCellValue(int aiMatrixID,
int aiColumnIndex,
java.lang.Object aObjectNode)
Get the cell value from the specified auxiliary matrix, given a column index and
tree node.
|
int |
getColumnCountActual(int aiMatrixID)
Return the number of columns currently used in specified matrix.
|
int |
getColumnCountDisplayed(int aiMatrixID)
Return the number of columns currently displayed in specified matrix.
|
java.lang.String |
getControlValue(int aiControlID)
Returns the current value of the text or combo box control from the EMF model.
|
java.util.List |
getCustomDataTypeChildren(java.lang.Object aObject)
Get a list of custom data type children as needed to populate the Localization
View Custom Data Types tree/table control.
|
java.lang.Object |
getCustomDataTypeParent(java.lang.Object aObject)
Get the parent of the specified custom data type instance as necessary to
populate the Localization View Custom Data Types tree/table control.
|
java.lang.String |
getEntityIdentity(IEntity aIEntity,
boolean abBase)
Given an IEntity, return a list of the entity's identity attributes in standard set notation.
|
java.lang.String |
getEntitySupertypes(IEntity aIEntity,
boolean abBase)
Given an IEntity, return a list of the entity's supertypes in standard set notation.
|
java.util.List |
getListCellItems(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Get a list of values available for the specified cell.
|
java.util.List |
getListPropertyItems(IElement aIElement,
int aiRowIndex)
Get a list of values available for the specified Vocabulary property.
|
MatrixRepaintRequest |
getMatrixRepaintRequest(int aiMatrixID,
org.eclipse.emf.common.notify.Notification aNotification)
Get a MatrixRepaintRequest request that describes the area of a table to be repainted for a given EMF
model change notification.
|
java.lang.String |
getProperty(IElement aIElement,
int aiRowIndex)
Get the Vocabulary property table value for the specified Vocabulary element and row index.
|
java.lang.String |
getPropertyName(IElement aIElement,
int aiRowIndex)
Get the Vocabulary property name for the specified
Vocabulary element and row index.
|
int |
getPropertyTableCellEditorType(IElement aIElement,
int aiRowIndex)
Return an integer number representing the type of cell editor to use to edit
the specified property.
|
int |
getPropertyTableRowCount(IElement aIElement)
Given a Vocabulary element, return the number of Vocabulary Property table rows
required to represent the properties of that element.
|
int |
getRowCountActual(int aiMatrixID)
Return the number of rows currently used in specified matrix.
|
int |
getRowCountDisplayed(int aiMatrixID)
Return the number of rows currently displayed in the specified matrix.
|
Selection |
getSelection()
Return the current selection state of the Vocabulary.
|
boolean |
hasErrors(IElement aIElement,
int aiRowIndex)
Determine whether the specified Vocabulary property has any errors.
|
boolean |
hasErrors(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Determine whether the specified cell is has any errors.
|
boolean |
hasErrorsOrWarnings(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Determine whether the specified cell is has any errors or warnings.
|
boolean |
hasWarnings(IElement aIElement,
int aiRowIndex)
Determine whether the specified Vocabulary property has any warnings.
|
boolean |
hasWarnings(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Determine whether the specified cell is has any warnings.
|
boolean |
insertCustomDataTypeRows(int aiRowIndex,
int aiRowCount)
Insert one or more custom data type rows.
|
boolean |
insertDatabasePropertyRows(int aiRowIndex,
int aiRowCount)
Insert one or more database property rows.
|
boolean |
insertEnumerationRows(int aiRowIndex,
int aiRowCount)
Insert one or more enumeration rows.
|
boolean |
insertRows(int aiMatrixID,
int aiRowIndex,
int aiRowCount)
Insert one or more custom data type rows.
|
boolean |
isCellEditable(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Return indication of whether specified table cell editor should
allow the user to enter text into the control.
|
boolean |
isCellEmpty(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Return an indication of whether the specified cell is empty or null.
|
boolean |
isCellEnabled(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Determine whether the specified cell is currently enabled.
|
boolean |
isCellValid(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
Determine whether the specified cell is valid.
|
boolean |
isCellValid(int aiMatrixID,
int aiColumnIndex,
java.lang.Object aObjectNode)
Determine whether the specified cell is valid.
|
boolean |
isElementValid(IElement aIElement)
Determine whether the specified element is non-null and has
a valid extension and parent.
|
boolean |
isEnabledAddRowsToEnd(Selection aSelection)
Determine whether add rows to end function is enabled.
|
boolean |
isEnabledCopy(Selection aSelection)
Determine whether copy function is enabled.
|
boolean |
isEnabledCut(Selection aSelection)
Determine whether cut function is enabled.
|
boolean |
isEnabledDelete(Selection aSelection)
Determine whether delete function is enabled.
|
boolean |
isEnabledDeleteRow(Selection aSelection)
Determine whether delete row function is enabled.
|
boolean |
isEnabledInsertRow(Selection aSelection)
Determine whether insert row function is enabled.
|
boolean |
isEnabledMoveDown(Selection aSelection)
Determine whether move down function is enabled.
|
boolean |
isEnabledMoveUp(Selection aSelection)
Determine whether move up function is enabled.
|
boolean |
isEnabledPaste(Selection aSelection)
Determine whether paste function is enabled.
|
boolean |
isEnabledReport()
Determine whether Report function is enabled.
|
boolean |
isEnabledSelectAll()
Determine whether select all function is enabled.
|
boolean |
isPropertyEnabled(IElement aIElement,
int aiRowIndex)
Determine whether the specified Vocabulary property is currently enabled.
|
boolean |
isPropertySpecified(IElement aIElement,
int aiRowIndex)
Return
true if the property has been explicitly
specified by the user as opposed to being inferred from database
or java metadata. |
boolean |
isPropertyTableCellEditable(IElement aIElement,
int aiRowIndex)
Return indication of whether specified property table cell editor should
allow the user to enter text into the control.
|
boolean |
isPropertyValid(IElement aIElement,
int aiRowIndex)
Determine whether the specified Vocabulary property is valid.
|
boolean |
isRowEmpty(int aiMatrixID,
int aiRowIndex)
Return an indication of whether the specified row is entirely empty.
|
boolean |
moveDown(int aiMatrixID,
int aiRowIndex,
int aiRowCount)
Move the specified rows down.
|
boolean |
moveEnumerationRows(int aiRowIndex,
int aiRowCount,
boolean abUp)
Move enumeration table rows up or down.
|
boolean |
moveUp(int aiMatrixID,
int aiRowIndex,
int aiRowCount)
Move the specified rows up.
|
void |
paste(Selection aSelection)
Paste the system clipboard into the selected area.
|
void |
selectAll()
Select All.
|
boolean |
setCellValue(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex,
java.lang.String astrValue)
Set the value of the specified matrix, row and column index.
|
boolean |
setCellValue(int aiMatrixID,
int aiColumnIndex,
java.lang.Object aObjectNode,
java.lang.String astrValue)
Set the cell value in the specified auxiliary matrix, given a column index and
tree node.
|
boolean |
setControlValue(int aiControlID,
java.lang.String astrValue)
Updates an EMF model instance using data from a text or combo box control.
|
boolean |
setCurrentCustomDataType(com.corticon.rulesemf.canonicalvocabularymodel.CustomDataType aCustomDataType)
Set the "current" CustomDataType instance.
|
boolean |
setCustomDataTypeBaseDataType(int aiRowIndex,
java.lang.String astrValue)
Sets the Custom data type base data type.
|
boolean |
setCustomDataTypeConstraint(int aiRowIndex,
java.lang.String astrValue)
Sets the Custom data type constraint expression.
|
boolean |
setCustomDataTypeEnumeration(int aiRowIndex,
java.lang.String astrValue)
Sets the Custom data type enumeration flag.
|
boolean |
setCustomDataTypeLookupLabelsColumn(int aiRowIndex,
java.lang.String astrValue)
Sets the Custom data type lookup labels column.
|
boolean |
setCustomDataTypeLookupTableName(int aiRowIndex,
java.lang.String astrValue)
Sets the Custom data type lookup table name.
|
boolean |
setCustomDataTypeLookupValuesColumn(int aiRowIndex,
java.lang.String astrValue)
Sets the Custom data type lookup values column.
|
boolean |
setCustomDataTypeName(int aiRowIndex,
java.lang.String astrValue)
Sets the Custom data type name.
|
boolean |
setCustomDataTypeRowCount(int aiRowCount)
Set the count of rows in the custom data type section.
|
boolean |
setDatabasePropertyName(int aiRowIndex,
java.lang.String astrValue)
Sets the database property name.
|
boolean |
setDatabasePropertyRowCount(int aiRowCount)
Set the count of rows in the database property table.
|
boolean |
setDatabasePropertyValue(int aiRowIndex,
java.lang.String astrValue)
Sets the database property value.
|
boolean |
setEnumerationLabel(int aiRowIndex,
java.lang.String astrValue)
Sets the enumeration label field.
|
boolean |
setEnumerationRowCount(int aiRowCount)
Set the count of rows in the selected enumerations display.
|
boolean |
setEnumerationValue(int aiRowIndex,
java.lang.String astrValue)
Sets the enumeration value field.
|
boolean |
setLocalizationLanguageCode(int aiRowIndex,
java.lang.String astrLanguageCode)
Set the localization view language code.
|
boolean |
setProperty(IElement aIElement,
int aiRowIndex,
java.lang.String astrValue)
Given a Vocabulary element, row number and value, update the EMF model.
|
boolean |
setRowCountDisplayed(int aiMatrixID,
int aiRowCount)
Set the number of rows displayed in the specified matrix.
|
boolean |
setSelection(Selection aSelection)
Set the selection state of the Vocabulary.
|
addAssociation, addAttribute, addAttribute, addCustomDataType, addDatabaseProperty, addDomain, addDomain, addEntity, addEntity, addEntity, addEnumerationElement, clearDatabaseMappings, clearDatabaseMetadata, clearJavaClassMetadata, convertNameIfExtendedOperatorOrOperationsName, createVocabulary, deleteVocabulary, findAssociation, findAssociation, findAssociation, findAttribute, findAttribute, findAttribute, findAttribute, findCustomDataType, findCustomDataTypeByGUID, findDatabaseAccess, findElementByGUID, findElementsBySource, findEntity, findEntity, findEnumerationElementByGUID, findRoot, findRootExtension, findXMLAssociation, findXMLAssociation, findXMLAttribute, findXMLEntity, generateBusinessObjects, getAllAttributeExpressionsBranchEligible, getAssociationParametersExisting, getAssociationParametersNew, getBaseLanguageCode, getBaseVocabularyString, getCardinalitiesString, getConvertedAttributeName, getConvertedCustomDataTypeLabelName, getConvertedCustomDataTypeName, getConvertedDomainName, getConvertedEntityName, getConvertedRoleName, getCurrentVocabularyElement, getDatabaseAccessCatalogFilter, getDatabaseAccessDatabaseId, getDatabaseAccessDatabaseURL, getDatabaseAccessDialect, getDatabaseAccessJDBCDriverClass, getDatabaseAccessPassword, getDatabaseAccessPasswordEncrypted, getDatabaseAccessSchemaFilter, getDatabaseAccessUsername, getDatabaseAccessUsernameEncrypted, getDatabaseDefinition, getDatabaseMappingAPI, getDatabaseMetadataAPI, getDatabaseProperty, getDefaultIdentityStrategy, getDefaultIdentityStrategy, getDefaultIdentityStrategyType, getDomain, getEnumerationLabelBasedOnValue, getFacade, getJavaMappingAPI, getJavaMetadataAPI, getListAttributeModes, getListCardinalities, getListDatabaseColumnNames, getListDatabasePropertyNames, getListDatabaseServerNames, getListDatabaseTableNames, getListDataTypeNames, getListDataTypeNamesIncludingCustom, getListDataTypeNamesUnspecified, getListEntityIdentity, getListEntityIdentity, getListEntityNames, getListEntityNames, getListEntityNames, getListEnumeration, getListFieldNullValue, getListFieldValueStrategies, getListIdentityStrategies, getListJavaClassNames, getListJavaObjectFieldNames, getListJavaObjectFieldNames, getListJavaObjectGetMethods, getListJavaObjectGetMethods, getListJavaObjectSetMethods, getListJavaObjectSetMethods, getListJavaPackages, getListJoinExpressions, getListLocaleNames, getListNavigabilities, getListNavigabilities, getListTrueFalse, getListTrueFalseUnspecified, getListUnqualifiedEntityNames, getListValidDiscreteValues, getListVersionStrategies, getLocalDataType, getLocalLanguageCode, getLocalString, getMessageBase, getNavigabilityBidirectional, getNavigabilitySourceToTarget, getNavigabilityString, getNavigabilityTargetToSource, getNewAttributeName, getNewDomainName, getNewEntityName, getNewRoleName, getNewVocabularyName, getNextAvailableAttributeName, getNextAvailableConvertedAssociationParamaters, getNextAvailableConvertedAttributeName, getNextAvailableConvertedCustomDataTypeLabelName, getNextAvailableConvertedCustomDataTypeName, getNextAvailableConvertedDomainName, getNextAvailableConvertedEntityName, getNextAvailableConvertedRoleName, getNextAvailableCustomDataTypeLabelName, getNextAvailableCustomDataTypeName, getNextAvailableDomainName, getNextAvailableEntityName, getNextAvailableRoleName, getOperationsModelAPI, getOperatorName, getToolTip, getVocabularyDomainHierarchy, getVocabularyElementChildren, getVocabularyElementChildrenForBranches, getVocabularyElementIcon, getVocabularyElementName, getVocabularyElementName, getVocabularyElementNameBase, getVocabularyElementNameHierarchy, getVocabularyElementParent, getVocabularyElementSuffix, getVocabularyElementText, hasDatabase, hasErrors, hasErrors, hasModified, hasWarnings, hasWarnings, importDatabaseMetadata, importDatabaseMetadata, importJavaMetadata, isCreateUpdateSchemaSupported, isDatabaseAccessEnabled, isDatabaseAccessSpecified, isEnabledAddAssociation, isEnabledAddAttribute, isEnabledAddDomain, isEnabledAddEntity, isEnabledClearDatabaseMappings, isEnabledClearDatabaseMetadata, isEnabledClearJavaClassMetadata, isEnabledExportDatabaseAccessProperties, isEnabledImportDatabaseMetadata, isEnabledImportJavaClassMetadata, isEnabledLocalize, isEnabledReadOnlyReadWrite, isEntityNameAlreadyUsed, isInheritedFeature, isNameExtendedOperatorOrOperationsName, isReadOnlyModeSupported, isRoleNameUsed, isVocabularyElementInherited, isVocabularyElementNameLightGray, isVocabularyEntityNameUnique, makeDomain, makeVocabularyBoolean, makeVocabularyDataType, makeVocabularyExpression, makeVocabularyString, makeVocabularyValueSet, removeCustomDataType, removeDatabaseProperty, removeEnumerationElement, removeFromEntity, removeVocabularyElement, renameVocabulary, replaceAssociation, setAssociationEndCardinalities, setAssociationEndJavaObjectFieldName, setAssociationEndJavaObjectGetMethod, setAssociationEndJavaObjectSetMethod, setAssociationEndJoinExpression, setAssociationEndMandatory, setAssociationEndName, setAssociationEndNavigability, setAssociationEndSourceEntity, setAssociationEndTargetEntity, setAssociationEndXMLPropertyName, setAttributeDataSubtype, setAttributeDataType, setAttributeFieldColumn, setAttributeFieldSequence, setAttributeFieldSequenceNameColumnName, setAttributeFieldSequenceNextvalColumnName, setAttributeFieldSequenceTableName, setAttributeFieldValueStrategy, setAttributeJavaObjectFieldName, setAttributeJavaObjectGetMethod, setAttributeJavaObjectSetMethod, setAttributeMandatory, setAttributeMode, setAttributeName, setAttributePossibleValues, setAttributePossibleValueSetName, setAttributeXMLNamespace, setAttributeXMLPropertyName, setCurrentVocabularyElement, setCustomDataTypeBaseDataType, setCustomDataTypeConstraint, setCustomDataTypeEnumeration, setCustomDataTypeLookupLabelsColumn, setCustomDataTypeLookupTableName, setCustomDataTypeLookupValuesColumn, setCustomDataTypeName, setDatabaseAccessCatalogFilter, setDatabaseAccessDatabaseId, setDatabaseAccessDatabaseURL, setDatabaseAccessPassword, setDatabaseAccessSchemaFilter, setDatabaseAccessUsername, setDatabasePropertyName, setDatabasePropertyValue, setDomainName, setEnabledReadOnlyReadWrite, setEntityClassTable, setEntityConcurrencyStrategy, setEntityDatastoreCaching, setEntityDatastoreIdentityColumn, setEntityDatastoreIdentitySequence, setEntityDatastoreIdentitySequenceNameColumnName, setEntityDatastoreIdentitySequenceNextvalColumnName, setEntityDatastoreIdentitySequenceTableName, setEntityDatastoreIdentityStrategy, setEntityDatastorePersistent, setEntityIdentity, setEntityJavaClassName, setEntityJavaPackage, setEntityName, setEntitySupertypes, setEntitySupertypes, setEntityVersionColumn, setEntityVersionStrategy, setEntityXMLClassName, setEntityXMLNamespace, setEnumerationLabel, setEnumerationValue, setGUID, setGUID, setGUID, setLocalizationCustomDataTypeName, setLocalizationEnumerationLabel, setLocalizationVocabularyElementName, setSource, setVocabularyElementName, testDatabaseConnectionactivate, addAnnotation, addBatchedModelListener, addLowLevelModelListener, addModelListener, addResourceListener, addView, beginTransaction, cancelTransaction, canSetSupportedLocales, closeResource, createResource, deleteAnnotation, deleteAnnotation, deleteAnnotation, deleteResource, displayMessageBox, dispose, doPostLoadValidation, doSmartValidation, endTransaction, endTransaction, flushCommandStack, formatValidationMessageLocation, formatValidationMessageText, getAllLocalesProvidingCompleteLocalization, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getAPIContextObject, getAsset, getBaseAttribute, getBaseAttributeString, getBatchedModelListeners, getBuildNumber, getBuildNumberOfLastValidationRulesChange, getEditingDomain, getErrors, getErrors, getIndexByLocale, getLocale, getLocalizedAttribute, getLocalizedAttributeString, getLowLevelModelListeners, getMajorServiceNumber, getMajorVersionNumber, getMessage, getMessage, getMessageBoxDelegate, getMinorServiceNumber, getMinorVersionNumber, getModelAPIState, getModelListeners, getNewResourceName, getPersistenceServicesDelegate, getPreferences, getPrimaryResource, getPrimaryResourceURI, getScrollableMessageDelegate, getSupportedLocales, getSuppressBrokenLinkValidation, getSuppressValidation, getToolTip, getUpdateStamp, getUserInterfaceInfoDelegate, getValidationMessageCount, getValidationMessageCount, getValidationMessageCount, getValidationMessageCount, getValidationMessages, getValidationMessages, getWarnings, getWarnings, handleException, hasErrors, hasErrors, hasErrors, hasErrors, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasErrorsOrWarnings, hasErrorsOrWarnings, hasErrorsOrWarnings, hasErrorsOrWarnings, hasWarnings, hasWarnings, hasWarnings, hasWarnings, hasWarnings, hasWarnings, isAPIStateEstablished, isEnabledRedo, isEnabledUndo, isInhibitNotification, isLoaded, isOperationModeNormal, isOperationModeRedo, isOperationModeUndo, isPassive, isPostLoadInProgress, isPrimaryResourceSet, isReadOnly, isResourceActivated, isResourceConflict, isResourceDemandLoaded, isResourceLoaded, isScrollableMessageDelegateAvailable, isShowCanonicalValidationMessages, isSuppressModifiedFlagUpdates, isSuppressPostLoad, isTransactionInProgress, isValid, isValid, loadResource, loadResource, loadResource, newInstance, noOperation, postLoad, postMethod, postMethod, postsave, preMethod, presave, redo, reloadResource, remapResource, remapResource, removeBatchedModelListener, removeLowLevelModelListener, removeModelListener, removeResource, removeResourceListener, removeView, renameResource, rollbackTransaction, saveAll, saveResource, setAnnotation, setAPIContextObject, setAPIState, setBuildNumber, setEditingDomain, setInhibitNotification, setLocale, setMajorServiceNumber, setMajorVersionNumber, setMessageBoxDelegate, setMinorServiceNumber, setMinorVersionNumber, setModelAPIState, setModelListeners, setPassive, setPersistenceServicesDelegate, setPostLoadInProgress, setPreferencesDelegate, setPrimaryResource, setReadOnly, setScrollableMessageDelegate, setSupportedLocales, setSuppressBrokenLinkValidation, setSuppressModifiedFlagUpdates, setSuppressPostLoad, setSuppressValidation, setUserInterfaceInfoDelegate, undo, unloadResource, validate, validateLicensegetAllAttributeNamesForEntity, getAllBaseAttributeNamesForEntity, getAllExtAliaeForThisExtEntityType, getAllFullyQualifiedBaseEntityNames, getAllJdoPackages, getAllMissingParentEntityNames, getAllSupertypeEntityNamesForEntity, getArchive, getAssociationEndDataTypeForObjectFieldNameFromMetaDataOrNull, getAssociationEndObjectFieldNameIsArrayToMetaDataOrNull, getAssociationEndObjectFieldToMetaDataOrNull, getAssociationEndObjectGetMethodIsArrayToMetaDataOrNull, getAssociationEndObjectGetMethodToMetaDataOrNull, getAssociationEndObjectGetMethodTypeToMetaDataOrNull, getAssociationEndObjectSetMethodIsArrayToMetaDataOrNull, getAssociationEndObjectSetMethodToMetaDataOrNull, getAssociationEndObjectSetMethodTypeToMetaDataOrNull, getAssociationJavaDataType, getAssociationPrimaryKeysForEntity, getAttributeDataType, getAttributeDataTypeSubType, getAttributeEnumerationType, getAttributeJavaDataType, getAttributeObjectFieldNameOrMetaDataOrNull, getAttributeObjectGetMethodOrMetaDataOrNull, getAttributeObjectSetMethod, getAttributeObjectSetMethodOrMetaDataOrNull, getAttributeXMLName, getAttributeXMLNamespace, getConstraintExpr, getDataTypeForGetMethodCallFromMetaDataOrNull, getDataTypeForObjectFieldNameFromMetaDataOrNull, getDataTypeForSetMethodCallFromMetaDataOrNull, getEntityClassName, getEntityFeatureCount, getEntityFeatureList, getEntityFullyQualifiedCDOInterfaceName, getEntityFullyQualifiedCDOListenerName, getEntityFullyQualifiedCDOName, getEntityIdentityAttributeNamesOrDefault, getEntityIdentityRoleNamesOrDefault, getEntityList, getEntityNamespace, getEntityObjectClassName, getEntityObjectName, getEntityTableName, getEntityXMLName, getEntityXMLNamespace, getEquivalentEntities, getExternalRoleName, getFeatureType, getFilePath, getJavaMetaData, getJdoListenerClassName, getMethodDataType, getMethodParamTypes, getPackageNameForEntity, getPrimaryKeyNamesForEntity, getPrimaryKeysForEntity, getReverseEntityName, getReverseRoleName, getRoleDataType, getRoleList, getRoleMultiplicity, getRoleNavigability, getUnqualifiedClassNameForEntity, isApplicationIdentity, isAssociationFieldAccessed, isAssociationMandatory, isAssociationMethodAccessed, isAttributeEnumeration, isAttributeFieldAccessed, isAttributeGetMethodAccessed, isAttributeMandatory, isAttributeSetMethodAccessed, isAttributeTransient, isBaseAttribute, isBaseDerivedOrExtendedAttribute, isDatastoreIdentity, isDependentFrom, isDervivedAttribute, isEntityByName, isEntityPersisted, isExtendedAttribute, isExternalEntityByName, isIdentityStrategySpecified, isJavaMetaDataClassAnInterface, isPersistentEntity, isPrimaryKeyAttribute, isRoleNavigable, isRoleOfEntity, isValidEntityAttribute, isValidEntityMethodgetAttributeDataType, getAttributeDataTypeSubType, getFullyQualifiedEntityName, getLogicalVariablePath, getMethodDataType, getMethodParamTypes, getRoleDataType, getRoleMultiplicity, isAttributeMandatory, isEntityByName, isEntityQueryCached, isExternalEntityByName, isRoleOfEntity, isSubTypeOf, isValidEntityAttribute, isValidEntityMethodstatic final int COLUMN_INDEX_PROPERTY_NAME
static final int COLUMN_INDEX_PROPERTY_VALUE
static final int COLUMN_INDEX_DATA_TYPE_DATA_TYPE_NAME
static final int COLUMN_INDEX_DATA_TYPE_BASE_DATA_TYPE
static final int COLUMN_INDEX_DATA_TYPE_ENUMERATION
static final int COLUMN_INDEX_DATA_TYPE_CONSTRAINT
static final int COLUMN_INDEX_DATA_TYPE_LOOKUP_TABLE_NAME
static final int COLUMN_INDEX_DATA_TYPE_LOOKUP_LABELS_COLUMN
static final int COLUMN_INDEX_DATA_TYPE_LOOKUP_VALUES_COLUMN
static final int COLUMN_INDEX_ENUMERATION_LABEL
static final int COLUMN_INDEX_ENUMERATION_VALUE
static final int COLUMN_INDEX_LOCALIZATON_LOCALE
static final int COLUMN_INDEX_DATABASE_PROPERTY_NAME
static final int COLUMN_INDEX_DATABASE_PROPERTY_VALUE
static final int COLUMN_COUNT_DATA_TYPE_EXCLUDING_DATABASE
static final int COLUMN_COUNT_DATA_TYPE_INCLUDING_DATABASE
static final int COLUMN_COUNT_ENUMERATION
static final int COLUMN_COUNT_LOCALIZATION_LOCALE
static final int COLUMN_COUNT_DATABASE_PROPERTY
static final int ROW_INDEX_DOMAIN_NAME
static final int ROW_INDEX_ENTITY_NAME
static final int ROW_INDEX_ENTITY_IDENTITY
static final int ROW_INDEX_ENTITY_SUPERTYPE
static final int ROW_INDEX_ENTITY_XML_NAMESPACE
static final int ROW_INDEX_ENTITY_XML_CLASS_NAME
static final int ROW_INDEX_ENTITY_JAVA_PACKAGE
static final int ROW_INDEX_ENTITY_JAVA_CLASS_NAME
static final int ROW_INDEX_ENTITY_DATASTORE_PERSISTENT
static final int ROW_INDEX_ENTITY_CLASS_TABLE
static final int ROW_INDEX_ENTITY_CONCURRENCY_STRATEGY
static final int ROW_INDEX_ENTITY_DATASTORE_IDENTITY_STRATEGY
static final int ROW_INDEX_ENTITY_DATASTORE_IDENTITY_COLUMN
static final int ROW_INDEX_ENTITY_DATASTORE_IDENTITY_SEQUENCE
static final int ROW_INDEX_ENTITY_DATASTORE_IDENTITY_SEQUENCE_TABLE_NAME
static final int ROW_INDEX_ENTITY_DATASTORE_IDENTITY_SEQUENCE_NAME_COLUMN_NAME
static final int ROW_INDEX_ENTITY_DATASTORE_IDENTITY_SEQUENCE_NEXTVAL_COLUMN_NAME
static final int ROW_INDEX_ENTITY_VERSION_STRATEGY
static final int ROW_INDEX_ENTITY_VERSION_COLUMN
static final int ROW_INDEX_ATTRIBUTE_NAME
static final int ROW_INDEX_ATTRIBUTE_DATA_TYPE
static final int ROW_INDEX_ATTRIBUTE_MANDATORY
static final int ROW_INDEX_ATTRIBUTE_MODE
static final int ROW_INDEX_ATTRIBUTE_XML_NAMESPACE
static final int ROW_INDEX_ATTRIBUTE_XML_PROPERTY_NAME
static final int ROW_INDEX_ATTRIBUTE_JAVA_OBJECT_GET_METHOD
static final int ROW_INDEX_ATTRIBUTE_JAVA_OBJECT_SET_METHOD
static final int ROW_INDEX_ATTRIBUTE_JAVA_OBJECT_FIELD_NAME
static final int ROW_INDEX_ATTRIBUTE_FIELD_COLUMN
static final int ROW_INDEX_ATTRIBUTE_FIELD_VALUE_STRATEGY
static final int ROW_INDEX_ATTRIBUTE_FIELD_SEQUENCE
static final int ROW_INDEX_ATTRIBUTE_FIELD_SEQUENCE_TABLE_NAME
static final int ROW_INDEX_ATTRIBUTE_FIELD_SEQUENCE_NAME_COLUMN_NAME
static final int ROW_INDEX_ATTRIBUTE_FIELD_SEQUENCE_NEXTVAL_COLUMN_NAME
static final int ROW_INDEX_ASSOCIATION_ROLE_NAME
static final int ROW_INDEX_ASSOCIATION_SOURCE_ENTITY_NAME
static final int ROW_INDEX_ASSOCIATION_TARGET_ENTITY_NAME
static final int ROW_INDEX_ASSOCIATION_CARDINALITIES
static final int ROW_INDEX_ASSOCIATION_NAVIGABILITY
static final int ROW_INDEX_ASSOCIATION_MANDATORY
static final int ROW_INDEX_ASSOCIATION_XML_PROPERTY_NAME
static final int ROW_INDEX_ASSOCIATION_JAVA_OBJECT_GET_METHOD
static final int ROW_INDEX_ASSOCIATION_JAVA_OBJECT_SET_METHOD
static final int ROW_INDEX_ASSOCIATION_JAVA_OBJECT_FIELD_NAME
static final int ROW_INDEX_ASSOCIATION_JOIN_EXPRESSION
static final int CONTROL_ID_DATABASE_ACCESS_DATABASE_SERVER
static final int CONTROL_ID_DATABASE_ACCESS_DATABASE_URL
static final int CONTROL_ID_DATABASE_ACCESS_USERNAME
static final int CONTROL_ID_DATABASE_ACCESS_PASSWORD
static final int CONTROL_ID_DATABASE_ACCESS_TRANSACTION_TYPE
static final int CONTROL_ID_DATABASE_ACCESS_DATA_SOURCE_NAME
static final int CONTROL_ID_DATABASE_ACCESS_CATALOG_FILTER
static final int CONTROL_ID_DATABASE_ACCESS_SCHEMA_FILTER
static final int CELL_EDITOR_TEXT
static final int CELL_EDITOR_COMBO
static final int CELL_EDITOR_MULTISELECT_COMBO
static final int CELL_EDITOR_CHECKBOX
static final int CELL_EDITOR_MULTILINE_TEXT
static final int PROPERTY_COUNT_DOMAIN
static final int PROPERTY_COUNT_ENTITY
static final int PROPERTY_COUNT_ATTRIBUTE
static final int PROPERTY_COUNT_ASSOCIATION
static final int PROPERTY_COUNT_DOMAIN_RULE_MANAGEMENT
static final int PROPERTY_COUNT_ENTITY_RULE_MANAGEMENT
static final int PROPERTY_COUNT_ATTRIBUTE_RULE_MANAGEMENT
static final int PROPERTY_COUNT_ASSOCIATION_RULE_MANAGEMENT
static final int PROPERTY_COUNT_DOMAIN_DATABASE_ACCESS
static final int PROPERTY_COUNT_ENTITY_DATABASE_ACCESS
static final int PROPERTY_COUNT_ATTRIBUTE_DATABASE_ACCESS
static final int PROPERTY_COUNT_ASSOCIATION_DATABASE_ACCESS
static final int TREEVIEW_ID_VOCABULARY
static final int MATRIX_ID_PROPERTIES
static final int MATRIX_ID_DATABASE_PROPERTIES
static final int MATRIX_ID_DATA_TYPES
static final int MATRIX_ID_ENUMERATIONS
static final int MATRIX_ID_LOCALIZATION_LOCALE
static final int MATRIX_ID_LOCALIZATION_VOCABULARY
static final int MATRIX_ID_LOCALIZATION_CUSTOM_DATA_TYPES
boolean addRowsToEnd(int aiMatrixID)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).boolean addCustomDataTypeRowsToEnd()
true if the operation was successful.boolean addDatabasePropertyRowsToEnd()
true if the operation was successful.boolean addEnumerationRowsToEnd()
true if the operation was successful.void copy(Selection aSelection)
aSelection - Selection to copy.void cut(Selection aSelection)
aSelection - Selection to cut.void selectAll()
void delete(Selection aSelection)
aSelection - Selection to delete.boolean deleteCustomDataTypeRows(int aiRowIndex,
int aiRowCount)
aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.true if delete was successful.boolean deleteCustomDataTypeRows(int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.abReduceCount - true to reduce the row count in the table.true if delete was successful.boolean deleteDatabasePropertyRows(int aiRowIndex,
int aiRowCount)
aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.true if delete was successful.boolean deleteDatabasePropertyRows(int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.abReduceCount - true to reduce the row count in the table.true if delete was successful.boolean deleteEnumerationRows(int aiRowIndex,
int aiRowCount)
aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.true if delete was successful.boolean deleteEnumerationRows(int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.abReduceCount - true to reduce the row count in the table.true if delete was successful.boolean deleteLocalizationLocaleRows(int aiRowIndex,
int aiRowCount)
aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.true if delete was successful.boolean deleteLocalizationLocaleRows(int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.abReduceCount - true to reduce the row count in the table.true if delete was successful.boolean deleteRows(int aiMatrixID,
int aiRowIndex,
int aiRowCount)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.true if delete was successful.boolean deleteRows(int aiMatrixID,
int aiRowIndex,
int aiRowCount,
boolean abReduceCount)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiRowIndex - Index of first row to be deleted.aiRowCount - Number of rows to be deleted.abReduceCount - true to reduce the row count in the table.true if delete was successful.int getCellEditorType(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiColumnIndex - Index of column whose value should be returned.aiRowIndex - Index of row whose value should be returned.java.lang.String getCellValue(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiColumnIndex - Index of column whose value should be returned.aiRowIndex - Index of row whose value should be returned.java.lang.String getCellValue(int aiMatrixID,
int aiColumnIndex,
java.lang.Object aObjectNode)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_LOCALIZATION_VOCABULARY).aiColumnIndex - Index of column whose value should be returned.aObjectNode - Tree Node whose value is to be returned.int getColumnCountActual(int aiMatrixID)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).int getColumnCountDisplayed(int aiMatrixID)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).java.lang.String getControlValue(int aiControlID)
aiControlID - (e.g., CONTROL_ID_DATABASE_ACCESS_JDBC_DRIVER_CLASS).java.util.List getCustomDataTypeChildren(java.lang.Object aObject)
aObject - RootExtension, CustomDataType or EnumerationElement instance.java.lang.Object getCustomDataTypeParent(java.lang.Object aObject)
aObject - CustomDataType or EnumerationElement instance.java.lang.String getEntityIdentity(IEntity aIEntity, boolean abBase)
null.aIEntity - Entity whose identity attributes are to be returned.abBase - true to return base form; false for localized.java.lang.String getEntitySupertypes(IEntity aIEntity, boolean abBase)
null.aIEntity - Entity whose supertypes are to be returned.abBase - true to return supertypes in base form; false for localized.java.util.List getListCellItems(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiColumnIndex - Index of column whose value should be returned.aiRowIndex - Index of row whose value should be returned.java.util.List getListPropertyItems(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element whose property values should be returned.aiRowIndex - Index of row whose property should be returned.MatrixRepaintRequest getMatrixRepaintRequest(int aiMatrixID, org.eclipse.emf.common.notify.Notification aNotification)
aiMatrixID - Matrix ID of matrix whose "dirty" state should be determined.aNotification - EMF model change notification.int getPropertyTableRowCount(IElement aIElement)
aIElement - Vocabulary element.int getRowCountActual(int aiMatrixID)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).int getRowCountDisplayed(int aiMatrixID)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).Selection getSelection()
java.lang.String getProperty(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element whose properties should be returnedaiRowIndex - Index of row whose property should be returned.java.lang.String getPropertyName(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element whose property name should be returnedaiRowIndex - Index of row whose name property should be returned.int getPropertyTableCellEditorType(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element.aiRowIndex - Index of row whose property should be returned.boolean hasErrors(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element.aiRowIndex - Index of row whose property validity should be ascertained.true if the property has any errors.boolean hasWarnings(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element.aiRowIndex - Index of row whose property validity should be ascertained.true if the property has any warnings.boolean hasErrors(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiColumnIndex - Index of column.aiRowIndex - Index of row.true if cell has any errors.boolean hasWarnings(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiColumnIndex - Index of column.aiRowIndex - Index of row.true if cell has any warnings.boolean hasErrorsOrWarnings(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID (e.g.,MATRIX_ID_DATA_TYPES).aiColumnIndex - Index of column.aiRowIndex - Index of row.true if cell has any errors or warnings.boolean insertCustomDataTypeRows(int aiRowIndex,
int aiRowCount)
aiRowIndex - Index of first row to be inserted.aiRowCount - Number of row to be inserted.true if insert was successful.boolean insertDatabasePropertyRows(int aiRowIndex,
int aiRowCount)
aiRowIndex - Index of first row to be inserted.aiRowCount - Number of row to be inserted.true if insert was successful.boolean insertEnumerationRows(int aiRowIndex,
int aiRowCount)
aiRowIndex - Index of first row to be inserted.aiRowCount - Number of row to be inserted.true if insert was successful.boolean insertRows(int aiMatrixID,
int aiRowIndex,
int aiRowCount)
aiMatrixID - Matrix ID.aiRowIndex - Index of first row to be inserted.aiRowCount - Number of row to be inserted.true if insert was successful.boolean isCellEmpty(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID.aiColumnIndex - Column index of cell whose state is to be tested.aiRowIndex - Row index of cell whose state is to be tested.true if the specified cell is empty.boolean isEnabledCopy(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isEnabledCut(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isEnabledSelectAll()
true if function should be enabled.boolean isEnabledDelete(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isEnabledMoveUp(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isEnabledMoveDown(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isEnabledPaste(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isEnabledInsertRow(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isEnabledDeleteRow(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isEnabledReport()
true if function should be enabled.boolean isElementValid(IElement aIElement)
aIElement - Element to test.true if element is valid.boolean isEnabledAddRowsToEnd(Selection aSelection)
aSelection - Selection instance.true if function should be enabled.boolean isPropertyEnabled(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element.aiRowIndex - Index of row whose property enabled state should be ascertained.true if the property is enabled.boolean isPropertySpecified(IElement aIElement, int aiRowIndex)
true if the property has been explicitly
specified by the user as opposed to being inferred from database
or java metadata.true if property has been explicitly specified.boolean isPropertyValid(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element.aiRowIndex - Index of row whose property validity should be ascertained.true if the property is valid.boolean isRowEmpty(int aiMatrixID,
int aiRowIndex)
aiMatrixID - Matrix ID.aiRowIndex - Index of row whose empty state should be tested.true if the specified row is empty.boolean isCellEditable(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID.aiColumnIndex - Column index of cell whose state is to be tested.aiRowIndex - Row index of cell whose state is to be tested.true if cell editor should be directly editable.boolean isCellEnabled(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID.aiColumnIndex - Column index of cell whose state is to be tested.aiRowIndex - Row index of cell whose state is to be tested.true if the cell is enabled.boolean isCellValid(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiColumnIndex - Index of column.aiRowIndex - Index of row.true if cell contents are valid.boolean isCellValid(int aiMatrixID,
int aiColumnIndex,
java.lang.Object aObjectNode)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_LOCALIZATION_VOCABULARY).aiColumnIndex - Index of column whose value should be returned.aObjectNode - Tree Node whose value is to be returned.true if the specified cell is valid.boolean moveDown(int aiMatrixID,
int aiRowIndex,
int aiRowCount)
aiMatrixID - Matrix ID.aiRowIndex - Index of first row to be moved.aiRowCount - Number of rows to be moved.true if move was successful.boolean moveUp(int aiMatrixID,
int aiRowIndex,
int aiRowCount)
aiMatrixID - Matrix ID.aiRowIndex - Index of first row to be moved.aiRowCount - Number of rows to be moved.true if move was successful.boolean moveEnumerationRows(int aiRowIndex,
int aiRowCount,
boolean abUp)
aiRowIndex - Index of first row to be moved.aiRowCount - Number of rows to be moved.abUp - true to move rows up.true if move was successful.void paste(Selection aSelection)
aSelection - Selection to copy.boolean isPropertyTableCellEditable(IElement aIElement, int aiRowIndex)
aIElement - Vocabulary element.aiRowIndex - Index of row.true if cell editor should be directly editable.boolean setCellValue(int aiMatrixID,
int aiColumnIndex,
int aiRowIndex,
java.lang.String astrValue)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).aiColumnIndex - Index of column whose value should be returned.aiRowIndex - Index of row whose value should be returned.astrValue - Value to set.true if the set command was successful.boolean setCellValue(int aiMatrixID,
int aiColumnIndex,
java.lang.Object aObjectNode,
java.lang.String astrValue)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_LOCALIZATION_VOCABULARY).aiColumnIndex - Index of column whose value is to be set.aObjectNode - Tree Node whose value is to be set.astrValue - Value to set.true if the set command was successful.boolean setControlValue(int aiControlID,
java.lang.String astrValue)
aiControlID - (e.g., CONTROL_ID_DATABASE_ACCESS_JDBC_DRIVER_CLASS).astrValue - Value to be stored in the EMF model instance.true if the set command was successful.boolean setCustomDataTypeName(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setCustomDataTypeBaseDataType(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setCustomDataTypeEnumeration(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setCustomDataTypeConstraint(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setCustomDataTypeLookupTableName(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setCustomDataTypeLookupLabelsColumn(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setCustomDataTypeLookupValuesColumn(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setCustomDataTypeRowCount(int aiRowCount)
aiRowCount - Count of rows in custom data type section.true if the set command was successful.boolean setDatabasePropertyRowCount(int aiRowCount)
aiRowCount - Count of rows.true if the set command was successful.boolean setDatabasePropertyName(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setDatabasePropertyValue(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setEnumerationLabel(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setEnumerationValue(int aiRowIndex,
java.lang.String astrValue)
aiRowIndex - Index of row to be updated.astrValue - Value to be updated.true if the set command was successful.boolean setLocalizationLanguageCode(int aiRowIndex,
java.lang.String astrLanguageCode)
aiRowIndex - Index of row number whose language code should be updated.astrExpression - Condition expression.true if the set command was successful.boolean setEnumerationRowCount(int aiRowCount)
aiRowCount - Count of rows in enumerations display.true if the set command was successful.boolean setProperty(IElement aIElement, int aiRowIndex, java.lang.String astrValue)
aIElement - Vocabulary element to update.aiRowIndex - Row index of property to update.astrValue - Value of property.true if the set command was successful.boolean setRowCountDisplayed(int aiMatrixID,
int aiRowCount)
aiMatrixID - Matrix ID (e.g., MATRIX_ID_DATA_TYPES).Row - count.boolean setSelection(Selection aSelection)
aSelection - Selection instance bearing selection state information.true if the set command was successful.boolean setCurrentCustomDataType(com.corticon.rulesemf.canonicalvocabularymodel.CustomDataType aCustomDataType)
aCustomDataType - CustomDataType instance to designate as "current".true if the set command was successful.org.jdom.Document createDefaultXmlReport(boolean abAddReportHeader)
abAddReportHeader - Determines if the report header will be added to the result documentCopyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.