2020-11-21 15:01:19 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
< html lang = "fr" >
< head >
2020-12-18 22:54:42 +01:00
<!-- Generated by javadoc (1.8.0_231) on Fri Dec 18 22:45:29 CET 2020 -->
2020-11-21 15:01:19 +01:00
< title > Serialized Form< / title >
2020-12-18 22:54:42 +01:00
< meta name = "date" content = "2020-12-18" >
2020-11-21 15:01:19 +01:00
< link rel = "stylesheet" type = "text/css" href = "stylesheet.css" title = "Style" >
< script type = "text/javascript" src = "script.js" > < / script >
< / head >
< body >
< script type = "text/javascript" > < ! - -
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form";
}
}
catch(err) {
}
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "topNav" > < a name = "navbar.top" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.top" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a name = "navbar.top.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li > Class< / li >
< li > Use< / li >
< li > < a href = "overview-tree.html" > Tree< / a > < / li >
< li > < a href = "deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "index.html?serialized-form.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "serialized-form.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
< / script >
< / div >
< a name = "skip.navbar.top" >
<!-- -->
< / a > < / div >
<!-- ========= END OF TOP NAVBAR ========= -->
< div class = "header" >
< h1 title = "Serialized Form" class = "title" > Serialized Form< / h1 >
< / div >
< div class = "serializedFormContainer" >
< ul class = "blockList" >
< li class = "blockList" >
< h2 title = "Package" > Package < Unnamed> < / h2 >
< ul class = "blockList" >
2020-11-22 15:55:00 +01:00
< li class = "blockList" > < a name = "AppThinkerMenuBar" >
<!-- -->
< / a >
< h3 > Class < a href = "AppThinkerMenuBar.html" title = "class in <Unnamed>" > AppThinkerMenuBar< / a > extends javax.swing.JMenuBar implements Serializable< / h3 >
2020-11-22 23:33:35 +01:00
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _fileMenu< / h4 >
< pre > javax.swing.JMenu _fileMenu< / pre >
< / li >
< li class = "blockList" >
< h4 > _newProject< / h4 >
< pre > javax.swing.JMenuItem _newProject< / pre >
< / li >
< li class = "blockList" >
< h4 > _openProject< / h4 >
< pre > javax.swing.JMenuItem _openProject< / pre >
< / li >
< li class = "blockList" >
< h4 > _saveProject< / h4 >
< pre > javax.swing.JMenuItem _saveProject< / pre >
< / li >
< li class = "blockList" >
< h4 > _saveAsProject< / h4 >
< pre > javax.swing.JMenuItem _saveAsProject< / pre >
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _projectOptions< / h4 >
< pre > javax.swing.JMenuItem _projectOptions< / pre >
< / li >
< li class = "blockList" >
2020-11-22 23:33:35 +01:00
< h4 > _closeProject< / h4 >
< pre > javax.swing.JMenuItem _closeProject< / pre >
< / li >
< li class = "blockList" >
< h4 > _quitMenu< / h4 >
< pre > javax.swing.JMenuItem _quitMenu< / pre >
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _compositionMenu< / h4 >
< pre > javax.swing.JMenu _compositionMenu< / pre >
2020-11-22 23:33:35 +01:00
< / li >
< li class = "blockList" >
< h4 > _appMenu< / h4 >
< pre > javax.swing.JMenu _appMenu< / pre >
< / li >
< li class = "blockList" >
< h4 > _appSettings< / h4 >
< pre > javax.swing.JMenuItem _appSettings< / pre >
< / li >
< li class = "blockList" >
< h4 > _appInfo< / h4 >
< pre > javax.swing.JMenuItem _appInfo< / pre >
< / li >
< li class = "blockList" >
< h4 > _appChangelog< / h4 >
< pre > javax.swing.JMenuItem _appChangelog< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _window< / h4 >
< pre > < a href = "AppThinkerWindow.html" title = "class in <Unnamed>" > AppThinkerWindow< / a > _window< / pre >
< / li >
< / ul >
< / li >
< / ul >
2020-11-22 15:55:00 +01:00
< / li >
2020-12-18 22:54:42 +01:00
< li class = "blockList" > < a name = "AppThinkerSplashscreen" >
<!-- -->
< / a >
< h3 > Class < a href = "AppThinkerSplashscreen.html" title = "class in <Unnamed>" > AppThinkerSplashscreen< / a > extends javax.swing.JFrame implements Serializable< / h3 >
< / li >
2020-11-22 15:55:00 +01:00
< li class = "blockList" > < a name = "AppThinkerStatusbar" >
<!-- -->
< / a >
< h3 > Class < a href = "AppThinkerStatusbar.html" title = "class in <Unnamed>" > AppThinkerStatusbar< / a > extends javax.swing.JPanel implements Serializable< / h3 >
2020-11-22 23:33:35 +01:00
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _statusLabel< / h4 >
< pre > javax.swing.JLabel _statusLabel< / pre >
< / li >
< li class = "blockList" >
< h4 > _posXLabel< / h4 >
< pre > javax.swing.JLabel _posXLabel< / pre >
< / li >
< li class = "blockList" >
< h4 > _posYLabel< / h4 >
< pre > javax.swing.JLabel _posYLabel< / pre >
< / li >
< li class = "blockList" >
< h4 > _sizeXLabel< / h4 >
< pre > javax.swing.JLabel _sizeXLabel< / pre >
< / li >
< li class = "blockList" >
< h4 > _sizeYLabel< / h4 >
< pre > javax.swing.JLabel _sizeYLabel< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _fileLabel< / h4 >
< pre > javax.swing.JLabel _fileLabel< / pre >
< / li >
< / ul >
< / li >
< / ul >
2020-11-22 15:55:00 +01:00
< / li >
2020-12-18 22:54:42 +01:00
< li class = "blockList" > < a name = "AppThinkerWindow" >
2020-11-22 15:55:00 +01:00
<!-- -->
< / a >
2020-12-18 22:54:42 +01:00
< h3 > Class < a href = "AppThinkerWindow.html" title = "class in <Unnamed>" > AppThinkerWindow< / a > extends javax.swing.JFrame implements Serializable< / h3 >
2020-11-22 23:33:35 +01:00
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _menubar< / h4 >
< pre > < a href = "AppThinkerMenuBar.html" title = "class in <Unnamed>" > AppThinkerMenuBar< / a > _menubar< / pre >
2020-11-22 23:33:35 +01:00
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _statusbar< / h4 >
< pre > < a href = "AppThinkerStatusbar.html" title = "class in <Unnamed>" > AppThinkerStatusbar< / a > _statusbar< / pre >
2020-11-22 23:33:35 +01:00
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _project< / h4 >
< pre > < a href = "Project.html" title = "class in <Unnamed>" > Project< / a > _project< / pre >
2020-11-22 23:33:35 +01:00
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _contentPanel< / h4 >
< pre > javax.swing.JPanel _contentPanel< / pre >
2020-11-22 23:33:35 +01:00
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _composition< / h4 >
< pre > < a href = "Composition.html" title = "class in <Unnamed>" > Composition< / a > _composition< / pre >
2020-11-22 23:33:35 +01:00
< / li >
< li class = "blockListLast" >
< h4 > _toolbar< / h4 >
2020-12-18 22:54:42 +01:00
< pre > < a href = "UmlToolbar.html" title = "class in <Unnamed>" > UmlToolbar< / a > _toolbar< / pre >
2020-12-09 12:48:52 +01:00
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "blockList" > < a name = "Argument" >
<!-- -->
< / a >
< h3 > Class < a href = "Argument.html" title = "class in <Unnamed>" > Argument< / a > extends java.lang.Object implements Serializable< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _id< / h4 >
< pre > int _id< / pre >
< / li >
< li class = "blockList" >
< h4 > _type< / h4 >
< pre > java.lang.String _type< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _name< / h4 >
< pre > java.lang.String _name< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "blockList" > < a name = "ArgumentsPropertiesWindow" >
<!-- -->
< / a >
2020-12-18 22:54:42 +01:00
< h3 > Class < a href = "ArgumentsPropertiesWindow.html" title = "class in <Unnamed>" > ArgumentsPropertiesWindow< / a > extends javax.swing.JDialog implements Serializable< / h3 >
2020-12-09 12:48:52 +01:00
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _umlDiagram< / h4 >
< pre > < a href = "UmlDiagram.html" title = "class in <Unnamed>" > UmlDiagram< / a > _umlDiagram< / pre >
< / li >
< li class = "blockList" >
< h4 > _method< / h4 >
< pre > < a href = "Method.html" title = "class in <Unnamed>" > Method< / a > _method< / pre >
< / li >
< li class = "blockList" >
< h4 > _argumentsTable< / h4 >
< pre > javax.swing.JTable _argumentsTable< / pre >
< / li >
< li class = "blockList" >
< h4 > _scrollArguments< / h4 >
< pre > javax.swing.JScrollPane _scrollArguments< / pre >
< / li >
< li class = "blockList" >
< h4 > _argumentsColumns< / h4 >
< pre > java.lang.String[] _argumentsColumns< / pre >
< / li >
< li class = "blockList" >
< h4 > _argumentModel< / h4 >
< pre > javax.swing.table.DefaultTableModel _argumentModel< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _classProp< / h4 >
< pre > < a href = "ClassPropertiesWindow.html" title = "class in <Unnamed>" > ClassPropertiesWindow< / a > _classProp< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "blockList" > < a name = "Attribute" >
<!-- -->
< / a >
< h3 > Class < a href = "Attribute.html" title = "class in <Unnamed>" > Attribute< / a > extends java.lang.Object implements Serializable< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _id< / h4 >
< pre > int _id< / pre >
< / li >
< li class = "blockList" >
< h4 > _access< / h4 >
< pre > java.lang.String _access< / pre >
< / li >
< li class = "blockList" >
< h4 > _type< / h4 >
< pre > java.lang.String _type< / pre >
< / li >
< li class = "blockList" >
< h4 > _name< / h4 >
< pre > java.lang.String _name< / pre >
< / li >
< li class = "blockList" >
< h4 > _isStatic< / h4 >
< pre > boolean _isStatic< / pre >
< / li >
< li class = "blockList" >
< h4 > _isFinal< / h4 >
< pre > boolean _isFinal< / pre >
< / li >
< li class = "blockList" >
< h4 > _isAbstract< / h4 >
< pre > boolean _isAbstract< / pre >
< / li >
< li class = "blockList" >
< h4 > _isSynchronized< / h4 >
< pre > boolean _isSynchronized< / pre >
< / li >
< li class = "blockList" >
< h4 > _isVolatile< / h4 >
< pre > boolean _isVolatile< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _isTransient< / h4 >
< pre > boolean _isTransient< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "blockList" > < a name = "Class" >
<!-- -->
< / a >
< h3 > Class < a href = "Class.html" title = "class in <Unnamed>" > Class< / a > extends java.lang.Object implements Serializable< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _id< / h4 >
< pre > int _id< / pre >
< / li >
< li class = "blockList" >
< h4 > _name< / h4 >
< pre > java.lang.String _name< / pre >
< / li >
< li class = "blockList" >
< h4 > _posX< / h4 >
< pre > int _posX< / pre >
< / li >
< li class = "blockList" >
< h4 > _posY< / h4 >
< pre > int _posY< / pre >
< / li >
< li class = "blockList" >
< h4 > _sizeX< / h4 >
< pre > int _sizeX< / pre >
< / li >
< li class = "blockList" >
< h4 > _sizeY< / h4 >
< pre > int _sizeY< / pre >
< / li >
< li class = "blockList" >
< h4 > _minSizeX< / h4 >
< pre > int _minSizeX< / pre >
< / li >
< li class = "blockList" >
< h4 > _minSizeY< / h4 >
< pre > int _minSizeY< / pre >
< / li >
< li class = "blockList" >
< h4 > _shape< / h4 >
< pre > int _shape< / pre >
< / li >
< li class = "blockList" >
< h4 > _attributes< / h4 >
< pre > java.util.List< E> _attributes< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _methods< / h4 >
< pre > java.util.List< E> _methods< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "blockList" > < a name = "ClassPropertiesWindow" >
<!-- -->
< / a >
2020-12-18 22:54:42 +01:00
< h3 > Class < a href = "ClassPropertiesWindow.html" title = "class in <Unnamed>" > ClassPropertiesWindow< / a > extends javax.swing.JDialog implements Serializable< / h3 >
2020-12-09 12:48:52 +01:00
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _umlDiagram< / h4 >
< pre > < a href = "UmlDiagram.html" title = "class in <Unnamed>" > UmlDiagram< / a > _umlDiagram< / pre >
< / li >
< li class = "blockList" >
< h4 > _class< / h4 >
< pre > < a href = "Class.html" title = "class in <Unnamed>" > Class< / a > _class< / pre >
< / li >
< li class = "blockList" >
< h4 > _nameField< / h4 >
< pre > javax.swing.JTextField _nameField< / pre >
< / li >
< li class = "blockList" >
< h4 > _attributesTable< / h4 >
< pre > javax.swing.JTable _attributesTable< / pre >
< / li >
< li class = "blockList" >
< h4 > _scrollAttributes< / h4 >
< pre > javax.swing.JScrollPane _scrollAttributes< / pre >
< / li >
< li class = "blockList" >
< h4 > _attributesColumns< / h4 >
< pre > java.lang.String[] _attributesColumns< / pre >
< / li >
< li class = "blockList" >
< h4 > _attributeModel< / h4 >
< pre > javax.swing.table.DefaultTableModel _attributeModel< / pre >
< / li >
< li class = "blockList" >
< h4 > _methodsTable< / h4 >
< pre > javax.swing.JTable _methodsTable< / pre >
< / li >
< li class = "blockList" >
< h4 > _scrollMethods< / h4 >
< pre > javax.swing.JScrollPane _scrollMethods< / pre >
< / li >
< li class = "blockList" >
< h4 > _methodsColumns< / h4 >
< pre > java.lang.String[] _methodsColumns< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _methodModel< / h4 >
< pre > javax.swing.table.DefaultTableModel _methodModel< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
2020-12-18 22:54:42 +01:00
< li class = "blockList" > < a name = "Composition" >
<!-- -->
< / a >
< h3 > Class < a href = "Composition.html" title = "class in <Unnamed>" > Composition< / a > extends javax.swing.JPanel implements Serializable< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _project< / h4 >
< pre > < a href = "Project.html" title = "class in <Unnamed>" > Project< / a > _project< / pre >
< / li >
< li class = "blockList" >
< h4 > _name< / h4 >
< pre > java.lang.String _name< / pre >
< / li >
< li class = "blockList" >
< h4 > _type< / h4 >
< pre > java.lang.String _type< / pre >
< / li >
< li class = "blockList" >
< h4 > _toolbar< / h4 >
< pre > java.lang.Object _toolbar< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _window< / h4 >
< pre > < a href = "AppThinkerWindow.html" title = "class in <Unnamed>" > AppThinkerWindow< / a > _window< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
2020-12-09 12:48:52 +01:00
< li class = "blockList" > < a name = "Link" >
<!-- -->
< / a >
< h3 > Class < a href = "Link.html" title = "class in <Unnamed>" > Link< / a > extends java.lang.Object implements Serializable< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _id< / h4 >
< pre > int _id< / pre >
< / li >
< li class = "blockList" >
< h4 > _start< / h4 >
< pre > < a href = "Class.html" title = "class in <Unnamed>" > Class< / a > _start< / pre >
< / li >
< li class = "blockList" >
< h4 > _minCardinalityStart< / h4 >
< pre > int _minCardinalityStart< / pre >
< / li >
< li class = "blockList" >
< h4 > _maxCardinalityStart< / h4 >
< pre > int _maxCardinalityStart< / pre >
< / li >
< li class = "blockList" >
< h4 > _end< / h4 >
< pre > < a href = "Class.html" title = "class in <Unnamed>" > Class< / a > _end< / pre >
< / li >
< li class = "blockList" >
< h4 > _minCardinalityEnd< / h4 >
< pre > int _minCardinalityEnd< / pre >
< / li >
< li class = "blockList" >
< h4 > _maxCardinalityEnd< / h4 >
< pre > int _maxCardinalityEnd< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _type< / h4 >
< pre > int _type< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "blockList" > < a name = "Method" >
<!-- -->
< / a >
< h3 > Class < a href = "Method.html" title = "class in <Unnamed>" > Method< / a > extends java.lang.Object implements Serializable< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _id< / h4 >
< pre > int _id< / pre >
< / li >
< li class = "blockList" >
< h4 > _access< / h4 >
< pre > java.lang.String _access< / pre >
< / li >
< li class = "blockList" >
< h4 > _type< / h4 >
< pre > java.lang.String _type< / pre >
< / li >
< li class = "blockList" >
< h4 > _name< / h4 >
< pre > java.lang.String _name< / pre >
< / li >
< li class = "blockList" >
< h4 > _arguments< / h4 >
< pre > java.util.List< E> _arguments< / pre >
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _isConstructor< / h4 >
< pre > boolean _isConstructor< / pre >
< / li >
< li class = "blockList" >
2020-12-09 12:48:52 +01:00
< h4 > _isStatic< / h4 >
< pre > boolean _isStatic< / pre >
< / li >
< li class = "blockList" >
< h4 > _isFinal< / h4 >
< pre > boolean _isFinal< / pre >
< / li >
< li class = "blockList" >
< h4 > _isAbstract< / h4 >
< pre > boolean _isAbstract< / pre >
< / li >
< li class = "blockList" >
< h4 > _isSynchronized< / h4 >
< pre > boolean _isSynchronized< / pre >
< / li >
< li class = "blockList" >
< h4 > _isVolatile< / h4 >
< pre > boolean _isVolatile< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _isTransient< / h4 >
< pre > boolean _isTransient< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "blockList" > < a name = "Project" >
<!-- -->
< / a >
< h3 > Class < a href = "Project.html" title = "class in <Unnamed>" > Project< / a > extends java.lang.Object implements Serializable< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _id< / h4 >
< pre > int _id< / pre >
< / li >
< li class = "blockList" >
< h4 > _name< / h4 >
< pre > java.lang.String _name< / pre >
< / li >
< li class = "blockList" >
< h4 > _author< / h4 >
< pre > java.lang.String _author< / pre >
< / li >
< li class = "blockList" >
< h4 > _version< / h4 >
< pre > java.lang.String _version< / pre >
< / li >
< li class = "blockList" >
< h4 > _designation< / h4 >
< pre > java.lang.String _designation< / pre >
< / li >
< li class = "blockList" >
< h4 > _path< / h4 >
< pre > java.lang.String _path< / pre >
< / li >
2020-12-18 22:54:42 +01:00
< li class = "blockListLast" >
< h4 > _composition< / h4 >
< pre > < a href = "Composition.html" title = "class in <Unnamed>" > Composition< / a > _composition< / pre >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< li class = "blockList" > < a name = "UmlDiagram" >
<!-- -->
< / a >
< h3 > Class < a href = "UmlDiagram.html" title = "class in <Unnamed>" > UmlDiagram< / a > extends < a href = "Composition.html" title = "class in <Unnamed>" > Composition< / a > implements Serializable< / h3 >
< ul class = "blockList" >
2020-12-09 12:48:52 +01:00
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > _umlToolbar< / h4 >
< pre > < a href = "UmlToolbar.html" title = "class in <Unnamed>" > UmlToolbar< / a > _umlToolbar< / pre >
< / li >
< li class = "blockList" >
< h4 > _selected< / h4 >
< pre > java.lang.Object _selected< / pre >
< / li >
< li class = "blockList" >
< h4 > cornerSelection< / h4 >
< pre > java.lang.String cornerSelection< / pre >
< / li >
< li class = "blockList" >
< h4 > _shiftX< / h4 >
< pre > int _shiftX< / pre >
< / li >
< li class = "blockList" >
< h4 > _shiftY< / h4 >
< pre > int _shiftY< / pre >
< / li >
< li class = "blockList" >
< h4 > _mainClass< / h4 >
< pre > < a href = "Class.html" title = "class in <Unnamed>" > Class< / a > _mainClass< / pre >
2020-12-09 12:48:52 +01:00
< / li >
< li class = "blockList" >
< h4 > _classes< / h4 >
< pre > java.util.List< E> _classes< / pre >
< / li >
< li class = "blockListLast" >
< h4 > _links< / h4 >
< pre > java.util.List< E> _links< / pre >
< / li >
2020-11-22 15:55:00 +01:00
< / ul >
< / li >
< / ul >
2020-11-21 15:01:19 +01:00
< / li >
2020-12-18 22:54:42 +01:00
< li class = "blockList" > < a name = "UmlToolbar" >
2020-11-29 18:52:21 +01:00
<!-- -->
< / a >
2020-12-18 22:54:42 +01:00
< h3 > Class < a href = "UmlToolbar.html" title = "class in <Unnamed>" > UmlToolbar< / a > extends javax.swing.JPanel implements Serializable< / h3 >
2020-11-29 18:52:21 +01:00
< ul class = "blockList" >
< li class = "blockList" >
< h3 > Serialized Fields< / h3 >
< ul class = "blockList" >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _currentTool< / h4 >
< pre > int _currentTool< / pre >
2020-11-29 18:52:21 +01:00
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _editionPanel< / h4 >
< pre > javax.swing.JPanel _editionPanel< / pre >
2020-12-09 12:48:52 +01:00
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _select< / h4 >
< pre > javax.swing.JButton _select< / pre >
2020-11-29 18:52:21 +01:00
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _edit< / h4 >
< pre > javax.swing.JButton _edit< / pre >
2020-11-29 18:52:21 +01:00
< / li >
2020-12-09 12:48:52 +01:00
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _delete< / h4 >
< pre > javax.swing.JButton _delete< / pre >
2020-11-29 18:52:21 +01:00
< / li >
2020-12-09 12:48:52 +01:00
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _copy< / h4 >
< pre > javax.swing.JButton _copy< / pre >
2020-12-09 12:48:52 +01:00
< / li >
< li class = "blockList" >
2020-12-18 22:54:42 +01:00
< h4 > _paste< / h4 >
< pre > javax.swing.JButton _paste< / pre >
< / li >
< li class = "blockList" >
< h4 > _undo< / h4 >
< pre > javax.swing.JButton _undo< / pre >
< / li >
< li class = "blockList" >
< h4 > _redo< / h4 >
< pre > javax.swing.JButton _redo< / pre >
< / li >
< li class = "blockList" >
< h4 > _modelisationPanel< / h4 >
< pre > javax.swing.JPanel _modelisationPanel< / pre >
< / li >
< li class = "blockList" >
< h4 > _newClass< / h4 >
< pre > javax.swing.JButton _newClass< / pre >
< / li >
< li class = "blockList" >
< h4 > _newAssociation< / h4 >
< pre > javax.swing.JButton _newAssociation< / pre >
< / li >
< li class = "blockList" >
< h4 > _newLink< / h4 >
< pre > javax.swing.JButton _newLink< / pre >
2020-12-09 12:48:52 +01:00
< / li >
< li class = "blockListLast" >
2020-12-18 22:54:42 +01:00
< h4 > _umlDiagram< / h4 >
< pre > < a href = "UmlDiagram.html" title = "class in <Unnamed>" > UmlDiagram< / a > _umlDiagram< / pre >
2020-12-09 12:48:52 +01:00
< / li >
2020-11-29 18:52:21 +01:00
< / ul >
< / li >
< / ul >
< / li >
2020-11-21 15:01:19 +01:00
< / ul >
< / li >
< / ul >
< / div >
<!-- ======= START OF BOTTOM NAVBAR ====== -->
< div class = "bottomNav" > < a name = "navbar.bottom" >
<!-- -->
< / a >
< div class = "skipNav" > < a href = "#skip.navbar.bottom" title = "Skip navigation links" > Skip navigation links< / a > < / div >
< a name = "navbar.bottom.firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li > Class< / li >
< li > Use< / li >
< li > < a href = "overview-tree.html" > Tree< / a > < / li >
< li > < a href = "deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "index-files/index-1.html" > Index< / a > < / li >
< li > < a href = "help-doc.html" > Help< / a > < / li >
< / ul >
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "index.html?serialized-form.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "serialized-form.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
< / script >
< / div >
< a name = "skip.navbar.bottom" >
<!-- -->
< / a > < / div >
<!-- ======== END OF BOTTOM NAVBAR ======= -->
< / body >
< / html >