Drools Workbench - Guided Decision Tree Editor - Client 6.2.0.CR1

org.drools.workbench.screens.guided.dtree.client.resources.i18n
Interface GuidedDecisionTreeConstants

All Superinterfaces:
com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource, com.google.gwt.i18n.client.Messages

public interface GuidedDecisionTreeConstants
extends com.google.gwt.i18n.client.Messages

Guided Decision Tree I18N constants


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
 
Field Summary
static GuidedDecisionTreeConstants INSTANCE
           
 
Method Summary
 String actionFieldValues()
           
 String actionInsert()
           
 String actionInsertLogical()
           
 String actionInsertLogicalDescription()
           
 String actionInsertLogicalHeader()
           
 String actionRetract()
           
 String actionsPaletteGroup()
           
 String actionUpdate()
           
 String actionUpdateDescription()
           
 String actionUpdateEngineWithChanges()
           
 String actionUpdateHeader()
           
 String addFieldValue()
           
 String binding()
           
 String bindingDescription()
           
 String bindingHeader()
           
 String bindingIsNotUnique()
           
 String bindingIsUsed()
           
 String className()
           
 String confirmDeleteDecisionTree()
           
 String confirmDeleteDecisionTreeNode()
           
 String dataTypeNotSupported0(String dataType)
           
 String fieldName()
           
 String gettingStartedHint()
           
 String guidedDecisionTreeResourceTypeDescription()
           
 String ignore()
           
 String newGuidedDecisionTreeDescription()
           
 String noBindings()
           
 String noFields()
           
 String noOperator()
           
 String operator()
           
 String parserMessageAmbiguousRootParserMessage(String rootClassName, String ambiguousClassName)
           
 String parserMessageBindingNotFoundParserMessage(String binding)
           
 String parserMessageDataTypeConversionErrorParserMessage(String value, String dataTypeClassName)
           
 String parserMessageDataTypeNotFoundParserMessage(String className, String fieldName)
           
 String parserMessageDefaultParserMessage(String message)
           
 String parserMessageInvalidRootParserMessage()
           
 String parserMessagesDescription()
           
 String parserMessageUnknownMessage()
           
 String parserMessageUnsupportedFieldConstraintParserMessage()
           
 String parserMessageUnsupportedFieldConstraintTypeParserMessage()
           
 String parserMessageUnsupportedFieldNatureTypeParserMessage()
           
 String parserMessageUnsupportedIActionParserMessage()
           
 String parserMessageUnsupportedIPatternParserMessage()
           
 String popupTitleEditActionInsert()
           
 String popupTitleEditActionRetract()
           
 String popupTitleEditActionUpdate()
           
 String popupTitleEditConstraint()
           
 String popupTitleEditType()
           
 String popupTitleParserMessages()
           
 String remove()
           
 String removeFieldValue()
           
 String value()
           
 

Field Detail

INSTANCE

static final GuidedDecisionTreeConstants INSTANCE
Method Detail

guidedDecisionTreeResourceTypeDescription

String guidedDecisionTreeResourceTypeDescription()

newGuidedDecisionTreeDescription

String newGuidedDecisionTreeDescription()

confirmDeleteDecisionTree

String confirmDeleteDecisionTree()

confirmDeleteDecisionTreeNode

String confirmDeleteDecisionTreeNode()

popupTitleEditConstraint

String popupTitleEditConstraint()

popupTitleEditType

String popupTitleEditType()

popupTitleEditActionRetract

String popupTitleEditActionRetract()

popupTitleEditActionUpdate

String popupTitleEditActionUpdate()

popupTitleEditActionInsert

String popupTitleEditActionInsert()

className

String className()

fieldName

String fieldName()

binding

String binding()

operator

String operator()

value

String value()

actionRetract

String actionRetract()

actionUpdate

String actionUpdate()

actionFieldValues

String actionFieldValues()

actionUpdateEngineWithChanges

String actionUpdateEngineWithChanges()

actionUpdateHeader

String actionUpdateHeader()

actionUpdateDescription

String actionUpdateDescription()

addFieldValue

String addFieldValue()

removeFieldValue

String removeFieldValue()

actionInsert

String actionInsert()

actionInsertLogical

String actionInsertLogical()

actionInsertLogicalHeader

String actionInsertLogicalHeader()

actionInsertLogicalDescription

String actionInsertLogicalDescription()

noFields

String noFields()

noBindings

String noBindings()

bindingHeader

String bindingHeader()

bindingDescription

String bindingDescription()

bindingIsNotUnique

String bindingIsNotUnique()

bindingIsUsed

String bindingIsUsed()

noOperator

String noOperator()

dataTypeNotSupported0

String dataTypeNotSupported0(String dataType)

actionsPaletteGroup

String actionsPaletteGroup()

gettingStartedHint

String gettingStartedHint()

popupTitleParserMessages

String popupTitleParserMessages()

parserMessagesDescription

String parserMessagesDescription()

remove

String remove()

ignore

String ignore()

parserMessageAmbiguousRootParserMessage

String parserMessageAmbiguousRootParserMessage(String rootClassName,
                                               String ambiguousClassName)

parserMessageBindingNotFoundParserMessage

String parserMessageBindingNotFoundParserMessage(String binding)

parserMessageDataTypeConversionErrorParserMessage

String parserMessageDataTypeConversionErrorParserMessage(String value,
                                                         String dataTypeClassName)

parserMessageDataTypeNotFoundParserMessage

String parserMessageDataTypeNotFoundParserMessage(String className,
                                                  String fieldName)

parserMessageDefaultParserMessage

String parserMessageDefaultParserMessage(String message)

parserMessageInvalidRootParserMessage

String parserMessageInvalidRootParserMessage()

parserMessageUnsupportedFieldConstraintParserMessage

String parserMessageUnsupportedFieldConstraintParserMessage()

parserMessageUnsupportedFieldConstraintTypeParserMessage

String parserMessageUnsupportedFieldConstraintTypeParserMessage()

parserMessageUnsupportedFieldNatureTypeParserMessage

String parserMessageUnsupportedFieldNatureTypeParserMessage()

parserMessageUnsupportedIActionParserMessage

String parserMessageUnsupportedIActionParserMessage()

parserMessageUnsupportedIPatternParserMessage

String parserMessageUnsupportedIPatternParserMessage()

parserMessageUnknownMessage

String parserMessageUnknownMessage()

Drools Workbench - Guided Decision Tree Editor - Client 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.