Serialized Form
text
JTextArea text
scroll
JScrollPane scroll
tree
JTree tree
message
JLabel message
oclTree
OclTree oclTree
parse
JButton parse
toText
JButton toText
normalize
JButton normalize
print
JButton print
fonts
JButton fonts
getClipboard
JButton getClipboard
setClipboard
JButton setClipboard
generate
JButton generate
generatedTests
JButton generatedTests
panel
JPanel panel
buttons
JPanel buttons
p
JPanel p
clipButtons
JPanel clipButtons
rbTest
JRadioButton rbTest
rbReflection
JRadioButton rbReflection
rbXmi
JRadioButton rbXmi
rbSable
JRadioButton rbSable
fontDialog
ASTViewer.FontDialog fontDialog
cInput
JTextArea cInput
cParse
JButton cParse
cToClipboard
JButton cToClipboard
cFromClipboard
JButton cFromClipboard
mTest
JRadioButton mTest
mXmi
JRadioButton mXmi
mReflection
JRadioButton mReflection
mSable
JRadioButton mSable
mXmiUrl
JTextField mXmiUrl
mReflectionPackage
JTextField mReflectionPackage
mReflectionSourceExtender
JCheckBox mReflectionSourceExtender
lTable
JTable lTable
lexerModel
LexerModel lexerModel
aTree
JTree aTree
aToClipboard
JButton aToClipboard
aNormalize
JButton aNormalize
aShowLeaves
JButton aShowLeaves
aToText
JButton aToText
aTypeCheck
JLabel aTypeCheck
aGeneratedTests
JLabel aGeneratedTests
jCode
JTextArea jCode
jCType
JTextField jCType
jCOperation
JTextField jCOperation
jResult
JTextField jResult
jKind
JTextField jKind
jList
JList jList
jGenerate
JButton jGenerate
frags
CodeFragment[] frags
eText
JTextArea eText
imageOK
Icon imageOK
imageFailed
Icon imageFailed
imageQuestion
Icon imageQuestion
imageEmpty
Icon imageEmpty
message
JLabel message
tabs
JTabbedPane tabs
tree
OclTree tree
constraintName
String constraintName
synAndSemOK
boolean synAndSemOK
Package tudresden.ocl.gui |
m_ocleEditor
OCLEditor m_ocleEditor
m_oclemModel
OCLEditorModel m_oclemModel
- The underlying model.
m_crCurrent
ConstraintRepresentation m_crCurrent
- The currently selected constraint, if any.
m_ctmTableModel
OCLEditor.ConstraintTableModel m_ctmTableModel
- The table model used by the list of constraints table.
m_fDoTypeCheck
boolean m_fDoTypeCheck
- Does
OCLEditor.parseAndCheckConstraint(java.lang.String, tudresden.ocl.check.types.ModelFacade)
perform type checking?
m_fDoAutoSplit
boolean m_fDoAutoSplit
- Should multi-constraint inputs be automatically split into individual
constraints?
m_fNoContextEdit
boolean m_fNoContextEdit
- Should the constraints context (everything up to the first 'inv', 'pre',
or 'post') be un-editable?
m_nOptionMask
int m_nOptionMask
- The options supported by this instance of the editor. I.e., the options
which will show up in the options dialog.
m_fInEditMode
boolean m_fInEditMode
- If true, we're in edit mode.
m_fConstraintChanged
boolean m_fConstraintChanged
- Set to false when beginning edit mode, evaluated at the end of editing a
newly created constraint to determine whether to remove it again. When a
OCLEditor.constraintDataChanged(tudresden.ocl.gui.events.ConstraintChangeEvent)
event is received for the currently selected
constraint, this is set to true.
m_fCreatedFreshConstraint
boolean m_fCreatedFreshConstraint
- Indicates the constraint currently being edited is a newly created one.
This means, it will be removed if no changes where made to it.
m_fHandleCaretUpdates
boolean m_fHandleCaretUpdates
m_nOldDot
int m_nOldDot
m_nOldMark
int m_nOldMark
m_jtbTools
JToolBar m_jtbTools
m_jbNew
JButton m_jbNew
m_jbRemove
JButton m_jbRemove
m_jbEdit
JButton m_jbEdit
m_jbSaveEditResult
JButton m_jbSaveEditResult
pad1
JPanel pad1
m_jbPreferences
JButton m_jbPreferences
pad2
JPanel pad2
m_jcbQuickBar
JCheckBox m_jcbQuickBar
m_jpToolbarWrapper
JPanel m_jpToolbarWrapper
m_ocltbQuickBar
OCLToolbar m_ocltbQuickBar
m_jpEditorPanel
JPanel m_jpEditorPanel
m_jspConstraintEditorScroller
JScrollPane m_jspConstraintEditorScroller
m_jtpConstraintEditor
JTextPane m_jtpConstraintEditor
m_jspMainPane
JSplitPane m_jspMainPane
m_jpConstraintListPane
JPanel m_jpConstraintListPane
m_jspConstraintListScroller
JScrollPane m_jspConstraintListScroller
m_jtConstraintList
JTable m_jtConstraintList
m_jpPreviewPane
JPanel m_jpPreviewPane
m_jpPreviewGroup
JPanel m_jpPreviewGroup
m_jspConstraintPreviewScroller
JScrollPane m_jspConstraintPreviewScroller
m_jtpConstraintPreview
JTextPane m_jtpConstraintPreview
m_oclemModel
OCLEditorModel m_oclemModel
- The OCLEditorModel on which this table model is based.
m_wrocle
WeakReference m_wrocle
- The OCLEditor for which this table model is used.
m_nDoCheckUneditable
int m_nDoCheckUneditable
- If >= 0,
OCLEditor.OCLEditorDocument.checkEditLocation(int, int)
will throw a
BadLocationException
on attempts to remove or modify elements
which are marked "allowEdit"==FALSE.
m_ocleEditor
OCLEditor m_ocleEditor
m_jpOptionsGroup
JPanel m_jpOptionsGroup
m_jcbTypeCheck
JCheckBox m_jcbTypeCheck
m_jcbAutoSplit
JCheckBox m_jcbAutoSplit
jPanel3
JPanel jPanel3
m_jpButtonsGroup
JPanel m_jpButtonsGroup
m_jbOKButton
JButton m_jbOKButton
m_jbCancelButton
JButton m_jbCancelButton
m_jfFloatFrame
JFrame m_jfFloatFrame
- The frame used for floating the tool bar.
m_wrocleEditor
WeakReference m_wrocleEditor
- The OCLEditor for which this is the quick bar.
Package tudresden.ocl.gui.events |
m_nIdx
int m_nIdx
m_crOld
ConstraintRepresentation m_crOld
m_crNew
ConstraintRepresentation m_crNew
Package tudresden.ocl.lib |
message
String message
-
message
String message
-
Package tudresden.ocl.sql |
xmiFileLocation
String xmiFileLocation
rulesFileLocation
String rulesFileLocation
theProjectDirectory
String theProjectDirectory
theModelFacade
ModelFacade theModelFacade
theRoughModel
Model theRoughModel
theOCLEditorModel
SimpleOCLEditorModel theOCLEditorModel
theOCLEditor
OCLEditor theOCLEditor
theORMapping
ORMapping theORMapping
theObjectViewSchema
ObjectViewSchema theObjectViewSchema
theSQLBuilder
SQLBuilder theSQLBuilder
theSQLCodeGenerator
ILSQLCodeGenerator theSQLCodeGenerator
ormClassToTableMode
int ormClassToTableMode
ormNumOfPKColumns
int ormNumOfPKColumns
ormPKColType
String ormPKColType
ormOneTablePerAss
boolean ormOneTablePerAss
lIntegrityViews
List lIntegrityViews
resultTableSchema
String resultTableSchema
resultObjectViews
String resultObjectViews
resultIntegrityViews
String resultIntegrityViews
resultTrigger
String resultTrigger
fileNameTableSchema
String fileNameTableSchema
fileNameObjectViews
String fileNameObjectViews
fileNameIntegrityViews
String fileNameIntegrityViews
fileNameTrigger
String fileNameTrigger
sqlCodeGenPatternCatalogue
String sqlCodeGenPatternCatalogue
tabs
JTabbedPane tabs
bLoadConstraints
JButton bLoadConstraints
bSaveConstraints
JButton bSaveConstraints
bXmiSource
JButton bXmiSource
bLoadXmi
JButton bLoadXmi
bProjectDirectory
JButton bProjectDirectory
bExecute
JButton bExecute
tfXmiSource
JTextField tfXmiSource
tfProjectDirectory
JTextField tfProjectDirectory
tfPKNoCol
JTextField tfPKNoCol
rbInheritance0
JRadioButton rbInheritance0
rbInheritance1
JRadioButton rbInheritance1
rbInheritance2
JRadioButton rbInheritance2
rbAssociations0
JRadioButton rbAssociations0
rbAssociations1
JRadioButton rbAssociations1
rbTriggerAssertion
JRadioButton rbTriggerAssertion
rbTriggerECA
JRadioButton rbTriggerECA
rbTriggerNone
JRadioButton rbTriggerNone
cbPKType
JComboBox cbPKType
taResultTables
JTextArea taResultTables
taResultObjectViews
JTextArea taResultObjectViews
taResultIntegrityViews
JTextArea taResultIntegrityViews
taResultTrigger
JTextArea taResultTrigger
taProgress
JTextArea taProgress
dlgProgress
JDialog dlgProgress
theMainFrame
JFrame theMainFrame
progressLabel
JLabel progressLabel
serialVersionUID: -3597215846362973565l
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Implementation of the Serialization interface to avoid the serialization of the event listeners.
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Implementation of the Serialization interface to avoid the serialization of the event listeners.
theConstraints
List theConstraints
- List of all constraints.
theEventListeners
EventListenerList theEventListeners
- List of listeners.
theModelFacade
ModelFacade theModelFacade
- A ModelFacade for typechecking.
serialVersionUID: 8437477795159630258l
constraintName
String constraintName
- The actual constraint will be stored directly into String objects.
constraintData
String constraintData
posInModel
int posInModel
Package tudresden.ocl.sql.gui |
mapping
ORMappingImpl mapping
choice
JComboBox choice
strategies
JComboBox strategies
list
JList list
set
JButton set
finish
JButton finish
current
ListSelectionListener current
listener
ActionListener listener
parent
SchemaGeneratorGUI parent
classStrategies
Hashtable classStrategies
datatypeStrategies
Hashtable datatypeStrategies
keyStrategies
Hashtable keyStrategies
inheritanceStrategies
Hashtable inheritanceStrategies
associationStrategies
Hashtable associationStrategies
orderStrategies
Hashtable orderStrategies
parent
SchemaGeneratorGUI parent
classes
JComboBox classes
keys
JComboBox keys
inheritance
JComboBox inheritance
oneOne
JComboBox oneOne
oneMany
JComboBox oneMany
manyMany
JComboBox manyMany
ordered
JComboBox ordered
dbs
JComboBox dbs
classStrategies
Hashtable classStrategies
keyStrategies
Hashtable keyStrategies
inheritanceStrategies
Hashtable inheritanceStrategies
oneOneStrategies
Hashtable oneOneStrategies
oneManyStrategies
Hashtable oneManyStrategies
manyManyStrategies
Hashtable manyManyStrategies
orderedStrategies
Hashtable orderedStrategies
builders
Hashtable builders
modelPath
JTextField modelPath
config
Hashtable config
strategies
StrategyManager strategies
script
JTextArea script
save
JButton save
config
Hashtable config
panel
JPanel panel
config
Hashtable config
tabs
JTabbedPane tabs
init
JComponent init
classes
JComponent classes
tables
JComponent tables
output
JComponent output
generator
SchemaGenerator generator
mapping
ORMappingImpl mapping
model
ru.novosoft.uml.model_management.MModel model
mapping
ORMappingImpl mapping
gui
SchemaGeneratorGUI gui
choice
JComboBox choice
list
JList list
center
JPanel center
tableNames
Vector tableNames
tables
Vector tables
classes
Vector classes
classViews
Vector classViews
viewNames
Vector viewNames
current
ListSelectionListener current
Package tudresden.ocl.test.royloy |
customer
HashMap customer
numberOfEmployees
int numberOfEmployees
manager
Person manager
employees
TreeSet employees
- Test TreeSet working with
HashModCount
.
topTenEmployees
List topTenEmployees
topTwentyEmployees
Person[] topTwentyEmployees
name
String name
title
String title
isMale
boolean isMale
dateOfBirth
Date dateOfBirth
program
Vector program
cards
Vector cards
membership
Vector membership
valid
boolean valid
validFrom
Date validFrom
validThru
Date validThru
color
int color
printedName
String printedName
owner
Customer owner
membership
Membership membership
transactions
Vector transactions
iTime
int iTime
points
int points
membership
Membership membership
transactions
Vector transactions
customer
Vector customer
serviceLevel
Vector serviceLevel
membership
Vector membership
partners
HashSet partners
actualLevel
ServiceLevel actualLevel
card
CustomerCard card
loyaltyAccount
LoyaltyAccount loyaltyAccount
program
LoyaltyProgram program
customer
Customer customer
name
String name
age
long age
isMarried
boolean isMarried
isUnemployed
boolean isUnemployed
managedCompanies
HashSet managedCompanies
employers
HashSet employers
wife
Person wife
husband
Person husband
incomeaftertax
float incomeaftertax
numberOfCustomers
int numberOfCustomers
loyaltyProgram
Vector loyaltyProgram
deliveredServices
Vector deliveredServices
list
JList list
text
JTextField text
bMembership
JButton bMembership
bLoyaltyProgram
JButton bLoyaltyProgram
bCustomer
JButton bCustomer
bProgramPartner
JButton bProgramPartner
bService
JButton bService
bServiceLevel
JButton bServiceLevel
bLoyaltyAccount
JButton bLoyaltyAccount
bCustomerCard
JButton bCustomerCard
bTransaction
JButton bTransaction
bBurning
JButton bBurning
bEarning
JButton bEarning
bDate
JButton bDate
bAssert
JButton bAssert
bExec
JButton bExec
id
int id
description
String description
condition
boolean condition
pointsEarned
int pointsEarned
pointsBurned
int pointsBurned
description
String description
programPartner
ProgramPartner programPartner
serviceLevel
ServiceLevel serviceLevel
transactions
Vector transactions
name
String name
loyaltyProgram
LoyaltyProgram loyaltyProgram
membership
Vector membership
service
Service service
points
int points
date
Date date
card
CustomerCard card
service
Service service
loyaltyAccount
LoyaltyAccount loyaltyAccount
Package tudresden.ocl.codegen.decl |
Package tudresden.ocl.check |
Package tudresden.ocl.check.types.xmifacade |
Package tudresden.ocl.normalize |
Package tudresden.ocl.injection |
Package tudresden.ocl.injection.ocl.lib |
name
String name
object
Object object
Package tudresden.ocl.injection.reverseeng |
m_adModel
AbstractDescriptor m_adModel
m_jspDocComment
JScrollPane m_jspDocComment
m_jtaDocComment
JTextArea m_jtaDocComment
m_dtmModel
DefaultTreeModel m_dtmModel
m_dmtnLastNode
DefaultMutableTreeNode m_dmtnLastNode
m_tpCompletePath
TreePath m_tpCompletePath
m_adModel
AbstractDescriptor m_adModel
m_clFeature
FeatureOverviewPage.ContainingLevel m_clFeature
m_jpDocComment
JPanel m_jpDocComment
m_dcvDocComment
DocCommentViewer m_dcvDocComment
m_jpTreeBorder
JPanel m_jpTreeBorder
m_jspScroller
JScrollPane m_jspScroller
m_jtContainingClassTree
JTree m_jtContainingClassTree
m_jlTypePrompt
JLabel m_jlTypePrompt
m_jlType
JLabel m_jlType
m_fUseDefaultIcon
boolean m_fUseDefaultIcon
- If true, use s_iFileWait.
m_fParsed
boolean m_fParsed
- Has the associated file already been parsed?
m_fHadError
boolean m_fHadError
- Did parsing yield any errors?
m_sErrorMessage
String m_sErrorMessage
- If any errors occurred: error message to be presented to user.
m_acAnalysisResults
AnalysisConsumer m_acAnalysisResults
- Results of parsing.
m_fDirty
boolean m_fDirty
- Flag indicating whether the file needs to be saved.
m_rguiDirtyObserver
RevengGUI m_rguiDirtyObserver
- If non-null, will be notified whenever m_fDirty changes.
m_fUseDefaultIcon
boolean m_fUseDefaultIcon
- If true, use s_iFolderWait.
m_fCriticalFolder
boolean m_fCriticalFolder
- Does this folder contain any files that have incomplete collections/maps ?
m_fFilled
boolean m_fFilled
- Has this node already been filled?
m_cCriticalChildren
int m_cCriticalChildren
- Number of direct critical children.
m_cUncriticalChildren
int m_cUncriticalChildren
- Number of direct uncritical children.
m_fMissOnFill
File m_fMissOnFill
- Folder that has already been associated a tree node (
FolderTreeNode.m_ftnMissOnFill
) and therefore,
does not require creation of a new tree node.
m_ftnMissOnFill
FolderTreeNode m_ftnMissOnFill
- Node associated with file indicated by
FolderTreeNode.m_fMissOnFill
.
m_dtmFileModel
DefaultTreeModel m_dtmFileModel
m_rtnCurrent
RevengTreeNode m_rtnCurrent
m_lrtnUnsavedTreeNodes
List m_lrtnUnsavedTreeNodes
m_fInSaveAll
boolean m_fInSaveAll
m_lttiTypeTraceLogs
List m_lttiTypeTraceLogs
m_jspSplitter
JSplitPane m_jspSplitter
m_jpLeft
JPanel m_jpLeft
m_jtbTreeBar
JToolBar m_jtbTreeBar
m_jbUpOneLevel
JButton m_jbUpOneLevel
m_jbExploreFromHere
JButton m_jbExploreFromHere
m_jlSpace
JLabel m_jlSpace
m_jbSave
JButton m_jbSave
m_jbSaveAll
JButton m_jbSaveAll
m_jlSpace2
JLabel m_jlSpace2
m_jbTypeTrace
JButton m_jbTypeTrace
m_jspTreeScroller
JScrollPane m_jspTreeScroller
m_jtFiles
JTree m_jtFiles
m_ppcProperties
PropertyPageContainer m_ppcProperties
m_dtmModel
DefaultTreeModel m_dtmModel
- The model which this node is part of.
m_ttlmFileList
SpecifyTypeTraceSourceDialog.TTListModel m_ttlmFileList
m_jspFiles
JScrollPane m_jspFiles
m_jlFiles
JList m_jlFiles
m_jpPad1
JPanel m_jpPad1
m_jbAddFile
JButton m_jbAddFile
m_jbRemoveFile
JButton m_jbRemoveFile
m_jpPad2
JPanel m_jpPad2
m_jpOKPanel
JPanel m_jpOKPanel
m_jbClose
JButton m_jbClose
m_sSelection
String m_sSelection
m_lsTypes
List m_lsTypes
m_tdType
TypeEditPage.TypeDescriptor m_tdType
m_adModel
AbstractDescriptor m_adModel
m_dtmProposals
DefaultTreeModel m_dtmProposals
m_jpDocCommentBorder
JPanel m_jpDocCommentBorder
m_dcvDocComment
DocCommentViewer m_dcvDocComment
m_jtfSelection
JTextField m_jtfSelection
m_jpProposalsBorder
JPanel m_jpProposalsBorder
m_jspProposals
JScrollPane m_jspProposals
m_jtProposals
JTree m_jtProposals
Package tudresden.ocl.injection.reverseeng.propertypages |
m_ppNoProperties
PropertyPage m_ppNoProperties
- Property page displayed, when no properties are available.
m_lppPropertyPages
List m_lppPropertyPages
- List of property pages currently displayed.
m_fPropertiesAvailable
boolean m_fPropertiesAvailable
- True, if property pages other than
PropertyPageContainer.m_ppNoProperties
are
being displayed.
m_ellListeners
EventListenerList m_ellListeners
- The listeners registered to receive events from this container.
m_jtpPropertyPages
JTabbedPane m_jtpPropertyPages
jSplitPane1
JSplitPane jSplitPane1
m_jlLeft
JList m_jlLeft
m_ppcProperties
PropertyPageContainer m_ppcProperties
Package tudresden.ocl.injection.reverseeng.propertypages.events |
m_ppPage
PropertyPage m_ppPage
- The page in question.
Package tudresden.ocl.parser |
m_pdParserData
JEditParserMessageTables.ParserData m_pdParserData
m_jtbToolBar
JToolBar m_jtbToolBar
m_jbSaveButton
JButton m_jbSaveButton
m_jtpTabs
JTabbedPane m_jtpTabs
m_jpErrorMapping
JPanel m_jpErrorMapping
m_jspErrorMap
JScrollPane m_jspErrorMap
m_jtErrorMap
JTable m_jtErrorMap
m_jpErrorMessages
JPanel m_jpErrorMessages
m_jspErrorMessages
JScrollPane m_jspErrorMessages
m_jtErrorMessages
JTable m_jtErrorMessages
m_jpErrMsgButtons
JPanel m_jpErrMsgButtons
m_jbAddMessage
JButton m_jbAddMessage
m_jbRemoveMessage
JButton m_jbRemoveMessage
m_sDetailMessage
String m_sDetailMessage
m_nErrorLine
int m_nErrorLine
m_nErrorCol
int m_nErrorCol
Package tudresden.ocl.parser.node |
cast
Cast cast
Package tudresden.ocl.parser.lexer |
Package tudresden.ocl.parser.parser |
token
Token token
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.