edvin
05/20/2018, 9:23 PMedvin
05/20/2018, 9:24 PMtextfield
builder accepts an observable property directly, no need to call bind
manually. bind
also creates a unidirectional binding, while the textfield
builder property parameter creates a bidirectional binding (basically the same as bindBidirectional
)edvin
05/20/2018, 9:25 PMActorModel
and also made sure to update the model on the UI threadedvin
05/20/2018, 9:27 PMcrummy
05/20/2018, 9:37 PMamanda.hinchman-dominguez
05/20/2018, 9:40 PMedvin
05/20/2018, 9:40 PMamanda.hinchman-dominguez
05/20/2018, 9:41 PMedvin
05/20/2018, 9:42 PMamanda.hinchman-dominguez
05/20/2018, 9:42 PMedvin
05/20/2018, 9:42 PMamanda.hinchman-dominguez
05/20/2018, 9:42 PMedvin
05/20/2018, 9:43 PMamanda.hinchman-dominguez
05/20/2018, 9:46 PMamanda.hinchman-dominguez
05/20/2018, 9:46 PMamanda.hinchman-dominguez
05/20/2018, 9:47 PMamanda.hinchman-dominguez
05/20/2018, 9:47 PMamanda.hinchman-dominguez
05/20/2018, 9:48 PMorg.jetbrains.idea.maven.importing.FacetImporter.reimportFacet(Lcom/intellij/openapi/externalSystem/service/project/IdeModifiableModelsProvider;Lcom/intellij/openapi/module/Module;Lorg/jetbrains/idea/maven/importing/MavenRootModelAdapter;Lcom/intellij/facet/Facet;Lorg/jetbrains/idea/maven/project/MavenProjectsTree;Lorg/jetbrains/idea/maven/project/MavenProject;Lorg/jetbrains/idea/maven/project/MavenProjectChanges;Ljava/util/Map;Ljava/util/List;)V
java.lang.AbstractMethodError: org.jetbrains.idea.maven.importing.FacetImporter.reimportFacet(Lcom/intellij/openapi/externalSystem/service/project/IdeModifiableModelsProvider;Lcom/intellij/openapi/module/Module;Lorg/jetbrains/idea/maven/importing/MavenRootModelAdapter;Lcom/intellij/facet/Facet;Lorg/jetbrains/idea/maven/project/MavenProjectsTree;Lorg/jetbrains/idea/maven/project/MavenProject;Lorg/jetbrains/idea/maven/project/MavenProjectChanges;Ljava/util/Map;Ljava/util/List;)V
at org.jetbrains.idea.maven.importing.FacetImporter.process(FacetImporter.java:131)
at org.jetbrains.idea.maven.importing.MavenModuleImporter.lambda$null$1(MavenModuleImporter.java:148)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1010)
at org.jetbrains.idea.maven.importing.MavenModuleImporter.lambda$configFacets$2(MavenModuleImporter.java:136)
at org.jetbrains.idea.maven.utils.MavenUtil.lambda$smartInvokeAndWait$0(MavenUtil.java:162)
at com.intellij.openapi.project.DumbServiceImpl.lambda$smartInvokeLater$7(DumbServiceImpl.java:431)
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:315)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:447)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:431)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:415)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762)
at java.awt.EventQueue.access$500(EventQueue.java:98)
at java.awt.EventQueue$3.run(EventQueue.java:715)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:732)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:779)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:720)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:395)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)`
amanda.hinchman-dominguez
05/20/2018, 9:50 PMedvin
05/20/2018, 9:54 PMedvin
05/20/2018, 9:54 PMedvin
05/20/2018, 9:55 PMedvin
05/20/2018, 9:55 PMedvin
05/20/2018, 9:55 PMamanda.hinchman-dominguez
05/20/2018, 9:56 PMamanda.hinchman-dominguez
05/20/2018, 9:57 PMedvin
05/20/2018, 9:57 PMamanda.hinchman-dominguez
05/20/2018, 9:58 PMedvin
05/20/2018, 9:59 PM