Files
JavaFX-Plus/.idea/workspace.xml
2019-06-30 13:44:35 +08:00

1223 lines
69 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="6b33e508-9d54-442e-8b71-6d2ffaa8f579" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXEntity.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXEntity.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXField.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXField.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXReceiver.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXReceiver.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXScan.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXScan.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXSender.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXSender.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXView.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXView.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXWindow.java" 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/entity/FXFieldViewFieldMapping.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXMethodEntity.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXMethodEntity.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/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/exception/ProtocolNotSupport.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/exception/ProtocolNotSupport.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/function/DefaultEventFunction.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/DefaultEventFunction.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/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/FileUtils.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/utils/FileUtils.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/test/java/MainTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/MainTest.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactoryTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactoryTest.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/Main.fxml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/Main.fxml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/annotation/FXWindow.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/annotation/FXWindow.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/entity/FXBaseController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/entity/FXBaseController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/example/Demo.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/example/Demo.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/example/MainController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/example/MainController.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/factory/FXEntityFactory.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/factory/FXEntityFactory.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/factory/FXFactory.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/factory/FXFactory.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/proxy/classProxy/FXEntityProxy.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/cn/edu/scau/biubiusuisui/proxy/classProxy/FXEntityProxy.class" 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/factory/FXFactory.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="443">
<caret line="85" column="36" selection-start-line="85" selection-start-column="36" selection-end-line="85" selection-end-column="36" />
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/messageQueue/MessageQueue.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="665">
<caret line="35" column="16" selection-start-line="35" selection-start-column="16" selection-end-line="35" selection-end-column="16" />
<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/function/DragWindowHandlerImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="152">
<caret line="13" column="13" selection-start-line="13" selection-start-column="13" selection-end-line="13" 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/config/FXMLLoaderPlus.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="23370">
<caret line="1336" column="29" selection-start-line="1336" selection-start-column="29" selection-end-line="1336" selection-end-column="29" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#70340#70341#0" expanded="true" />
<element signature="e#70385#70386#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="jar://C:/java/jdk/src.zip!/java/lang/Class.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="8360">
<caret line="509" column="26" selection-start-line="509" selection-start-column="26" selection-end-line="509" selection-end-column="26" />
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/src/main/resources/Main.fxml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="247">
<caret line="13" lean-forward="true" selection-start-line="13" selection-end-line="13" />
</state>
</provider>
<provider editor-type-id="JavaFX-Scene-Builder" />
</entry>
</file>
<file pinned="false" current-in-tab="false">
<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="258">
<caret line="51" column="13" lean-forward="true" selection-start-line="51" selection-start-column="13" selection-end-line="51" 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="931">
<caret line="55" selection-start-line="55" selection-end-line="55" />
<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="1349">
<caret line="79" column="9" selection-start-line="79" selection-start-column="9" selection-end-line="79" selection-end-column="9" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
</leaf>
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="AnnotationType" />
<option value="JavaScript File" />
<option value="FxmlFile" />
<option value="JUnit4 Test Class" />
<option value="Class" />
<option value="Interface" />
</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>
</findStrings>
<replaceStrings>
<replace>config.FXMLoaer</replace>
<replace>config.FXMLLoaderPlus</replace>
<replace>FXMLLoaderPlus</replace>
<replace>FXMLLoaderPlus(</replace>
<replace>Wrapper</replace>
<replace>ReadOnly</replace>
</replaceStrings>
</component>
<component name="Git.Settings">
<option name="UPDATE_TYPE" value="MERGE" />
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
<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/PropertyChangeEvent.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/EventFunction.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/DefaultEventFunction.java" />
<option value="$PROJECT_DIR$/src/main/resources/Main.fxml" />
<option value="$PROJECT_DIR$/README.md" />
<option value="$PROJECT_DIR$/src/test/java/MainTest.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXFieldMethodMapping.java" />
<option value="$PROJECT_DIR$/src/test/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactoryTest.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXFieldViewFieldMapping.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactory.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/MainController.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/example/Student.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXPlusContext.java" />
<option value="$PROJECT_DIR$/target/classes/Main.fxml" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXEntityBeforeExcute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXEntityBeforeMethodExcute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/FXEntityMethodIsExcuted.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityAfterMethodExcute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityBeforeMethodExcute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityMethodIsExcuted.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityMethodIsExecuted.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/controller/FXControllerIsMethodExecute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/controller/FXControllerBeforeExecute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/controller/FXControllerAfterExecute.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/configWindow.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/ConfigController.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/ConfigWindow.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/impl/ConfigWindowImlp.java" />
<option value="$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/impl/ConfigWindowImpl.java" />
<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/proxy/classProxy/FXEntityProxy.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/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/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/factory/FXFactory.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="External Libraries" type="cb654da1:ExternalLibrariesNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
<item name="&lt; 1.8 &gt;" type="70bed36:NamedLibraryElementNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
<item name="&lt; 1.8 &gt;" type="70bed36:NamedLibraryElementNode" />
<item name="jfxrt.jar" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
<item name="&lt; 1.8 &gt;" type="70bed36:NamedLibraryElementNode" />
<item name="jfxrt.jar" type="462c0819:PsiDirectoryNode" />
<item name="javafx" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
<item name="&lt; 1.8 &gt;" type="70bed36:NamedLibraryElementNode" />
<item name="jfxrt.jar" type="462c0819:PsiDirectoryNode" />
<item name="javafx" type="462c0819:PsiDirectoryNode" />
<item name="scene" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
<item name="&lt; 1.8 &gt;" type="70bed36:NamedLibraryElementNode" />
<item name="jfxrt.jar" type="462c0819:PsiDirectoryNode" />
<item name="javafx" type="462c0819:PsiDirectoryNode" />
<item name="scene" type="462c0819:PsiDirectoryNode" />
<item name="control" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
<item name="&lt; 1.8 &gt;" type="70bed36:NamedLibraryElementNode" />
<item name="jfxrt.jar" type="462c0819:PsiDirectoryNode" />
<item name="javafx" type="462c0819:PsiDirectoryNode" />
<item name="scene" type="462c0819:PsiDirectoryNode" />
<item name="input" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
<item name="&lt; 1.8 &gt;" type="70bed36:NamedLibraryElementNode" />
<item name="jfxrt.jar" type="462c0819:PsiDirectoryNode" />
<item name="javafx" type="462c0819:PsiDirectoryNode" />
<item name="scene" type="462c0819:PsiDirectoryNode" />
<item name="layout" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="JavaFx-Plus" type="b2602c69:ProjectViewProjectNode" />
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
<item name="&lt; 1.8 &gt;" type="70bed36:NamedLibraryElementNode" />
<item name="jfxrt.jar" type="462c0819:PsiDirectoryNode" />
<item name="javafx" type="462c0819:PsiDirectoryNode" />
<item name="scene" type="462c0819:PsiDirectoryNode" />
<item name="shape" type="462c0819:PsiDirectoryNode" />
</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="Extensions" type="d62648e6:ScratchProjectViewPane$MyRootNode" />
</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="PackagesPane" />
<pane id="Scope" />
</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="D:/文档/JavaFX-Plus" />
<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="Artifacts" />
<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" />
<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\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.Demo (1)">
<configuration name="Demo (1)" 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.*" />
<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.annotation.example.Demo" />
<module name="JavaFx-Plus" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="cn.edu.scau.biubiusuisui.annotation.example.*" />
<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.Demo (1)" />
<item itemvalue="JUnit.FXEntityFactoryTest.createJavaBeanProxy2" />
<item itemvalue="JUnit.FXEntityFactoryTest.createJavaBeanProxy" />
<item itemvalue="JUnit.FXEntityFactoryTest.getClassProperty" />
<item itemvalue="Application.Demo" />
</list>
</recent_temporary>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="6b33e508-9d54-442e-8b71-6d2ffaa8f579" name="Default Changelist" comment="" />
<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" />
</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>
<option name="localTasksCounter" value="4" />
<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="157483000" />
</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="-9" y="-9" width="1550" height="838" extended-state="6" />
<layout>
<window_info active="true" content_ui="combo" id="Project" order="0" sideWeight="0.64579904" visible="true" weight="0.3894102" />
<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="Message" order="0" />
<window_info anchor="bottom" id="Find" order="1" weight="0.4427157" />
<window_info anchor="bottom" id="Run" order="2" sideWeight="0.5851206" visible="true" weight="0.5184136" />
<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" sideWeight="0.4966488" weight="0.25070822" />
<window_info anchor="bottom" id="Database Changes" order="9" />
<window_info anchor="bottom" id="Terminal" order="10" sideWeight="0.49597856" weight="0.31161472" />
<window_info anchor="bottom" id="Event Log" order="11" sideWeight="0.41487935" side_tool="true" visible="true" weight="0.5184136" />
<window_info anchor="bottom" id="Messages" order="12" sideWeight="0.49731904" weight="0.04249292" />
<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" />
<option name="LAST_COMMIT_MESSAGE" value="添加了列表对象的Property" />
</component>
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/PropertyChangeEvent.java" />
<entry file="jar://C:/java/jdk/javafx-src.zip!/javafx/scene/control/cell/PropertyValueFactory.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="165">
<caret line="112" column="11" selection-start-line="112" selection-start-column="11" selection-end-line="112" selection-end-column="11" />
<folding>
<element signature="e#4183#4184#0" expanded="true" />
<element signature="e#4223#4224#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/test/java/MainTest.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="209">
<caret line="11" selection-start-line="11" selection-end-line="11" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/javafx/beans/property/SimpleObjectProperty.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="152">
<caret line="31" column="19" lean-forward="true" selection-start-line="31" selection-start-column="19" selection-end-line="31" selection-end-column="19" />
<folding>
<element signature="e#1044#1045#0" expanded="true" />
<element signature="e#1092#1093#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/javafx/beans/property/ObjectPropertyBase.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-2889">
<caret line="50" column="22" selection-start-line="50" selection-start-column="22" selection-end-line="50" selection-end-column="22" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/test/java/cn/edu/scau/biubiusuisui/factory/FXEntityFactoryTest.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="76">
<caret line="17" column="7" lean-forward="true" selection-start-line="17" selection-start-column="7" selection-end-line="27" />
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/javafx/beans/property/SimpleListProperty.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="211">
<caret line="75" column="11" selection-start-line="75" selection-start-column="11" selection-end-line="75" selection-end-column="11" />
<folding>
<element signature="e#1336#1337#0" expanded="true" />
<element signature="e#1398#1399#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/exception/ProtocolNotSupport.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="133">
<caret line="8" column="33" selection-start-line="8" selection-start-column="33" selection-end-line="8" selection-end-column="33" />
</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="136">
<caret line="34" column="28" selection-start-line="34" selection-start-column="28" selection-end-line="34" selection-end-column="28" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/README.md">
<provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
<state split_layout="SPLIT">
<first_editor relative-caret-position="304">
<caret line="16" column="15" selection-start-line="16" selection-start-column="15" selection-end-line="16" selection-end-column="15" />
</first_editor>
<second_editor />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/annotation/FXField.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="247">
<caret line="16" column="14" selection-start-line="16" selection-start-column="14" selection-end-line="16" selection-end-column="14" />
<folding>
<element signature="imports" 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="418">
<caret line="34" selection-start-line="34" selection-end-line="34" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#494#495#0" expanded="true" />
<element signature="e#521#522#0" expanded="true" />
<element signature="e#561#562#0" expanded="true" />
<element signature="e#593#594#0" expanded="true" />
</folding>
</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="323">
<caret line="17" column="1" selection-start-line="11" selection-end-line="18" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/javafx-src.zip!/javafx/scene/layout/VBox.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="164">
<caret line="139" column="37" lean-forward="true" selection-start-line="139" selection-start-column="37" selection-end-line="139" selection-end-column="37" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXFieldViewFieldMapping.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="256">
<caret line="15" selection-start-line="15" selection-end-line="15" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/entity/FXMethodEntity.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="-34">
<caret line="6" column="77" selection-start-line="6" selection-start-column="77" selection-end-line="6" selection-end-column="77" />
</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="218">
<caret line="43" column="15" selection-start-line="43" selection-start-column="15" selection-end-line="43" selection-end-column="15" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#988#989#0" expanded="true" />
<element signature="e#1029#1030#0" expanded="true" />
<element signature="e#1078#1079#0" expanded="true" />
<element signature="e#1118#1119#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<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="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/ConfigParseController.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/impl/ConfigParseWindowImpl.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/impl/ConfigParseControllerImpl.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/factory/ConfigParseWindow.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/controller/FXControllerIsMethodExecute.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/controller/FXControllerAfterExecute.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/controller/FXControllerBeforeExecute.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityAfterMethodExecute.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityBeforeMethodExecute.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/entity/FXEntityIsMethodExecuted.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/impl/FXPlusConfigImpl.java" />
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/IsControllerMethodExecute.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="114">
<caret line="6" column="38" selection-start-line="6" selection-start-column="38" selection-end-line="6" selection-end-column="38" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/BeforeEntityMethodImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="114">
<caret line="6" column="35" selection-start-line="6" selection-start-column="35" selection-end-line="6" selection-end-column="35" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/IsEntityMethodExecuteImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="114">
<caret line="6" column="26" selection-start-line="6" selection-start-column="26" selection-end-line="6" selection-end-column="26" />
</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="-914">
<caret line="39" column="13" selection-start-line="39" selection-start-column="13" selection-end-line="39" 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/function/impl/BeforeControllerMethodImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="114">
<caret line="6" column="41" selection-start-line="6" selection-start-column="41" selection-end-line="6" selection-end-column="41" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/AfterEntityMethodImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="152">
<caret line="8" selection-start-line="8" selection-end-line="8" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/ConfigParseWindowImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="266">
<caret line="16" column="8" selection-start-line="16" selection-start-column="8" selection-end-line="22" selection-end-column="21" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/ConfigParseWindow.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="171">
<caret line="11" column="16" selection-start-line="11" selection-start-column="16" selection-end-line="11" selection-end-column="16" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/target/classes/Main.fxml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="133">
<caret line="7" column="14" selection-start-line="7" selection-start-column="14" selection-end-line="7" selection-end-column="14" />
</state>
</provider>
<provider editor-type-id="JavaFX-Scene-Builder" />
</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="418">
<caret line="30" column="24" selection-start-line="30" selection-start-column="24" selection-end-line="30" selection-end-column="24" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/config/FXPlusConfig.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="171">
<caret line="9" column="48" selection-start-line="9" selection-start-column="48" selection-end-line="9" selection-end-column="48" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/impl/AferControllerMethodImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="190">
<caret line="15" selection-start-line="15" selection-end-line="15" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</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="23370">
<caret line="1336" column="29" selection-start-line="1336" selection-start-column="29" selection-end-line="1336" selection-end-column="29" />
<folding>
<element signature="imports" expanded="true" />
<element signature="e#70340#70341#0" expanded="true" />
<element signature="e#70385#70386#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="jar://C:/java/jdk/src.zip!/java/lang/Class.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="8360">
<caret line="509" column="26" selection-start-line="509" selection-start-column="26" selection-end-line="509" selection-end-column="26" />
</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="931">
<caret line="55" selection-start-line="55" selection-end-line="55" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</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="1349">
<caret line="79" column="9" selection-start-line="79" selection-start-column="9" selection-end-line="79" selection-end-column="9" />
<folding>
<element signature="imports" 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="443">
<caret line="85" column="36" selection-start-line="85" selection-start-column="36" selection-end-line="85" selection-end-column="36" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/messageQueue/MessageQueue.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="665">
<caret line="35" column="16" selection-start-line="35" selection-start-column="16" selection-end-line="35" selection-end-column="16" />
<folding>
<element signature="imports" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/DragWindowHandlerImpl.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="152">
<caret line="13" column="13" selection-start-line="13" selection-start-column="13" selection-end-line="13" selection-end-column="13" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/java/cn/edu/scau/biubiusuisui/function/Controlable.java">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="190">
<caret line="10" selection-start-line="10" selection-end-line="10" />
</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="258">
<caret line="51" column="13" lean-forward="true" selection-start-line="51" selection-start-column="13" selection-end-line="51" selection-end-column="13" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/src/main/resources/Main.fxml">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="247">
<caret line="13" lean-forward="true" selection-start-line="13" selection-end-line="13" />
</state>
</provider>
<provider editor-type-id="JavaFX-Scene-Builder" />
</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>
<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>