Package | Description |
---|---|
com.caplin.motif.fx.blotter |
Parent package with classes that relate to blotters.
|
com.caplin.motif.fx.blotter.message |
Messages that can be sent for structural blotter changes and blotter items.
|
Modifier and Type | Method and Description |
---|---|
abstract BlotterMessageBuilder |
FXBlotter.newItemBuilder(String username,
String itemId,
com.caplin.datasource.messaging.record.GenericMessage record)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
ActivityItemMessage.Builder
Use this class as parameter T when invoking
FXBlotterItemMessageFactory.newItemBuilder(String, String)
or FXCachedBlotterMessage.newItemBuilder(String) |
static class |
ExecutionItemMessage.Builder
Use this class as parameter T when invoking
FXBlotterItemMessageFactory.newItemBuilder(String, String)
or FXCachedBlotterMessage.newItemBuilder(String) |
static class |
FXBaseBlotterItemMessage.Builder<T>
Builder for blotter messages.
|
static class |
HistoricItemMessage.Builder
Use this class as parameter T when invoking
FXBlotterItemMessageFactory.newItemBuilder(String, String)
or FXCachedBlotterMessage.newItemBuilder(String) |
static class |
OrderItemMessage.Builder
Use this class as parameter T when invoking
FXBlotterItemMessageFactory.newItemBuilder(String, String)
or FXCachedBlotterMessage.newItemBuilder(String) |
Modifier and Type | Method and Description |
---|---|
<T extends BlotterMessageBuilder> |
FXBlotterItemMessageFactory.builderFromMessage(FXBlotterItemMessage originalMessage,
String username,
String itemId)
Returns the builder for the
FXBlotterItemMessage , which represents the Record item. |
protected <T extends BlotterMessageBuilder> |
FXBlotterItemMessageFactory.getBuilder(String username,
String itemId,
com.caplin.datasource.messaging.record.GenericMessage record) |
<T extends BlotterMessageBuilder> |
FXBlotterItemMessageFactory.newItemBuilder(String username,
String itemId)
Returns the builder for the
FXBlotterItemMessage , which represents the Record Item. |
Copyright © 2015 Caplin Systems.