Serialized Form
-
Package convex.gui.client
-
Class convex.gui.client.ConvexClient
class ConvexClient extends JPanel implements Serializable-
Serialized Fields
-
aboutPanel
AboutPanel aboutPanel
-
convex
Convex convex
-
homePanel
HomePanel homePanel
-
mainPanel
JPanel mainPanel
-
panel
JPanel panel
-
replPanel
REPLPanel replPanel
-
tabs
JTabbedPane tabs
-
walletPanel
WalletPanel walletPanel
-
-
-
-
Package convex.gui.client.panels
-
Class convex.gui.client.panels.HomePanel
class HomePanel extends JPanel implements Serializable
-
-
Package convex.gui.components
-
Class convex.gui.components.AccountChooserPanel
class AccountChooserPanel extends JPanel implements Serializable -
Class convex.gui.components.ActionPanel
class ActionPanel extends JPanel implements Serializable -
Class convex.gui.components.BaseListComponent
class BaseListComponent extends JPanel implements Serializable -
Class convex.gui.components.BlockViewComponent
class BlockViewComponent extends JPanel implements Serializable-
Serialized Fields
-
peerView
Convex peerView
-
-
-
Class convex.gui.components.CodeLabel
class CodeLabel extends JTextArea implements Serializable -
Class convex.gui.components.DropdownMenu
class DropdownMenu extends JButton implements Serializable-
Serialized Fields
-
popupMenu
JPopupMenu popupMenu
-
-
-
Class convex.gui.components.Identicon
class Identicon extends JLabel implements Serializable -
Class convex.gui.components.PeerComponent
class PeerComponent extends BaseListComponent implements Serializable -
Class convex.gui.components.ScrollyList
class ScrollyList extends JScrollPane implements Serializable -
Class convex.gui.components.Toast
class Toast extends JWindow implements Serializable -
Class convex.gui.components.UnlockWalletDialog
class UnlockWalletDialog extends JDialog implements Serializable-
Serialized Fields
-
passPhrase
char[] passPhrase
-
passwordField
JPasswordField passwordField
-
-
-
Class convex.gui.components.WalletComponent
class WalletComponent extends BaseListComponent implements Serializable -
Class convex.gui.components.WorldPanel
class WorldPanel extends JPanel implements Serializable-
Serialized Fields
-
image
BufferedImage image
-
-
-
-
Package convex.gui.components.models
-
Class convex.gui.components.models.AccountsTableModel
class AccountsTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
state
convex.core.State state
-
-
-
Class convex.gui.components.models.OracleTableModel
class OracleTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
DESC_K
convex.core.data.Keyword DESC_K
-
LIST_S
convex.core.data.Symbol LIST_S
-
oracle
convex.core.data.Address oracle
-
RESULTS_S
convex.core.data.Symbol RESULTS_S
-
state
convex.core.State state
-
-
-
Class convex.gui.components.models.TorusTableModel
class TorusTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
asset
convex.core.data.Address asset
-
formatter
NumberFormat formatter
-
state
convex.core.State state
-
torus
convex.core.data.Address torus
-
-
-
-
Package convex.gui.etch
-
Class convex.gui.etch.EtchExplorer
class EtchExplorer extends JPanel implements Serializable-
Serialized Fields
-
homePanel
DatabasePanel homePanel
-
mainPanel
JPanel mainPanel
-
panel
JPanel panel
-
tabs
JTabbedPane tabs
-
-
-
-
Package convex.gui.etch.panels
-
Class convex.gui.etch.panels.DatabasePanel
class DatabasePanel extends JPanel implements Serializable
-
-
Package convex.gui.manager
-
Class convex.gui.manager.PeerGUI
class PeerGUI extends JPanel implements Serializable-
Serialized Fields
-
aboutPanel
AboutPanel aboutPanel
-
accountsPanel
JPanel accountsPanel
-
cp
long cp
-
homePanel
HomePanel homePanel
-
keyGenPanel
KeyGenPanel keyGenPanel
-
mainPanel
JPanel mainPanel
-
messagePanel
MessageFormatPanel messagePanel
-
panel
JPanel panel
-
peerPanel
PeersListPanel peerPanel
-
restServer
RESTServer restServer
-
tabs
JTabbedPane tabs
-
updateRunning
boolean updateRunning
-
updateThread
Thread updateThread
-
walletPanel
WalletPanel walletPanel
-
-
-
-
Package convex.gui.manager.mainpanels
-
Class convex.gui.manager.mainpanels.AboutPanel
class AboutPanel extends JPanel implements Serializable-
Serialized Fields
-
textArea
JTextArea textArea
-
-
-
Class convex.gui.manager.mainpanels.AccountsPanel
class AccountsPanel extends JPanel implements Serializable-
Serialized Fields
-
table
JTable table
-
tableModel
AccountsTableModel tableModel
-
-
-
Class convex.gui.manager.mainpanels.ActorsPanel
class ActorsPanel extends JPanel implements Serializable-
Serialized Fields
-
typePane
JTabbedPane typePane
-
-
-
Class convex.gui.manager.mainpanels.DeployPanel
class DeployPanel extends JPanel implements Serializable-
Serialized Fields
-
acctChooser
AccountChooserPanel acctChooser
-
-
-
Class convex.gui.manager.mainpanels.HomePanel
class HomePanel extends JPanel implements Serializable -
Class convex.gui.manager.mainpanels.KeyGenPanel
class KeyGenPanel extends JPanel implements Serializable-
Serialized Fields
-
-
Class convex.gui.manager.mainpanels.MessageFormatPanel
class MessageFormatPanel extends JPanel implements Serializable -
Class convex.gui.manager.mainpanels.PeersListPanel
class PeersListPanel extends JPanel implements Serializable-
Serialized Fields
-
peersPanel
JPanel peersPanel
-
peerViewPanel
JPanel peerViewPanel
-
scrollPane
JScrollPane scrollPane
-
-
-
Class convex.gui.manager.mainpanels.TorusPanel
class TorusPanel extends JPanel implements Serializable-
Serialized Fields
-
table
JTable table
-
tableModel
TorusTableModel tableModel
-
-
-
Class convex.gui.manager.mainpanels.WalletPanel
class WalletPanel extends JPanel implements Serializable-
Serialized Fields
-
walletList
ScrollyList<convex.core.crypto.WalletEntry> walletList
-
-
-
-
Package convex.gui.manager.mainpanels.actors
-
Class convex.gui.manager.mainpanels.actors.DeployPanel
class DeployPanel extends JPanel implements Serializable-
Serialized Fields
-
acctChooser
AccountChooserPanel acctChooser
-
-
-
Class convex.gui.manager.mainpanels.actors.MarketComponent
class MarketComponent extends BaseListComponent implements Serializable-
Serialized Fields
-
address
convex.core.data.Address address
-
marketsPanel
MarketsPanel marketsPanel
-
numOutcomes
int numOutcomes
-
osLabels
HashMap<Object,
JLabel> osLabels -
outcomes
convex.core.data.AVector<convex.core.data.ACell> outcomes
-
probLabels
HashMap<Object,
JLabel> probLabels -
title
CodeLabel title
-
tsLabels
HashMap<Object,
JLabel> tsLabels
-
-
-
Class convex.gui.manager.mainpanels.actors.MarketsPanel
class MarketsPanel extends JPanel implements Serializable-
Serialized Fields
-
acctChooser
AccountChooserPanel acctChooser
-
-
-
Class convex.gui.manager.mainpanels.actors.OraclePanel
class OraclePanel extends JPanel implements Serializable-
Serialized Fields
-
createMarketAction
Consumer<convex.core.Result> createMarketAction
-
key
long key
-
oracleActorAddress
convex.core.data.Address oracleActorAddress
-
oracleAddress
convex.core.data.Address oracleAddress
-
receiveAction
DefaultReceiveAction receiveAction
-
scrollPane
JScrollPane scrollPane
-
table
JTable table
-
tableModel
OracleTableModel tableModel
-
-
-
-
Package convex.gui.manager.windows
-
Class convex.gui.manager.windows.BaseWindow
class BaseWindow extends JPanel implements Serializable-
Serialized Fields
-
manager
PeerGUI manager
-
-
-
-
Package convex.gui.manager.windows.actor
-
Class convex.gui.manager.windows.actor.ActorInfoPanel
class ActorInfoPanel extends JPanel implements Serializable -
Class convex.gui.manager.windows.actor.ActorInvokePanel
class ActorInvokePanel extends JPanel implements Serializable-
Serialized Fields
-
contract
convex.core.data.Address contract
-
execPanel
AccountChooserPanel execPanel
-
exportList
DefaultListModel<convex.core.data.Symbol> exportList
-
manager
PeerGUI manager
-
-
-
Class convex.gui.manager.windows.actor.ActorWindow
class ActorWindow extends BaseWindow implements Serializable-
Serialized Fields
-
contract
convex.core.data.Address contract
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class convex.gui.manager.windows.actor.ArgBox
class ArgBox extends JTextField implements Serializable -
Class convex.gui.manager.windows.actor.ParamLabel
class ParamLabel extends JLabel implements Serializable -
Class convex.gui.manager.windows.actor.SmartOpComponent
class SmartOpComponent extends BaseListComponent implements Serializable-
Serialized Fields
-
paramCount
int paramCount
-
paramFields
HashMap<Integer,
JTextField> paramFields Fields for each argument by position. Null entry used for funds offer -
parent
ActorInvokePanel parent
-
sym
convex.core.data.Symbol sym
-
-
-
-
Package convex.gui.manager.windows.etch
-
Class convex.gui.manager.windows.etch.EtchWindow
class EtchWindow extends BaseWindow implements Serializable-
Serialized Fields
-
peer
Convex peer
-
store
etch.EtchStore store
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
-
Package convex.gui.manager.windows.peer
-
Class convex.gui.manager.windows.peer.PeerInfoPanel
class PeerInfoPanel extends JPanel implements Serializable-
Serialized Fields
-
textArea
JTextArea textArea
-
-
-
Class convex.gui.manager.windows.peer.PeerWindow
class PeerWindow extends BaseWindow implements Serializable-
Serialized Fields
-
peer
Convex peer
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class convex.gui.manager.windows.peer.REPLPanel
class REPLPanel extends JPanel implements Serializable-
Serialized Fields
-
btnClear
JButton btnClear
-
btnInfo
JButton btnInfo
-
convex
Convex convex
-
execPanel
AccountChooserPanel execPanel
-
history
ArrayList<String> history
-
historyPosition
int historyPosition
-
inputArea
JTextArea inputArea
-
inputListener
convex.gui.manager.windows.peer.REPLPanel.InputListener inputListener
-
outputArea
JTextArea outputArea
-
panel_1
JPanel panel_1
-
-
-
Class convex.gui.manager.windows.peer.StressPanel
class StressPanel extends JPanel implements Serializable-
Serialized Fields
-
actionPanel
ActionPanel actionPanel
-
btnRun
JButton btnRun
-
clientCountSpinner
JSpinner clientCountSpinner
-
distCheckBox
JCheckBox distCheckBox
-
errors
long errors
-
formatter
NumberFormat formatter
-
opCountSpinner
JSpinner opCountSpinner
-
peerConvex
Convex peerConvex
-
requestCountSpinner
JSpinner requestCountSpinner
-
resultArea
JTextArea resultArea
-
resultPanel
JPanel resultPanel
-
splitPane
JSplitPane splitPane
-
syncCheckBox
JCheckBox syncCheckBox
-
transactionCountSpinner
JSpinner transactionCountSpinner
-
values
long values
-
-
-
-
Package convex.gui.manager.windows.state
-
Class convex.gui.manager.windows.state.StateTreePanel
class StateTreePanel extends JPanel implements Serializable-
Serialized Fields
-
state
convex.core.data.ACell state
-
-
-
Class convex.gui.manager.windows.state.StateWindow
class StateWindow extends BaseWindow implements Serializable-
Serialized Fields
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
-
Package convex.wallet
-
Class convex.wallet.Wallet
class Wallet extends JPanel implements Serializable-
Serialized Fields
-
homePanel
HomePanel homePanel
-
panel
JPanel panel
-
tabs
JTabbedPane tabs
-
-
-