Files
JavaFX-Plus/.idea/workspace.xml
suisui c0684c7501 1. 新增了多窗口切换功能
2. 新增多个example示例可供使用参考
3. 修正信号收发机制的bug
4. 规范化部分代码,并加以部分注释
5. 修改README
2019-12-10 23:04:44 +08:00

738 lines
37 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ArtifactsWorkspaceSettings">
<artifacts-to-build>
<artifact name="JavaFx-Plus:jar" />
</artifacts-to-build>
</component>
<component name="ChangeListManager">
<list default="true" id="a883057d-10cb-48ad-8a86-a236d9e0f740" name="Default Changelist" comment="1. 新增了多窗口切换功能&#10;2. 新增多个example示例可供使用参考&#10;3. 修正信号收发机制的bug&#10;4. 规范化部分代码,并加以部分注释&#10;5. 修改README">
<change afterPath="$PROJECT_DIR$/.idea/codeStyles/codeStyleConfig.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/dictionaries/suisui.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/doc/JavaFX-Plus.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/doc/actionDemo/20191210-175409-actionDemo.gif" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXRedirect.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/mqDemo/MQDemo.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/mqDemo/MainController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/mqDemo/TopBarController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/redirectDemo/DialogController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/redirectDemo/LoginController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/redirectDemo/RedirectDemo.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/redirectDemo/RegisterController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/redirectDemo/SuccessController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/stage/StageManager.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/mqDemo/main.fxml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/mqDemo/topBar.fxml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/redirectDemo/dialog.fxml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/redirectDemo/login.fxml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/redirectDemo/register.css" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/redirectDemo/register.fxml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/redirectDemo/success.fxml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXPlusApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXPlusApplication.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXBaseController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXBaseController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXFieldWarpper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXFieldWrapper.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXPlusContext.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXPlusContext.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/actionDemo/Demo.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/actionDemo/Demo.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/actionDemo/MainController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/actionDemo/MainController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/listDemo/MainController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/listDemo/MainController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/listDemo/User.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/listDemo/User.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXControllerFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXControllerFactory.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactory.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXWindowParser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXWindowParser.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/messageQueue/MessageQueue.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/messageQueue/MessageQueue.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/FXControllerProxy.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/FXControllerProxy.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/FXEntityProxy.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/FXEntityProxy.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/utils/BeanUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/utils/BeanUtil.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/utils/ClassUtils.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/utils/ClassUtils.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/utils/StringUtils.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/utils/StringUtils.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/actionDemo.fxml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/actionDemo/actionDemo.fxml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/listDemo.fxml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/listDemo/listDemo.fxml" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="CodeStyleSettingsInfer">
<option name="done" value="true" />
</component>
<component name="ComposerSettings">
<execution>
<executable />
</execution>
</component>
<component name="DatabaseView">
<option name="SHOW_INTERMEDIATE" value="true" />
<option name="GROUP_DATA_SOURCES" value="true" />
<option name="GROUP_SCHEMA" value="true" />
<option name="GROUP_CONTENTS" value="false" />
<option name="SORT_POSITIONED" value="false" />
<option name="SHOW_EMPTY_GROUPS" value="false" />
<option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
<option name="HIDDEN_KINDS">
<set />
</option>
<expand />
<select />
</component>
<component name="DefaultGradleProjectSettings">
<option name="isMigrated" value="true" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="JavaScript File" />
<option value="JUnit4 Test Class" />
<option value="Interface" />
<option value="AnnotationType" />
<option value="FxmlFile" />
<option value="CSS File" />
<option value="Class" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="UPDATE_TYPE" value="MERGE" />
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
<option name="RECENT_BRANCH_BY_REPOSITORY">
<map>
<entry key="$PROJECT_DIR$" value="master" />
</map>
</option>
<option name="RESET_MODE" value="MIXED" />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="userSettingsFile" value="C:\Users\zxh\.m2\settings.xml" />
</MavenGeneralSettings>
</option>
<option name="importingSettings">
<MavenImportingSettings>
<option name="importAutomatically" value="true" />
</MavenImportingSettings>
</option>
</component>
<component name="MavenRunner">
<option name="skipTests" value="true" />
</component>
<component name="ProjectCodeStyleSettingsMigration">
<option name="version" value="1" />
</component>
<component name="ProjectId" id="1USBJtITHs8gjhHS1zTJzN1cDcJ" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<OptionsSetting value="false" id="Update" />
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="PropertiesComponent">
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="JUnit4" />
<property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit4" value="" />
<property name="extract.method.default.visibility" value="private" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/doc" />
<property name="list.type.of.created.stylesheet" value="CSS" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="project.structure.last.edited" value="SDKs" />
<property name="project.structure.proportion" value="0.15" />
<property name="project.structure.side.proportion" value="0.2" />
<property name="restartRequiresConfirmation" value="false" />
<property name="run.code.analysis.last.selected.profile" value="pProject Default" />
<property name="settings.editor.selected.configurable" value="preferences.JavaFX" />
</component>
<component name="RecentsManager">
<key name="ExtractSuperBase.RECENT_KEYS">
<recent name="cn.edu.scau.biubiusuisui.function" />
</key>
<key name="CreateTestDialog.RecentsKey">
<recent name="cn.edu.scau.biubiusuisui.expression.data" />
<recent name="cn.edu.scau.biubiusuisui.expression" />
<recent name="cn.edu.scau.biubiusuisui.factory" />
</key>
<key name="CreateTestDialog.Recents.Supers">
<recent name="" />
</key>
<key name="CopyClassDialog.RECENTS_KEY">
<recent name="cn.edu.scau.biubiusuisui.example.springDemo" />
<recent name="cn.edu.scau.biubiusuisui.example" />
<recent name="example2" />
<recent name="example" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/doc" />
<recent name="$PROJECT_DIR$/doc/actionDemo" />
<recent name="$PROJECT_DIR$/src/main/resources/mqDemo" />
<recent name="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example" />
<recent name="C:\Users\zxh\JavaFx-Plus\src\main\java\cn\edu\scau\biubiusuisui\example\listDemo" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src/main/resources/listDemo" />
<recent name="$PROJECT_DIR$/doc/redirectDemo" />
<recent name="$PROJECT_DIR$/src/main/resources/actionDemo" />
</key>
</component>
<component name="RunDashboard">
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
</component>
<component name="RunManager" selected="Application.Demo">
<configuration name="Demo (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.example.listDemo.Demo" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.example.listDemo.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Demo" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.example.actionDemo.Demo" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.example.actionDemo.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="MQClientA" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.example.mqDemo.clientA.MQClientA" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.example.mqDemo.clientA.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="MQDemo" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.example.mqDemo.MQDemo" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.example.mqDemo.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="MQDemo2" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.example.mqDemo.demo1.MQDemo2" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.example.mqDemo.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="RedirectDemo" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.example.redirectDemo.RedirectDemo" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.example.redirectDemo.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="Application.Demo" />
<item itemvalue="Application.Demo (1)" />
<item itemvalue="Application.MQDemo" />
<item itemvalue="Application.MQDemo2" />
<item itemvalue="Application.RedirectDemo" />
</list>
</recent_temporary>
</component>
<component name="StructureViewFactory">
<option name="ACTIVE_ACTIONS" value=",VISIBILITY_SORTER" />
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="a883057d-10cb-48ad-8a86-a236d9e0f740" name="Default Changelist" comment="版本2" />
<created>1561397532425</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1561397532425</updated>
<workItem from="1561397534160" duration="294000" />
<workItem from="1561397900575" duration="34401000" />
<workItem from="1561475711387" duration="20794000" />
<workItem from="1561528889849" duration="19740000" />
<workItem from="1561559226527" duration="10269000" />
<workItem from="1561609645576" duration="5802000" />
<workItem from="1561632223509" duration="28759000" />
<workItem from="1561708508672" duration="4071000" />
<workItem from="1561720881030" duration="279000" />
<workItem from="1561721819172" duration="1015000" />
<workItem from="1561732793242" duration="7079000" />
<workItem from="1561743123014" duration="393000" />
<workItem from="1561743648341" duration="829000" />
<workItem from="1561744563550" duration="43000" />
<workItem from="1561744676023" duration="1443000" />
<workItem from="1561774531508" duration="10677000" />
<workItem from="1561794064898" duration="2927000" />
<workItem from="1561806439471" duration="3196000" />
<workItem from="1561810184096" duration="3510000" />
<workItem from="1561814486264" duration="1292000" />
<workItem from="1561857431867" duration="225000" />
<workItem from="1561857983213" duration="146000" />
<workItem from="1561872959563" duration="299000" />
<workItem from="1562209191046" duration="242000" />
<workItem from="1562209690498" duration="15523000" />
<workItem from="1562229136925" duration="1782000" />
<workItem from="1562240945584" duration="2090000" />
<workItem from="1562247794625" duration="5253000" />
<workItem from="1562290104221" duration="2031000" />
<workItem from="1562293940917" duration="43000" />
<workItem from="1562324929868" duration="2002000" />
<workItem from="1562466283775" duration="6540000" />
<workItem from="1563113521989" duration="7000" />
<workItem from="1563548731921" duration="5944000" />
<workItem from="1563721172802" duration="592000" />
<workItem from="1563762801837" duration="3460000" />
<workItem from="1563766977667" duration="10094000" />
<workItem from="1563784235664" duration="7348000" />
<workItem from="1563847393319" duration="132000" />
<workItem from="1563854941421" duration="1819000" />
<workItem from="1563861615028" duration="2536000" />
<workItem from="1563864869282" duration="17365000" />
<workItem from="1563931614382" duration="24458000" />
<workItem from="1563967233146" duration="12835000" />
<workItem from="1564015688189" duration="4337000" />
<workItem from="1564055879881" duration="713000" />
<workItem from="1564056781260" duration="4694000" />
<workItem from="1564063754057" duration="2722000" />
<workItem from="1564103899918" duration="7586000" />
<workItem from="1564112817107" duration="2484000" />
<workItem from="1564162646334" duration="11300000" />
<workItem from="1564219025580" duration="1722000" />
<workItem from="1564226956404" duration="11076000" />
<workItem from="1564240346992" duration="9850000" />
<workItem from="1575340050908" duration="38047000" />
<workItem from="1575774079094" duration="446000" />
<workItem from="1575778113878" duration="308000" />
<workItem from="1575778833369" duration="23296000" />
</task>
<task id="LOCAL-00001" summary="修改readme">
<created>1561745555309</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1561745555309</updated>
</task>
<task id="LOCAL-00002" summary="添加了列表对象的Property">
<created>1561784636282</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1561784636283</updated>
</task>
<task id="LOCAL-00003" summary="添加了列表对象的Property">
<created>1561785337690</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1561785337691</updated>
</task>
<task id="LOCAL-00004" summary="修复了文件丢失问题">
<created>1562209287878</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1562209287880</updated>
</task>
<task id="LOCAL-00005" summary="修复了文件丢失问题">
<created>1562209745536</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1562209745536</updated>
</task>
<task id="LOCAL-00006" summary="解决spring的Bug以及实现了EL表达式绑定基本元素属性">
<created>1563980438683</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1563980438683</updated>
</task>
<task id="LOCAL-00007" summary="解决了基本类型错误bug">
<created>1564020274191</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1564020274191</updated>
</task>
<option name="localTasksCounter" value="8" />
<servers />
</component>
<component name="TestHistory">
<history-entry file="FXEntityFactoryTest_createJavaBeanProxy2 - 2019.06.28 at 03h 03m 18s.xml">
<configuration name="FXEntityFactoryTest.createJavaBeanProxy2" configurationId="JUnit" />
</history-entry>
<history-entry file="FXEntityFactoryTest_createJavaBeanProxy2 - 2019.06.28 at 03h 03m 31s.xml">
<configuration name="FXEntityFactoryTest.createJavaBeanProxy2" configurationId="JUnit" />
</history-entry>
<history-entry file="FXEntityFactoryTest_createJavaBeanProxy2 - 2019.06.28 at 03h 04m 38s.xml">
<configuration name="FXEntityFactoryTest.createJavaBeanProxy2" configurationId="JUnit" />
</history-entry>
<history-entry file="FXEntityFactoryTest_createJavaBeanProxy2 - 2019.06.28 at 03h 05m 07s.xml">
<configuration name="FXEntityFactoryTest.createJavaBeanProxy2" configurationId="JUnit" />
</history-entry>
<history-entry file="ExpressionParserTest_parse - 2019.07.24 at 11h 56m 09s.xml">
<configuration name="ExpressionParserTest.parse" configurationId="JUnit" />
</history-entry>
<history-entry file="MainTest_test - 2019.07.27 at 02h 50m 40s.xml">
<configuration name="MainTest.test" configurationId="JUnit" />
</history-entry>
<history-entry file="MainTest_test - 2019.07.27 at 02h 56m 44s.xml">
<configuration name="MainTest.test" configurationId="JUnit" />
</history-entry>
<history-entry file="ExpressionParserTest_getArgs - 2019.07.27 at 03h 16m 14s.xml">
<configuration name="ExpressionParserTest.getArgs" configurationId="JUnit" />
</history-entry>
<history-entry file="ExpressionParserTest_getArgs - 2019.07.27 at 03h 16m 29s.xml">
<configuration name="ExpressionParserTest.getArgs" configurationId="JUnit" />
</history-entry>
<history-entry file="ExpressionParserTest_getArgs - 2019.07.27 at 03h 17m 21s.xml">
<configuration name="ExpressionParserTest.getArgs" configurationId="JUnit" />
</history-entry>
</component>
<component name="TodoView">
<todo-panel id="selected-file">
<is-autoscroll-to-source value="true" />
</todo-panel>
<todo-panel id="all">
<are-packages-shown value="true" />
<is-autoscroll-to-source value="true" />
</todo-panel>
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="UpdateCopyrightCheckinHandler">
<option name="UPDATE_COPYRIGHT" value="true" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State>
<option name="COLUMN_ORDER" />
</State>
</value>
</entry>
</map>
</option>
<option name="RECENT_FILTERS">
<map>
<entry key="Branch">
<value>
<list />
</value>
</entry>
<entry key="User">
<value>
<list />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="修改readme" />
<MESSAGE value="添加了列表对象的Property" />
<MESSAGE value="修复了文件丢失问题" />
<MESSAGE value="实现FX-PLus和Spring结合的Demo" />
<MESSAGE value="解决spring的Bug以及实现了EL表达式绑定基本元素属性" />
<MESSAGE value="解决了基本类型错误bug" />
<MESSAGE value="1. 新增了多窗口切换功能&#10;2. 新增多个example示例可供使用参考&#10;3. 修正信号收发机制的bug&#10;4. 规范化部分代码,并加以部分注释&#10;5. 修改README" />
<option name="LAST_COMMIT_MESSAGE" value="1. 新增了多窗口切换功能&#10;2. 新增多个example示例可供使用参考&#10;3. 修正信号收发机制的bug&#10;4. 规范化部分代码,并加以部分注释&#10;5. 修改README" />
<option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="true" />
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXMLLoaderPlus.java</url>
<line>2569</line>
<option name="timeStamp" value="15" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/ExpressionValue.java</url>
<line>201</line>
<option name="timeStamp" value="28" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/expression/data/MyBeanAdapter.java</url>
<line>12</line>
<option name="timeStamp" value="31" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/ExpressionValue.java</url>
<line>46</line>
<option name="timeStamp" value="33" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/ExpressionValue.java</url>
<line>103</line>
<option name="timeStamp" value="35" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/ExpressionValue.java</url>
<line>130</line>
<option name="timeStamp" value="36" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/ExpressionValue.java</url>
<line>104</line>
<option name="timeStamp" value="38" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/javafx/beans/property/StringPropertyBase.java</url>
<line>161</line>
<option name="timeStamp" value="57" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/expression/data/MyExpressionValue.java</url>
<line>100</line>
<option name="timeStamp" value="69" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/FXControllerProxy.java</url>
<line>82</line>
<option name="timeStamp" value="72" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://$MAVEN_REPOSITORY$/cglib/cglib/3.1/cglib-3.1.jar!/net/sf/cglib/beans/BeanCopier.class</url>
<line>126</line>
<option name="timeStamp" value="73" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/expression/data/ExpressionParser.java</url>
<line>112</line>
<option name="timeStamp" value="81" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/expression/data/ExpressionParser.java</url>
<line>168</line>
<option name="timeStamp" value="95" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/BinaryExpression.java</url>
<line>54</line>
<option name="timeStamp" value="101" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/BinaryExpression.java</url>
<line>74</line>
<option name="timeStamp" value="103" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/BinaryExpression.java</url>
<line>75</line>
<option name="timeStamp" value="104" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/FXEntityProxy.java</url>
<line>70</line>
<option name="timeStamp" value="127" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-method">
<url>jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/BinaryExpression.java</url>
<line>53</line>
<properties class="com.sun.javafx.fxml.expression.BinaryExpression">
<option name="EMULATED" value="true" />
</properties>
<option name="timeStamp" value="102" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
<watches-manager>
<configuration name="Application">
<watch expression="fxEntityProxy.getStringPropertyMap().get(fieldName)" language="JAVA" />
</configuration>
</watches-manager>
</component>
<component name="debuggerHistoryManager">
<expressions id="watch">
<expression>
<expression-string>next</expression-string>
<language-id>JAVA</language-id>
<evaluation-mode>EXPRESSION</evaluation-mode>
</expression>
<expression>
<expression-string>key</expression-string>
<language-id>JAVA</language-id>
<evaluation-mode>EXPRESSION</evaluation-mode>
</expression>
<expression>
<expression-string>fields</expression-string>
<language-id>JAVA</language-id>
<evaluation-mode>EXPRESSION</evaluation-mode>
</expression>
<expression>
<expression-string>fileds</expression-string>
<language-id>JAVA</language-id>
<evaluation-mode>EXPRESSION</evaluation-mode>
</expression>
</expressions>
<expressions id="evaluateExpression">
<expression>
<expression-string>fxEntityProxy.getStringPropertyMap().get(fieldName)</expression-string>
<language-id>JAVA</language-id>
<evaluation-mode>EXPRESSION</evaluation-mode>
</expression>
<expression>
<expression-string>fxEntityProxy.getStringPropertyMap()</expression-string>
<language-id>JAVA</language-id>
<evaluation-mode>EXPRESSION</evaluation-mode>
</expression>
<expression>
<expression-string>FXPlusContext.getEntityPropertyByName(object, key)</expression-string>
<language-id>JAVA</language-id>
<evaluation-mode>EXPRESSION</evaluation-mode>
</expression>
<expression>
<expression-string>expression.evaluate(namespace)</expression-string>
<language-id>JAVA</language-id>
<evaluation-mode>EXPRESSION</evaluation-mode>
</expression>
</expressions>
</component>
<component name="masterDetails">
<states>
<state key="ArtifactsStructureConfigurable.UI">
<settings>
<artifact-editor />
<last-edited>JavaFx-Plus:jar</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
<option value="0.5" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="FacetStructureConfigurable.UI">
<settings>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="GlobalLibrariesConfigurable.UI">
<settings>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="JdkListConfigurable.UI">
<settings>
<last-edited>1.8</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="ModuleStructureConfigurable.UI">
<settings>
<last-edited>JavaFx-Plus</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="ProjectJDKs.UI">
<settings>
<last-edited>1.8</last-edited>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
<state key="ProjectLibrariesConfigurable.UI">
<settings>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
</states>
</component>
<component name="mavenExecuteGoalHistory">
<option value="$PROJECT_DIR$" />
<option value="clean install deploy -P release -Dgpg.passphrase=2305145Zhu" />
<option value="clean deploy P release" />
<option value="clean deploy" />
<option value="clean deploy -P release" />
<option value="clean deploy -P sonatype-oss-release -Darguments=&quot;gpg.passphrase=2305145Zhu&quot;" />
</component>
</project>