Serialized Form
-
Package convex.gui
-
Class convex.gui.MainGUI
class MainGUI extends AbstractGUI implements Serializable
-
-
Package convex.gui.actor
-
Class convex.gui.actor.AccountInfoPanel
class AccountInfoPanel extends JPanel implements Serializable-
Serialized Fields
-
addr
convex.core.data.Address addr
-
infoArea
JTextArea infoArea
-
-
-
Class convex.gui.actor.AccountWindow
class AccountWindow extends AbstractGUI implements Serializable-
Serialized Fields
-
account
convex.core.data.Address account
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class convex.gui.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
-
model
StateModel<convex.core.State> model
-
-
-
Class convex.gui.actor.ArgBox
class ArgBox extends JTextField implements Serializable -
Class convex.gui.actor.DeployPanel
class DeployPanel extends JPanel implements Serializable-
Serialized Fields
-
acctChooser
AccountChooserPanel acctChooser
-
-
-
Class convex.gui.actor.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.actor.MarketsPanel
class MarketsPanel extends JPanel implements Serializable-
Serialized Fields
-
acctChooser
AccountChooserPanel acctChooser
-
manager
ConvexLocal manager
-
-
-
Class convex.gui.actor.OraclePanel
class OraclePanel extends JPanel implements Serializable-
Serialized Fields
-
createMarketAction
Consumer<convex.core.Result> createMarketAction
-
key
long key
-
manager
ConvexLocal manager
-
receiveAction
DefaultReceiveAction receiveAction
-
scrollPane
JScrollPane scrollPane
-
-
-
Class convex.gui.actor.ParamLabel
class ParamLabel extends JLabel implements Serializable -
Class convex.gui.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.client
-
Class convex.gui.client.ConvexClient
class ConvexClient extends AbstractGUI implements Serializable-
Serialized Fields
-
convex
Convex convex
-
mainPanel
JPanel mainPanel
-
replPanel
REPLPanel replPanel
-
tabs
JTabbedPane tabs
-
-
-
Class convex.gui.client.HomePanel
class HomePanel extends JPanel implements Serializable
-
-
Package convex.gui.components
-
Class convex.gui.components.AbstractGUI
class AbstractGUI extends JPanel implements Serializable -
Class convex.gui.components.ActionButton
class ActionButton extends JButton implements Serializable -
Class convex.gui.components.ActionPanel
class ActionPanel extends JPanel implements Serializable -
Class convex.gui.components.BalanceLabel
class BalanceLabel extends BaseTextPane implements Serializable-
Serialized Fields
-
balance
convex.core.data.prim.AInteger balance
-
balanceColour
Color balanceColour
-
decimals
int decimals
-
-
-
Class convex.gui.components.BalanceLabel.BalanceMenu
class BalanceMenu extends JPopupMenu implements Serializable-
Serialized Fields
-
copyMenuItem
JMenuItem copyMenuItem
-
-
-
Class convex.gui.components.BaseImageButton
class BaseImageButton extends JButton implements Serializable -
Class convex.gui.components.BaseListComponent
class BaseListComponent extends JPanel implements Serializable -
Class convex.gui.components.BaseTextPane
class BaseTextPane extends JTextPane implements Serializable -
Class convex.gui.components.CodeLabel
class CodeLabel extends JTextArea implements Serializable -
Class convex.gui.components.CodePane
class CodePane extends BaseTextPane implements Serializable -
Class convex.gui.components.ConnectPanel
class ConnectPanel extends JPanel implements Serializable-
Serialized Fields
-
addressField
AddressCombo addressField
-
hostField
HostCombo hostField
-
-
-
Class convex.gui.components.DecimalAmountField
class DecimalAmountField extends JTextField implements Serializable-
Serialized Fields
-
decimals
int decimals
-
-
-
Class convex.gui.components.DecimalAmountField.DecimalDocument
class DecimalDocument extends PlainDocument implements Serializable -
Class convex.gui.components.DropdownMenu
class DropdownMenu extends BaseImageButton implements Serializable-
Serialized Fields
-
popupMenu
JPopupMenu popupMenu
-
-
-
Class convex.gui.components.HostCombo
-
Class convex.gui.components.Identicon
class Identicon extends JLabel implements Serializable -
Class convex.gui.components.Identicon.IdenticApp
class IdenticApp extends AbstractGUI implements Serializable -
Class convex.gui.components.NonUpdatingCaret
class NonUpdatingCaret extends DefaultCaret implements Serializable -
Class convex.gui.components.QRCode
class QRCode extends JPanel implements Serializable-
Serialized Fields
-
data
String data
-
image
BufferedImage image
-
-
-
Class convex.gui.components.RightCopyMenu
class RightCopyMenu extends JPopupMenu implements Serializable-
Serialized Fields
-
comp
JTextComponent comp
-
copyMenuItem
JMenuItem copyMenuItem
-
cutMenuItem
JMenuItem cutMenuItem
-
pasteMenuItem
JMenuItem pasteMenuItem
-
-
-
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.WorldPanel
class WorldPanel extends JPanel implements Serializable
-
-
Package convex.gui.components.account
-
Class convex.gui.components.account.AccountChooserPanel
class AccountChooserPanel extends JPanel implements Serializable-
Serialized Fields
-
addressCombo
AddressCombo addressCombo
-
balanceLabel
BalanceLabel balanceLabel
-
convex
Convex convex
-
keyCombo
KeyPairCombo keyCombo
-
modeCombo
JComboBox<String> modeCombo
-
-
-
Class convex.gui.components.account.AccountsPanel
class AccountsPanel extends JPanel implements Serializable-
Serialized Fields
-
table
JTable table
-
tableModel
AccountsTableModel tableModel
-
-
-
Class convex.gui.components.account.AddressCombo
class AddressCombo extends JComboBox<convex.core.data.Address> implements Serializable -
Class convex.gui.components.account.AddressField
class AddressField extends JTextField implements Serializable -
Class convex.gui.components.account.AddressField.AddressDocument
class AddressDocument extends PlainDocument implements Serializable -
Class convex.gui.components.account.KeyPairCombo
class KeyPairCombo extends JComboBox<convex.core.crypto.wallet.AWalletEntry> implements Serializable -
Class convex.gui.components.account.KeyPairCombo.KeyPairRenderer
class KeyPairRenderer extends JLabel implements Serializable
-
-
Package convex.gui.dlfs
-
Class convex.gui.dlfs.DirectoryTree
class DirectoryTree extends JTree implements Serializable-
Serialized Fields
-
fileSystem
convex.dlfs.DLFileSystem fileSystem
-
-
-
Class convex.gui.dlfs.DirectoryTree.DLFileTreeModel
class DLFileTreeModel extends DefaultTreeModel implements Serializable-
Serialized Fields
-
root
Path root
-
-
-
Class convex.gui.dlfs.DirectoryTree.Node
class Node extends DefaultMutableTreeNode implements Serializable-
Serialized Fields
-
childrenLoaded
boolean childrenLoaded
-
isDirectory
boolean isDirectory
-
-
-
Class convex.gui.dlfs.DLFSBrowser
class DLFSBrowser extends AbstractGUI implements Serializable -
Class convex.gui.dlfs.DLFSPanel
class DLFSPanel extends JPanel implements Serializable-
Serialized Fields
-
directoryTree
DirectoryTree directoryTree
-
fileList
FileList fileList
-
fileSystem
convex.dlfs.DLFileSystem fileSystem
-
infoLabel
CodeLabel infoLabel
-
pathLabel
JLabel pathLabel
-
previewPanel
PreviewPanel previewPanel
-
selectedPath
convex.dlfs.DLPath selectedPath
-
-
-
Class convex.gui.dlfs.DLFSTreeCellRenderer
class DLFSTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable -
Class convex.gui.dlfs.DnDTransferHandler
class DnDTransferHandler extends TransferHandler implements Serializable-
Serialized Fields
-
dlfsPanel
DLFSPanel dlfsPanel
Parent, probably should be arbitrary component?
-
-
-
Class convex.gui.dlfs.FileList
-
Serialized Fields
-
directory
Path directory
-
model
DefaultListModel<Path> model
-
-
-
Class convex.gui.dlfs.FileList.FileContextMenu
class FileContextMenu extends JPopupMenu implements Serializable -
Class convex.gui.dlfs.FileList.Renderer
class Renderer extends DefaultListCellRenderer implements Serializable -
Class convex.gui.dlfs.PreviewPanel
class PreviewPanel extends JPanel implements Serializable-
Serialized Fields
-
formatter
DateTimeFormatter formatter
-
information
CodePane information
-
path
Path path
-
-
-
-
Package convex.gui.etch
-
Class convex.gui.etch.DatabasePanel
class DatabasePanel extends JPanel implements Serializable -
Class convex.gui.etch.EtchExplorer
class EtchExplorer extends AbstractGUI implements Serializable-
Serialized Fields
-
homePanel
DatabasePanel homePanel
-
mainPanel
JPanel mainPanel
-
panel
JPanel panel
-
tabs
JTabbedPane tabs
-
-
-
Class convex.gui.etch.EtchWindow
class EtchWindow extends AbstractGUI implements Serializable-
Serialized Fields
-
peer
Convex peer
-
store
etch.EtchStore store
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
-
Package convex.gui.keys
-
Class convex.gui.keys.KeyGenPanel
class KeyGenPanel extends JPanel implements Serializable-
Serialized Fields
-
addWalletButton
ActionButton addWalletButton
-
derivationArea
JTextArea derivationArea
-
derivationPath
int[] derivationPath
-
derivedKeyArea
JTextArea derivedKeyArea
-
formPanel
JPanel formPanel
-
identicon
Identicon identicon
-
masterKeyArea
JTextArea masterKeyArea
-
mnemonicArea
JTextArea mnemonicArea
-
numSpinner
JSpinner numSpinner
-
passArea
JPasswordField passArea
-
privateKeyArea
JTextArea privateKeyArea
-
publicKeyArea
JTextArea publicKeyArea
-
seedArea
JTextArea seedArea
-
-
-
Class convex.gui.keys.KeyRingPanel
class KeyRingPanel extends JPanel implements Serializable-
Serialized Fields
-
walletList
ScrollyList<convex.core.crypto.wallet.AWalletEntry> walletList
-
-
-
Class convex.gui.keys.UnlockWalletDialog
class UnlockWalletDialog extends JDialog implements Serializable-
Serialized Fields
-
passPhrase
char[] passPhrase
-
passwordField
JPasswordField passwordField
-
-
-
Class convex.gui.keys.WalletComponent
class WalletComponent extends BaseListComponent implements Serializable
-
-
Package convex.gui.models
-
Class convex.gui.models.AccountsTableModel
class AccountsTableModel extends BaseTableModel implements Serializable-
Serialized Fields
-
state
convex.core.State state
-
-
-
Class convex.gui.models.BaseTableModel
class BaseTableModel extends AbstractTableModel implements Serializable -
Class convex.gui.models.OracleTableModel
class OracleTableModel extends BaseTableModel 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.models.TorusTableModel
class TorusTableModel extends BaseTableModel 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.panels
-
Class convex.gui.panels.ActorsPanel
class ActorsPanel extends JPanel implements Serializable-
Serialized Fields
-
typePane
JTabbedPane typePane
-
-
-
Class convex.gui.panels.DeployPanel
class DeployPanel extends JPanel implements Serializable -
Class convex.gui.panels.HomePanel
class HomePanel extends JPanel implements Serializable -
Class convex.gui.panels.REPLPanel
class REPLPanel extends JPanel implements Serializable-
Serialized Fields
-
actionPanel
JPanel actionPanel
-
btnClear
JButton btnClear
-
btnCompile
JCheckBox btnCompile
-
btnInfo
JButton btnInfo
-
btnResults
JCheckBox btnResults
-
btnTiming
JCheckBox btnTiming
-
btnTX
JCheckBox btnTX
-
convex
Convex convex
-
DEFAULT_OUTPUT_COLOR
Color DEFAULT_OUTPUT_COLOR
-
execPanel
AccountChooserPanel execPanel
-
highlighting
boolean highlighting
-
history
ArrayList<String> history
-
historyPosition
int historyPosition
-
input
CodePane input
-
INPUT_FONT
Font INPUT_FONT
-
inputListener
convex.gui.panels.REPLPanel.InputListener inputListener
-
output
CodePane output
-
OUTPUT_FONT
Font OUTPUT_FONT
-
splitPane
JSplitPane splitPane
-
-
-
-
Package convex.gui.peer
-
Class convex.gui.peer.AboutPanel
class AboutPanel extends JPanel implements Serializable-
Serialized Fields
-
convex
ConvexLocal convex
-
textArea
JTextArea textArea
-
-
-
Class convex.gui.peer.BlockViewComponent
class BlockViewComponent extends JPanel implements Serializable-
Serialized Fields
-
peerView
ConvexLocal peerView
-
-
-
Class convex.gui.peer.PeerComponent
class PeerComponent extends BaseListComponent implements Serializable-
Serialized Fields
-
convex
ConvexLocal convex
-
description
JTextArea description
-
-
-
Class convex.gui.peer.PeerGUI
class PeerGUI extends AbstractGUI implements Serializable-
Serialized Fields
-
accountsPanel
JPanel accountsPanel
-
cp
long cp
-
frame
JFrame frame
-
genesisKey
convex.core.crypto.AKeyPair genesisKey
-
genesisState
convex.core.State genesisState
-
keyGenPanel
KeyGenPanel keyGenPanel
-
KEYPAIRS
List<convex.core.crypto.AKeyPair> KEYPAIRS
-
keyRingPanel
KeyRingPanel keyRingPanel
-
latestState
StateModel<convex.core.State> latestState
-
messagePanel
MessageFormatPanel messagePanel
-
PEERKEYS
List<convex.core.data.AccountKey> PEERKEYS
-
peerList
DefaultListModel<ConvexLocal> peerList
-
peerPanel
PeersListPanel peerPanel
-
restServer
RESTServer restServer
-
tabs
JTabbedPane tabs
-
tickState
StateModel<Long> tickState
-
updateRunning
boolean updateRunning
-
updateThread
Runnable updateThread
-
-
-
Class convex.gui.peer.PeersListPanel
class PeersListPanel extends JPanel implements Serializable-
Serialized Fields
-
manager
PeerGUI manager
-
peersPanel
JPanel peersPanel
-
peerViewPanel
JPanel peerViewPanel
-
scrollPane
JScrollPane scrollPane
-
-
-
Class convex.gui.peer.TorusPanel
class TorusPanel extends JPanel implements Serializable-
Serialized Fields
-
table
JTable table
-
tableModel
TorusTableModel tableModel
-
-
-
-
Package convex.gui.server
-
Class convex.gui.server.ObserverPanel
class ObserverPanel extends JPanel implements Serializable-
Serialized Fields
-
bgroups
HashMap<String,
ButtonGroup> bgroups -
server
Server server
-
-
-
Class convex.gui.server.PeerInfoPanel
class PeerInfoPanel extends JPanel implements Serializable-
Serialized Fields
-
textArea
JTextArea textArea
-
-
-
Class convex.gui.server.PeerWindow
class PeerWindow extends AbstractGUI implements Serializable-
Serialized Fields
-
peer
ConvexLocal peer
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class convex.gui.server.StressPanel
class StressPanel extends JPanel implements Serializable-
Serialized Fields
-
actionPanel
ActionPanel actionPanel
-
btnRun
JButton btnRun
-
clientCountSpinner
JSpinner clientCountSpinner
-
distCheckBox
JCheckBox distCheckBox
-
formatter
NumberFormat formatter
-
opCountSpinner
JSpinner opCountSpinner
-
peerConvex
Convex peerConvex
-
queryCheckBox
JCheckBox queryCheckBox
-
repeatCheckBox
JCheckBox repeatCheckBox
-
repeatTimeSpinner
JSpinner repeatTimeSpinner
-
requestCountSpinner
JSpinner requestCountSpinner
-
resultArea
JTextArea resultArea
-
resultPanel
JPanel resultPanel
-
splitPane
JSplitPane splitPane
-
syncCheckBox
JCheckBox syncCheckBox
-
transactionCountSpinner
JSpinner transactionCountSpinner
-
txTypeBox
JComboBox<String> txTypeBox
-
-
-
-
Package convex.gui.state
-
Class convex.gui.state.StateExplorer
class StateExplorer extends AbstractGUI implements Serializable-
Serialized Fields
-
state
convex.core.data.ACell state
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class convex.gui.state.StateTreeNode
class StateTreeNode extends DefaultMutableTreeNode implements Serializable-
Serialized Fields
-
isContainer
boolean isContainer
-
object
T extends convex.core.data.ACell object
-
-
-
Class convex.gui.state.StateTreePanel
class StateTreePanel extends JPanel implements Serializable-
Serialized Fields
-
state
convex.core.data.ACell state
-
-
-
-
Package convex.gui.tools
-
Class convex.gui.tools.HackerTools
class HackerTools extends AbstractGUI implements Serializable-
Serialized Fields
-
dataPanel
DLFSPanel dataPanel
-
keyGenPanel
KeyGenPanel keyGenPanel
-
mainPanel
JPanel mainPanel
-
messagePanel
MessageFormatPanel messagePanel
-
tabs
JTabbedPane tabs
-
-
-
Class convex.gui.tools.MessageFormatPanel
class MessageFormatPanel extends JPanel implements Serializable
-
-
Package convex.gui.utils
-
Class convex.gui.utils.SymbolIcon
class SymbolIcon extends ImageIcon implements Serializable
-
-
Package convex.gui.wallet
-
Class convex.gui.wallet.AccountOverview
class AccountOverview extends JPanel implements Serializable-
Serialized Fields
-
balance
BalanceLabel balance
-
convex
Convex convex
-
-
-
Class convex.gui.wallet.FriendPanel
class FriendPanel extends JPanel implements Serializable -
Class convex.gui.wallet.QRPanel
class QRPanel extends JPanel implements Serializable -
Class convex.gui.wallet.SettingsPanel
class SettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
convex
Convex convex
-
-
-
Class convex.gui.wallet.SwapPanel
class SwapPanel extends AbstractGUI implements Serializable-
Serialized Fields
-
amountField
DecimalAmountField amountField
-
convex
Convex convex
-
receiveLabel
BalanceLabel receiveLabel
-
swapPanel
JPanel swapPanel
-
token1
TokenInfo token1
-
token2
TokenInfo token2
-
tradePanel
JPanel tradePanel
-
-
-
Class convex.gui.wallet.SymbolLabel
class SymbolLabel extends CodeLabel implements Serializable-
Serialized Fields
-
symbolName
String symbolName
-
-
-
Class convex.gui.wallet.TokenButton
class TokenButton extends JLabel implements Serializable -
Class convex.gui.wallet.TokenComponent
class TokenComponent extends JPanel implements Serializable-
Serialized Fields
-
balanceLabel
BalanceLabel balanceLabel
-
convex
Convex convex
-
token
TokenInfo token
-
tokenButton
TokenButton tokenButton
-
-
-
Class convex.gui.wallet.WalletApp
class WalletApp extends AbstractGUI implements Serializable-
Serialized Fields
-
convex
Convex convex
-
homePanel
HomePanel homePanel
-
panel
JPanel panel
-
tabs
JTabbedPane tabs
-
-
-
Class convex.gui.wallet.WalletPanel
class WalletPanel extends JPanel implements Serializable-
Serialized Fields
-
convex
Convex convex
-
list
ScrollyList<TokenInfo> list
-
-
-