Files
JavaFX-Plus/.idea/workspace.xml
2019-07-07 12:21:30 +08:00

1503 lines
80 KiB
XML

<?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="">
<change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__commons_logging_commons_logging_1_2.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__log4j_log4j_1_2_17.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_javassist_javassist_3_21_0_GA.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_aop_4_3_13_RELEASE.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_beans_4_3_13_RELEASE.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_context_4_3_13_RELEASE.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_core_4_3_13_RELEASE.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_springframework_spring_expression_4_3_13_RELEASE.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXBind.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/HelloFXPlusDemo.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Main2.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/SpringController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/SpringDemo.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/BeanBuilder.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXBuilder.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXExpressionParser.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/applicationContext.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/resources/springDemo.fxml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/JavaFx-Plus.iml" beforeDir="false" afterPath="$PROJECT_DIR$/JavaFx-Plus.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/out/artifacts/JavaFx_Plus_jar/JavaFx-Plus.jar" beforeDir="false" afterPath="$PROJECT_DIR$/out/artifacts/JavaFx_Plus_jar/JavaFx-Plus.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXMLLoaderPlus.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXMLLoaderPlus.java" 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/example/Demo.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Demo.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/MainController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/MainController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Student.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Student.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/factory/FXFactory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXFactory.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/classProxy/FXControllerProxy.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXControllerProxy.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXEntityProxy.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXEntityProxy.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/Main.fxml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/Main.fxml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/Main2.fxml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/Main2.fxml" afterDir="false" />
</list>
<ignored path="$PROJECT_DIR$/out/" />
<ignored path="$PROJECT_DIR$/target/" />
<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="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="FileEditorManager">
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Student.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-57">
<caret line="14" column="10" selection-start-line="14" selection-start-column="10" selection-end-line="14" selection-end-column="10" />
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXMLLoaderPlus.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="146">
<caret line="2572" selection-start-line="2572" selection-end-line="2572" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#3111#3112#0" expanded="true" />
<element signature="e#3140#3141#0" expanded="true" />
<element signature="e#3181#3182#0" expanded="true" />
<element signature="e#3210#3211#0" expanded="true" />
<element signature="e#101530#101531#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXPlusApplication.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="262">
<caret line="59" column="18" selection-start-line="59" selection-start-column="18" selection-end-line="59" selection-end-column="18" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#1889#1890#0" expanded="true" />
<element signature="e#1938#1939#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/SpringDemo.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="292">
<caret line="25" column="13" selection-start-line="25" selection-start-column="13" selection-end-line="25" selection-end-column="13" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/SpringController.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="323">
<caret line="50" lean-forward="true" selection-start-line="50" selection-end-line="50" />
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactory.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="163">
<caret line="38" column="13" lean-forward="true" selection-start-line="38" selection-start-column="13" selection-end-line="38" selection-end-column="13" />
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXPlusContext.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="680">
<caret line="48" column="32" selection-start-line="48" selection-start-column="32" selection-end-line="48" selection-end-column="32" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#1623#1624#0" expanded="true" />
<element signature="e#1670#1671#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXFactory.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="448">
<caret line="114" selection-start-line="114" selection-end-line="114" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXEntityProxy.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="307">
<caret line="57" column="37" selection-start-line="57" selection-start-column="37" selection-end-line="57" selection-end-column="37" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#3293#3294#0" expanded="true" />
<element signature="e#3333#3334#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/4.3.13.RELEASE/spring-beans-4.3.13.RELEASE-sources.jar!/org/springframework/beans/BeanUtils.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="145">
<caret line="141" selection-start-line="141" selection-end-line="141" />
</state>
</provider>
</entry>
</file>
</leaf>
</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="Class" />
<option value="FxmlFile" />
</list>
</option>
</component>
<component name="FindInProjectRecents">
<findStrings>
<find>xml</find>
<find>test</find>
<find>controller</find>
<find>javafx.fxml.FXMLLoader</find>
<find>FXMLLoader(</find>
<find>setController</find>
<find>set</find>
<find>root</find>
<find>work</find>
<find>Sysout</find>
<find>System</find>
<find>Property</find>
<find>Simple</find>
<find>builder</find>
<find>Builder</find>
<find>BeanA</find>
<find>get</find>
<find>monitor</find>
<find>Expressi</find>
<find>com.sun.javafx.fxml.expression.</find>
<find>BeanAdapter</find>
<find>ExpressionValue</find>
<find>Expression</find>
<find>init</find>
</findStrings>
<replaceStrings>
<replace>config.FXMLoaer</replace>
<replace>config.FXMLLoaderPlus</replace>
<replace>FXMLLoaderPlus</replace>
<replace>FXMLLoaderPlus(</replace>
<replace>Wrapper</replace>
<replace>ReadOnly</replace>
<replace>Pane</replace>
<replace>FXBeanAdapter</replace>
</replaceStrings>
</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="IdeDocumentHistory">
<option name="CHANGED_PATHS">
<list>
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/impl/ConfigControllerImpl.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityAfterMethodExecute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityBeforeMethodExecute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityIsMethodExecuted.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/impl/ConfigParseWindowImpl.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/ConfigParseWindow.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/ConfigParseWindowImpl.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/impl/FXPlusConfig.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/impl/FXPlusConfigImpl.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/IsEntityMehotdExecute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/IsEntityMethoddExecute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/IsEntityMethodExecute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/IsEntityMethodExecuteImpl.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/AfterEntityMethodImpl.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXPlusConfig.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/AferControllerMethodImpl.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/Controlable.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXWindowParser.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXWindow.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/BeanBuilder.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXBuilder.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXPlusApplication.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactory.java" />
<option value="$PROJECT_DIR$/src/main/resources/Main2.fxml" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/messageQueue/MessageQueue.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXExpression.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXExpressionValue.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXBind.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/ExpressionValue.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXExpressionValue.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXBaseEntity.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXBeanAdapter.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/Expression.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXExpressionParser.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXFactory.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/MainController.java" />
<option value="$PROJECT_DIR$/src/main/resources/Main.fxml" />
<option value="$PROJECT_DIR$/pom.xml" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Demo.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/SpringDemo.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Main2.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Student.java" />
<option value="$PROJECT_DIR$/src/main/resources/springDemo.fxml" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/Main2.java" />
<option value="$PROJECT_DIR$/src/main/resources/applicationContext.xml" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/SpringDemo.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXMLLoaderPlus.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXBaseController.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXControllerProxy.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXEntityProxy.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/SpringController.java" />
</list>
</option>
</component>
<component name="MavenImportPreferences">
<option name="importingSettings">
<MavenImportingSettings>
<option name="importAutomatically" value="true" />
</MavenImportingSettings>
</option>
</component>
<component name="MavenProjectNavigator">
<treeState>
<expand>
<path>
<item name="" type="16c1761:MavenProjectsStructure$RootNode" />
<item name="JavaFx-Plus" type="9519ce18:MavenProjectsStructure$ProjectNode" />
</path>
<path>
<item name="" type="16c1761:MavenProjectsStructure$RootNode" />
<item name="JavaFx-Plus" type="9519ce18:MavenProjectsStructure$ProjectNode" />
<item name="Plugins" type="7aea1407:MavenProjectsStructure$PluginsNode" />
</path>
<path>
<item name="" type="16c1761:MavenProjectsStructure$RootNode" />
<item name="JavaFx-Plus" type="9519ce18:MavenProjectsStructure$ProjectNode" />
<item name="Plugins" type="7aea1407:MavenProjectsStructure$PluginsNode" />
<item name="compiler" type="36feed69:MavenProjectsStructure$PluginNode" />
</path>
</expand>
<select />
</treeState>
</component>
<component name="ProjectFrameBounds" extendedState="6">
<option name="x" value="-10" />
<option name="y" value="-10" />
<option name="width" value="1940" />
<option name="height" value="1100" />
</component>
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<OptionsSetting value="false" id="Update" />
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectView">
<navigator proportions="" version="1">
<foldersAlwaysOnTop value="true" />
</navigator>
<panes>
<pane id="ProjectPane">
<subPane>
<expand>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="out" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="out" type="462c0819:PsiDirectoryNode" />
<item name="artifacts" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="out" type="462c0819:PsiDirectoryNode" />
<item name="artifacts" type="462c0819:PsiDirectoryNode" />
<item name="JavaFx_Plus_jar" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="annotation" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="config" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="entity" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="example" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="example" type="462c0819:PsiDirectoryNode" />
<item name="springDemo" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="factory" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="function" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="messageQueue" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="proxy" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="java" type="462c0819:PsiDirectoryNode" />
<item name="cn" type="462c0819:PsiDirectoryNode" />
<item name="edu" type="462c0819:PsiDirectoryNode" />
<item name="scau" type="462c0819:PsiDirectoryNode" />
<item name="biubiusuisui" type="462c0819:PsiDirectoryNode" />
<item name="proxy" type="462c0819:PsiDirectoryNode" />
<item name="classProxy" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="src" type="462c0819:PsiDirectoryNode" />
<item name="main" type="462c0819:PsiDirectoryNode" />
<item name="resources" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="JavaFx-Plus" type="462c0819:PsiDirectoryNode" />
<item name="target" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="Scratches and Consoles" type="1a2a3e82:ScratchProjectViewPane$MyProjectNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="Scratches and Consoles" type="1a2a3e82:ScratchProjectViewPane$MyProjectNode" />
<item name="JShell Console" type="d62648e6:ScratchProjectViewPane$MyRootNode" />
</path>
</expand>
<select />
</subPane>
</pane>
<pane id="Scope" />
<pane id="PackagesPane" />
</panes>
</component>
<component name="PropertiesComponent">
<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$/../Downloads/Biubiuyuyu-JavaFX-Plus-master(2)" />
<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="settings.editor.selected.configurable" value="preferences.pluginManager" />
</component>
<component name="RecentsManager">
<key name="CreateTestDialog.RecentsKey">
<recent name="cn.edu.scau.biubiusuisui.factory" />
</key>
<key name="ExtractSuperBase.RECENT_KEYS">
<recent name="cn.edu.scau.biubiusuisui.function" />
</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="CreateTestDialog.Recents.Supers">
<recent name="" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="C:\Users\zxh\JavaFx-Plus\src\main\java\cn\edu\scau\biubiusuisui\function" />
<recent name="C:\Users\zxh\JavaFx-Plus\src\main\java\cn\edu\scau\biubiusuisui\entity" />
<recent name="C:\Users\zxh\JavaFx-Plus\src\main\resources" />
</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.SpringDemo">
<configuration name="Demo" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.example.Demo" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.example.springDemo.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="SpringDemo" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.example.springDemo.SpringDemo" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.example.springDemo.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="FXEntityFactoryTest.createJavaBeanProxy" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.factory.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="cn.edu.scau.biubiusuisui.factory" />
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.factory.FXEntityFactoryTest" />
<option name="METHOD_NAME" value="createJavaBeanProxy" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="FXEntityFactoryTest.createJavaBeanProxy2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.factory.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="cn.edu.scau.biubiusuisui.factory" />
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.factory.FXEntityFactoryTest" />
<option name="METHOD_NAME" value="createJavaBeanProxy2" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="FXEntityFactoryTest.getClassProperty" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.factory.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="cn.edu.scau.biubiusuisui.factory" />
<option name="MAIN_CLASS_NAME" value="cn.edu.scau.biubiusuisui.factory.FXEntityFactoryTest" />
<option name="METHOD_NAME" value="getClassProperty" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="Application.SpringDemo" />
<item itemvalue="Application.Demo (1)" />
<item itemvalue="JUnit.FXEntityFactoryTest.createJavaBeanProxy2" />
<item itemvalue="JUnit.FXEntityFactoryTest.createJavaBeanProxy" />
<item itemvalue="JUnit.FXEntityFactoryTest.getClassProperty" />
</list>
</recent_temporary>
</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" />
</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>
<option name="localTasksCounter" value="6" />
<servers />
</component>
<component name="TestHistory">
<history-entry file="FXEntityFactoryTest_getClassProperty - 2019.06.28 at 02h 42m 57s.xml">
<configuration name="FXEntityFactoryTest.getClassProperty" configurationId="JUnit" />
</history-entry>
<history-entry file="FXEntityFactoryTest_getClassProperty - 2019.06.28 at 02h 43m 20s.xml">
<configuration name="FXEntityFactoryTest.getClassProperty" configurationId="JUnit" />
</history-entry>
<history-entry file="FXEntityFactoryTest_createJavaBeanProxy - 2019.06.28 at 02h 43m 30s.xml">
<configuration name="FXEntityFactoryTest.createJavaBeanProxy" configurationId="JUnit" />
</history-entry>
<history-entry file="FXEntityFactoryTest_createJavaBeanProxy - 2019.06.28 at 02h 43m 47s.xml">
<configuration name="FXEntityFactoryTest.createJavaBeanProxy" configurationId="JUnit" />
</history-entry>
<history-entry file="FXEntityFactoryTest_createJavaBeanProxy - 2019.06.28 at 02h 55m 35s.xml">
<configuration name="FXEntityFactoryTest.createJavaBeanProxy" configurationId="JUnit" />
</history-entry>
<history-entry file="FXEntityFactoryTest_createJavaBeanProxy2 - 2019.06.28 at 03h 01m 34s.xml">
<configuration name="FXEntityFactoryTest.createJavaBeanProxy2" configurationId="JUnit" />
</history-entry>
<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>
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="193763000" />
</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="ToolWindowManager">
<frame x="-7" y="-7" width="1550" height="838" extended-state="6" />
<editor active="true" />
<layout>
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.64579904" visible="true" weight="0.33981234" />
<window_info id="Structure" order="1" sideWeight="0.354201" side_tool="true" weight="0.2811245" />
<window_info id="Image Layers" order="2" />
<window_info id="Designer" order="3" />
<window_info id="UI Designer" order="4" />
<window_info id="Capture Tool" order="5" />
<window_info id="Favorites" order="6" side_tool="true" />
<window_info anchor="bottom" id="Spring" />
<window_info anchor="bottom" id="Message" order="0" />
<window_info anchor="bottom" id="Find" order="1" weight="0.4427157" />
<window_info active="true" anchor="bottom" id="Run" order="2" sideWeight="0.7272118" visible="true" weight="0.3569405" />
<window_info anchor="bottom" id="Debug" order="3" sideWeight="0.7969169" weight="0.25779036" />
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" weight="0.32956153" />
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
<window_info anchor="bottom" id="Version Control" order="8" sideWeight="0.36930296" weight="0.20113315" />
<window_info anchor="bottom" id="Database Changes" order="9" />
<window_info anchor="bottom" id="Terminal" order="10" sideWeight="0.4953083" weight="0.31117398" />
<window_info anchor="bottom" id="Event Log" order="11" sideWeight="0.2727882" side_tool="true" visible="true" weight="0.3569405" />
<window_info anchor="bottom" id="Messages" order="12" sideWeight="0.49463806" weight="0.37677053" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
<window_info anchor="right" id="Palette" order="3" />
<window_info anchor="right" id="Theme Preview" order="4" />
<window_info anchor="right" id="Maven" order="5" weight="0.3297587" />
<window_info anchor="right" id="Capture Analysis" order="6" />
<window_info anchor="right" id="Palette&#9;" order="7" />
<window_info anchor="right" id="Database" order="8" />
</layout>
<layout-to-restore>
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.2660858" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
<window_info id="Image Layers" order="2" />
<window_info id="Designer" order="3" />
<window_info id="UI Designer" order="4" />
<window_info id="Capture Tool" order="5" />
<window_info id="Favorites" order="6" side_tool="true" />
<window_info anchor="bottom" id="Message" order="0" />
<window_info anchor="bottom" id="Find" order="1" weight="0.4427157" />
<window_info anchor="bottom" id="Run" order="2" visible="true" weight="0.24186705" />
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" weight="0.32956153" />
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
<window_info anchor="bottom" id="Version Control" order="8" />
<window_info anchor="bottom" id="Database Changes" order="9" />
<window_info anchor="bottom" id="Terminal" order="10" weight="0.2956153" />
<window_info anchor="bottom" id="Event Log" order="11" side_tool="true" weight="0.32956153" />
<window_info anchor="bottom" id="Messages" order="12" weight="0.32956153" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
<window_info anchor="right" id="Palette" order="3" />
<window_info anchor="right" id="Theme Preview" order="4" />
<window_info anchor="right" id="Maven" order="5" weight="0.3297587" />
<window_info anchor="right" id="Capture Analysis" order="6" />
<window_info anchor="right" id="Palette&#9;" order="7" />
<window_info anchor="right" id="Database" order="8" />
</layout-to-restore>
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State>
<option name="RECENTLY_FILTERED_USER_GROUPS">
<collection />
</option>
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
<collection />
</option>
<option name="COLUMN_ORDER">
<list>
<option value="0" />
<option value="1" />
<option value="2" />
<option value="3" />
</list>
</option>
</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="修复了文件丢失问题" />
<option name="LAST_COMMIT_MESSAGE" value="修复了文件丢失问题" />
</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>2572</line>
<properties />
<option name="timeStamp" value="14" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXMLLoaderPlus.java</url>
<line>2571</line>
<properties />
<option name="timeStamp" value="15" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXEntityProxy.java</url>
<line>16</line>
<properties />
<option name="timeStamp" value="17" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXPlusContext.java</url>
<line>27</line>
<properties />
<option name="timeStamp" value="18" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
<watches-manager>
<configuration name="Application">
<watch expression="fields" language="JAVA" />
</configuration>
</watches-manager>
</component>
<component name="debuggerHistoryManager">
<expressions id="watch">
<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>
</component>
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/DefaultEventFunction.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="285">
<caret line="15" column="72" selection-start-line="15" selection-start-column="72" selection-end-line="15" selection-end-column="72" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/VariableExpression.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="202">
<caret line="51" column="18" selection-start-line="51" selection-start-column="18" selection-end-line="51" selection-end-column="18" />
<folding>
<element signature="e#815#816#0" expanded="true" />
<element signature="e#861#862#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/javafx/beans/value/ObservableValue.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="202">
<caret line="82" column="49" lean-forward="true" selection-start-line="82" selection-start-column="49" selection-end-line="82" selection-end-column="49" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXExpression.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXExpressionValue.java" />
<entry file="jar://C:/java/jdk/javafx-src.zip!/javafx/beans/Observable.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="19">
<caret line="50" column="17" selection-start-line="50" selection-start-column="17" selection-end-line="50" selection-end-column="17" />
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/javafx/fxml/FXMLLoader.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="279">
<caret line="309" column="48" lean-forward="true" selection-start-line="309" selection-start-column="48" selection-end-line="309" selection-end-column="48" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXBind.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="190">
<caret line="10" column="10" selection-start-line="10" selection-start-column="10" selection-end-line="10" selection-end-column="10" />
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/src.zip!/java/lang/AbstractStringBuilder.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="148">
<caret line="68" selection-start-line="68" selection-end-line="68" />
<folding>
<element signature="e#1327#1328#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/utils/ClassUtils.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="361">
<caret line="26" column="31" selection-start-line="26" selection-start-column="31" selection-end-line="26" selection-end-column="31" />
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/src.zip!/java/lang/String.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="2926">
<caret line="193" selection-start-line="193" selection-end-line="193" />
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/src.zip!/java/lang/StringBuilder.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="124">
<caret line="406" selection-start-line="406" selection-end-line="406" />
<folding>
<element signature="e#2871#2872#0" expanded="true" />
<element signature="e#2896#2897#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXExpressionValue.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/Expression.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXBeanAdapter.java" />
<entry file="jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/Expression.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="38">
<caret line="45" column="22" selection-start-line="45" selection-start-column="22" selection-end-line="45" selection-end-column="22" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXBaseEntity.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXBuilder.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="209">
<caret line="11" column="26" selection-start-line="11" selection-start-column="26" selection-end-line="11" selection-end-column="26" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXExpressionParser.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="836">
<caret line="55" column="1" selection-start-line="55" selection-start-column="1" selection-end-line="55" selection-end-column="1" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXWindowParser.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="152">
<caret line="12" column="13" selection-start-line="12" selection-start-column="13" selection-end-line="12" selection-end-column="13" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/MainController.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="760">
<caret line="57" selection-start-line="57" selection-end-line="57" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/pom.xml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="151">
<caret line="34" column="45" selection-start-line="34" selection-start-column="45" selection-end-line="34" selection-end-column="45" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/HelloFXPlusDemo.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="114">
<caret line="6" column="28" selection-start-line="6" selection-start-column="28" selection-end-line="6" selection-end-column="28" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/resources/Main.fxml">
<provider selected="true" editor-type-id="text-editor">
<state>
<caret selection-end-line="16" />
</state>
</provider>
<provider editor-type-id="JavaFX-Scene-Builder" />
</entry>
<entry file="file://$PROJECT_DIR$/src/main/resources/applicationContext.xml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="323">
<caret line="17" column="69" selection-start-line="17" selection-start-column="69" selection-end-line="17" selection-end-column="69" />
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-context/4.3.13.RELEASE/spring-context-4.3.13.RELEASE-sources.jar!/org/springframework/context/support/AbstractApplicationContext.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="160">
<caret line="156" selection-start-line="156" selection-end-line="156" />
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/application/LauncherImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="93">
<caret line="916" column="30" selection-start-line="916" selection-start-column="30" selection-end-line="916" selection-end-column="30" />
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/BeanAdapter.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="137">
<caret line="318" selection-start-line="318" selection-end-line="318" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/com/sun/javafx/fxml/expression/ExpressionValue.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="145">
<caret line="103" selection-start-line="103" selection-end-line="103" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Demo.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="106">
<caret line="14" selection-start-line="14" selection-end-line="14" selection-end-column="52" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/resources/springDemo.fxml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="209">
<caret line="11" column="30" selection-start-line="11" selection-start-column="30" selection-end-line="11" selection-end-column="30" />
</state>
</provider>
<provider editor-type-id="JavaFX-Scene-Builder" />
</entry>
<entry file="file://$PROJECT_DIR$/src/main/resources/Main2.fxml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="171">
<caret line="9" column="22" selection-start-line="9" selection-start-column="22" selection-end-line="9" selection-end-column="22" />
</state>
</provider>
<provider editor-type-id="JavaFX-Scene-Builder" />
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/cglib/cglib/3.1/cglib-3.1.jar!/net/sf/cglib/core/ReflectUtils.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="29">
<caret line="176" selection-start-line="176" selection-end-line="176" />
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/cglib/cglib/3.1/cglib-3.1.jar!/net/sf/cglib/core/AbstractClassGenerator.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="217">
<caret line="178" selection-start-line="178" selection-end-line="178" />
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/cglib/cglib/3.1/cglib-3.1.jar!/net/sf/cglib/proxy/Enhancer.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="105">
<caret line="147" selection-start-line="147" selection-end-line="147" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Main2.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="157">
<caret line="16" selection-start-line="16" selection-end-line="16" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/4.3.13.RELEASE/spring-beans-4.3.13.RELEASE-sources.jar!/org/springframework/beans/factory/support/SimpleInstantiationStrategy.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="145">
<caret line="88" selection-start-line="88" selection-end-line="88" />
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/4.3.13.RELEASE/spring-beans-4.3.13.RELEASE-sources.jar!/org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="164">
<caret line="567" selection-start-line="567" selection-end-line="567" />
<folding>
<element signature="e#22361#22525#0" expanded="true" />
<element signature="e#22524#22525#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXControllerProxy.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="209">
<caret line="40" selection-start-line="40" selection-end-line="40" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/jre/lib/rt.jar!/sun/reflect/misc/MethodUtil.class">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="63">
<caret line="135" column="49" selection-start-line="135" selection-start-column="49" selection-end-line="135" selection-end-column="49" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXBaseController.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="304">
<caret line="66" selection-start-line="66" selection-end-line="66" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://$MAVEN_REPOSITORY$/org/springframework/spring-beans/4.3.13.RELEASE/spring-beans-4.3.13.RELEASE-sources.jar!/org/springframework/beans/BeanUtils.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="145">
<caret line="141" selection-start-line="141" selection-end-line="141" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXMLLoaderPlus.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="146">
<caret line="2572" selection-start-line="2572" selection-end-line="2572" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#3111#3112#0" expanded="true" />
<element signature="e#3140#3141#0" expanded="true" />
<element signature="e#3181#3182#0" expanded="true" />
<element signature="e#3210#3211#0" expanded="true" />
<element signature="e#101530#101531#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXPlusContext.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="680">
<caret line="48" column="32" selection-start-line="48" selection-start-column="32" selection-end-line="48" selection-end-column="32" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#1623#1624#0" expanded="true" />
<element signature="e#1670#1671#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXFactory.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="448">
<caret line="114" selection-start-line="114" selection-end-line="114" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactory.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="163">
<caret line="38" column="13" lean-forward="true" selection-start-line="38" selection-start-column="13" selection-end-line="38" selection-end-column="13" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/proxy/classProxy/FXEntityProxy.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="307">
<caret line="57" column="37" selection-start-line="57" selection-start-column="37" selection-end-line="57" selection-end-column="37" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#3293#3294#0" expanded="true" />
<element signature="e#3333#3334#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Student.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-57">
<caret line="14" column="10" selection-start-line="14" selection-start-column="10" selection-end-line="14" selection-end-column="10" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXPlusApplication.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="262">
<caret line="59" column="18" selection-start-line="59" selection-start-column="18" selection-end-line="59" selection-end-column="18" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#1889#1890#0" expanded="true" />
<element signature="e#1938#1939#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/SpringDemo.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="292">
<caret line="25" column="13" selection-start-line="25" selection-start-column="13" selection-end-line="25" selection-end-column="13" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/springDemo/SpringController.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="323">
<caret line="50" lean-forward="true" selection-start-line="50" selection-end-line="50" />
</state>
</provider>
</entry>
</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>
</project>