Package com.e1c.langtool.ui.editor.regex
Class RegExGroup
java.lang.Object
com.e1c.langtool.ui.editor.regex.RegExGroup
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetName()voidvoidvoidsetTestSource(String testSource) voidsetTranslation(String translation)
-
Field Details
-
PROPERTY_NAME
- See Also:
-
PROPERTY_TEST_SOURCE
- See Also:
-
PROPERTY_TRANSLATION
- See Also:
-
-
Constructor Details
-
RegExGroup
public RegExGroup()
-
-
Method Details
-
addPropertyChangeListener
-
removePropertyChangeListener
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getTestSource
- Returns:
- the testSource
-
setTestSource
- Parameters:
testSource- the testSource to set
-
getTranslation
- Returns:
- the translation
-
setTranslation
- Parameters:
translation- the translation to set
-