From 70e7a943101978f2561a4bb247e138da6b0e547f Mon Sep 17 00:00:00 2001 From: Richard Green Date: Wed, 15 Feb 2017 10:22:50 +0000 Subject: [PATCH] Interim checkin --- .../Explorer___demo_nodes__simulation_.xml | 2 +- .../client/jfx/model/NodeMonitorModel.kt | 7 +- .../client/jfx/model/TransactionDataModel.kt | 127 ++++++- .../net/corda/core/messaging/CordaRPCOps.kt | 1 + .../main/kotlin/net/corda/explorer/Main.kt | 3 +- .../explorer/views/StateMachineViewer.kt | 331 ++++++++++++++++++ .../net/corda/explorer/views/FlowViewer.fxml | 29 ++ 7 files changed, 494 insertions(+), 6 deletions(-) create mode 100644 tools/explorer/src/main/kotlin/net/corda/explorer/views/StateMachineViewer.kt create mode 100644 tools/explorer/src/main/resources/net/corda/explorer/views/FlowViewer.fxml diff --git a/.idea/runConfigurations/Explorer___demo_nodes__simulation_.xml b/.idea/runConfigurations/Explorer___demo_nodes__simulation_.xml index 6671745713..e74a7677a2 100644 --- a/.idea/runConfigurations/Explorer___demo_nodes__simulation_.xml +++ b/.idea/runConfigurations/Explorer___demo_nodes__simulation_.xml @@ -2,7 +2,7 @@