Package | Description |
---|---|
com.caplin.motif.fx.blotter |
Parent package with classes that relate to blotters.
|
com.caplin.motif.fx.blotter.cache |
Contains classes relating to the cached blotter provider API.
|
com.caplin.motif.fx.blotter.message |
Messages that can be sent for structural blotter changes and blotter items.
|
com.caplin.motif.fx.blotter.subject |
Subjects for the default blotters in the FX Motif.
|
com.caplin.motif.fx.blotter.type |
Classes relating to the four default blotters in the FX Motif.
|
Modifier and Type | Field and Description |
---|---|
static FXBlotter |
FXBlotter.ACTIVITY
The
FXBlotter for the Activity blotter, which holds the regex
for the Activity blotter container subject and its constituents. |
static FXBlotter |
FXBlotter.EXECUTION
The
FXBlotter for the Execution blotter, which holds the regex
for the Execution blotter container subject and its constituents. |
static FXBlotter |
FXBlotter.HISTORIC
The
FXBlotter for the Historic blotter, which holds the regex
for the Historic blotter container subject and its constituents. |
static FXBlotter |
FXBlotter.ORDER
The
FXBlotter for the Order blotter, which holds the regex
for the Order blotter container subject and its constituents. |
Modifier and Type | Field and Description |
---|---|
protected FXBlotter |
FXCachedBlotterMessage.blotter |
Modifier and Type | Method and Description |
---|---|
FXBlotter |
FXCachedBlotterMessage.getBlotter()
Returns the
FXBlotter object that this object was instantiated with. |
Modifier and Type | Field and Description |
---|---|
protected FXBlotter |
FXBlotterMessage.blotter |
protected FXBlotter |
FXBlotterMessageFactory.blotter |
Modifier and Type | Method and Description |
---|---|
FXBlotter |
FXBlotterMessage.getBlotter()
Returns the
FXBlotter object that this object was instantiated with. |
Modifier and Type | Method and Description |
---|---|
void |
FXBlotterMessage.addItem(FXBlotter blotter,
String itemId)
Adds an element to the top of the blotter.
|
void |
FXBlotterMessage.removeItem(FXBlotter blotter,
String itemId)
Removes the element from the blotter, with the item subject as created by the given
FXBlotter object |
Constructor and Description |
---|
FXBlotterItemMessageFactory(FXBlotter blotter,
com.caplin.datasource.messaging.MessageFactory messageFactory)
Deprecated.
FXBlotterItemMessageFactory. You should not need to create
instances of this class yourself. Instead it should be obtained from
FXBlotterItemPublisher.getMessageFactory() |
FXBlotterMessageFactory(FXBlotter blotter,
com.caplin.datasource.messaging.MessageFactory factory)
Deprecated.
You should not need to create instances of this class yourself. Instead instances should
be obtained from
FXBlotterPublisher.getMessageFactory() . |
Modifier and Type | Method and Description |
---|---|
FXBlotter |
FXBlotterItemSubjectInfo.getBlotter()
The
FXBlotter associated with the request |
FXBlotter |
FXBlotterSubjectInfo.getBlotter()
The
FXBlotter associated with the request |
Constructor and Description |
---|
FXBlotterItemSubjectInfo(String subject,
FXBlotter blotter,
String username,
String id)
Constructs an instance of FXBlotterItemSubjectInfo with the given details.
|
FXBlotterItemSubjectParser(FXBlotter blotter)
Creates a new instance of the FXBlotterItemSubjectParser.
|
FXBlotterSubjectInfo(String subject,
FXBlotter blotter,
String username)
Constructs an instance of FXBlotterSubjectInfo with the given details.
|
FXBlotterSubjectParser(FXBlotter blotter)
Constructs the FXBlotterSubjectParser that recognises and parses
blotter subjects as described in the instance of
FXBlotter passed in. |
Modifier and Type | Class and Description |
---|---|
class |
ActivityBlotter
A type of FXBlotter which contains the subjects, regex and suffixes for the
Motif's Activity Blotter.
|
class |
ExecutionBlotter
A type of FXBlotter which contains the subjects, regex and suffixes for the
Motif's Execution Blotter.
|
class |
HistoricBlotter
A type of FXBlotter which contains the subjects, regex and suffixes for the
Motif's Historic Blotter.
|
class |
OrderBlotter
A type of FXBlotter which contains the subjects, regex and suffixes for the
Motif's Order Blotter.
|
Copyright © 2015 Caplin Systems.