|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FIXConnectionListener.Status | |
---|---|
net.sourceforge.fixpusher.control | Provides classes to control the application. |
net.sourceforge.fixpusher.view | Provides swing classes visualizing this application. |
net.sourceforge.fixpusher.view.message | Provides swing classes visualizing the detailed FIX messages. |
Uses of FIXConnectionListener.Status in net.sourceforge.fixpusher.control |
---|
Methods in net.sourceforge.fixpusher.control that return FIXConnectionListener.Status | |
---|---|
static FIXConnectionListener.Status |
FIXConnectionListener.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FIXConnectionListener.Status[] |
FIXConnectionListener.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sourceforge.fixpusher.control with parameters of type FIXConnectionListener.Status | |
---|---|
void |
FIXConnectionListener.connectionStatusChanged(FIXConnectionListener.Status status,
java.lang.String text)
Connection status changed. |
Uses of FIXConnectionListener.Status in net.sourceforge.fixpusher.view |
---|
Methods in net.sourceforge.fixpusher.view with parameters of type FIXConnectionListener.Status | |
---|---|
void |
TopPanel.connectionStatusChanged(FIXConnectionListener.Status status,
java.lang.String text)
|
abstract void |
AbstractMainPanelContent.setStatus(FIXConnectionListener.Status status)
Sets the status. |
void |
DataDictionaryPanel.setStatus(FIXConnectionListener.Status status)
|
void |
FIXChartPanel.setStatus(FIXConnectionListener.Status status)
|
void |
SettingsPanel.setStatus(FIXConnectionListener.Status status)
|
void |
MainPanel.setStatus(FIXConnectionListener.Status status)
Sets the status. |
void |
StatusPanel.setStatus(FIXConnectionListener.Status status,
java.lang.String text)
Sets the status. |
void |
MainPanel.showDataDictionaryPanel(FIXConnectionListener.Status status)
Show data dictionary panel. |
void |
MainPanel.showSettingsPanel(FIXConnectionListener.Status status)
Show settings panel. |
Uses of FIXConnectionListener.Status in net.sourceforge.fixpusher.view.message |
---|
Methods in net.sourceforge.fixpusher.view.message with parameters of type FIXConnectionListener.Status | |
---|---|
void |
FIXMainMessagePanel.setStatus(FIXConnectionListener.Status status)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |