Serialized Form


Package org.cogchar.bundle.demo.convo.ui

Class org.cogchar.bundle.demo.convo.ui.ConversationFrame extends JFrame implements Serializable

Serialized Fields

conversationPanel1

ConversationPanel conversationPanel1

Class org.cogchar.bundle.demo.convo.ui.ConversationInputPanel extends JPanel implements Serializable

Serialized Fields

myNotifier

org.jflux.api.core.Notifier<E> myNotifier

btnSendInput

JButton btnSendInput

txtConvoInput

JTextField txtConvoInput

Class org.cogchar.bundle.demo.convo.ui.ConversationLogPanel extends JPanel implements Serializable

Serialized Fields

myResponseListener

org.cogchar.bundle.demo.convo.ui.ConversationLogPanel.ConvoResponseListener myResponseListener

jScrollPane1

JScrollPane jScrollPane1

txtConvoLog

JTextArea txtConvoLog

Class org.cogchar.bundle.demo.convo.ui.ConversationMonitorPanel extends JPanel implements Serializable

Serialized Fields

conversationInputPanel1

ConversationInputPanel conversationInputPanel1

conversationLogPanel1

ConversationLogPanel conversationLogPanel1

Class org.cogchar.bundle.demo.convo.ui.ConversationPanel extends JPanel implements Serializable

Serialized Fields

myMonitorChain

org.jflux.api.core.node.chain.NodeChain<P,C> myMonitorChain

myHeartbeatNode

org.jflux.api.schedule.HeartbeatNode<T> myHeartbeatNode

myHeartbeatChain

org.jflux.api.core.node.chain.NodeChain<P,C> myHeartbeatChain

myPollIntervalSource

org.jflux.api.core.Source<E> myPollIntervalSource

myHeartbeatMessageSource

org.jflux.api.core.Source<E> myHeartbeatMessageSource

conversationMonitorPanel1

ConversationMonitorPanel conversationMonitorPanel1

jPanel2

JPanel jPanel2

pnlConvoConnect

ConvoConnectionPanel pnlConvoConnect

pnlTabs

JTabbedPane pnlTabs

tabConvo

JPanel tabConvo

tglCogbotHeartbeat

JToggleButton tglCogbotHeartbeat

tglConnect

JToggleButton tglConnect

Class org.cogchar.bundle.demo.convo.ui.ConvoConnectionPanel extends JPanel implements Serializable

Serialized Fields

mySpeechProducer

org.jflux.api.core.node.ProducerNode<E> mySpeechProducer

myConvoProc

org.jflux.api.core.node.ProcessorNode<In,Out> myConvoProc

myTTSCommnadSender

org.jflux.api.core.node.ConsumerNode<E> myTTSCommnadSender

myAnimPromptSender

org.jflux.api.core.node.ConsumerNode<E> myAnimPromptSender

myResponseSender

org.jflux.api.core.node.ConsumerNode<E> myResponseSender

myChain

org.jflux.api.core.node.chain.NodeChain<P,C> myChain

myCogbotIpSource

org.jflux.api.core.Source<E> myCogbotIpSource

myCogbotIpSetter

org.jflux.api.core.Listener<T> myCogbotIpSetter

myCogbotPollIntervalSource

org.jflux.api.core.Source<E> myCogbotPollIntervalSource

myCogbotPollIntervalSetter

org.jflux.api.core.Listener<T> myCogbotPollIntervalSetter

buttonGroup1

ButtonGroup buttonGroup1

comboService

JComboBox comboService

jLabel1

JLabel jLabel1

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

jLabel4

JLabel jLabel4

jLabel6

JLabel jLabel6

jLabel7

JLabel jLabel7

pnlCogbotConnection

JPanel pnlCogbotConnection

pnlPannousConnection

JPanel pnlPannousConnection

pnlRecConnect

MessagingConnectPanel pnlRecConnect

pnlSpeechRec

JPanel pnlSpeechRec

pnlTTS

JPanel pnlTTS

pnlTTSConnect

MessagingConnectPanel pnlTTSConnect

txtCogbot

JTextField txtCogbot

txtCogbotPollInterval

JTextField txtCogbotPollInterval

txtPannousTimeout

JTextField txtPannousTimeout

Class org.cogchar.bundle.demo.convo.ui.MessagingConnectPanel extends JPanel implements Serializable

Serialized Fields

myConnector

MessagingConnectImpl myConnector

myIpSetter

org.jflux.api.core.Listener<T> myIpSetter

myDestSetter

org.jflux.api.core.Listener<T> myDestSetter

lblBrokerAddress

JLabel lblBrokerAddress

lblDestination

JLabel lblDestination

txtBrokerAddress

JTextField txtBrokerAddress

txtDestination

JTextField txtDestination



Copyright © 2010-2014. All Rights Reserved.