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 -
Class convex.gui.actor.AccountWindow
class AccountWindow extends AbstractGUI implements Serializable-
Serialized Fields
-
account
Address account
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class convex.gui.actor.ActorInvokePanel
class ActorInvokePanel extends JPanel implements Serializable-
Serialized Fields
-
contract
Address contract
-
execPanel
AccountChooserPanel execPanel
-
exportList
DefaultListModel<Symbol> exportList
-
model
StateModel<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 -
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<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
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-
Serialized Fields
-
finished
CompletableFuture<String> finished
-
frame
JFrame frame
-
title
String title
-
-
-
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 -
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-
Serialized Fields
-
displaySize
int displaySize
-
-
-
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 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 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
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
DLFileSystem fileSystem
-
infoLabel
CodeLabel infoLabel
-
pathLabel
JLabel pathLabel
-
previewPanel
PreviewPanel previewPanel
-
selectedPath
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
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
-
warningArea
JTextArea warningArea
-
-
-
Class convex.gui.keys.KeyRingPanel
class KeyRingPanel extends JPanel implements Serializable-
Serialized Fields
-
walletList
ScrollyList<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-
Serialized Fields
-
buttons
JPanel buttons
-
infoLabel
CodeLabel infoLabel
-
lockButton
JButton lockButton
-
replButton
JButton replButton
-
walletEntry
AWalletEntry walletEntry
-
-
-
-
Package convex.gui.models
-
Class convex.gui.models.AccountsTableModel
class AccountsTableModel extends BaseTableModel implements Serializable-
Serialized Fields
-
state
State state
-
-
-
Class convex.gui.models.BaseTableModel
class BaseTableModel extends AbstractTableModel implements Serializable -
Class convex.gui.models.ComboModel
-
Class convex.gui.models.OracleTableModel
class OracleTableModel extends BaseTableModel implements Serializable -
Class convex.gui.models.TorusTableModel
class TorusTableModel extends BaseTableModel implements Serializable-
Serialized Fields
-
asset
Address asset
-
formatter
NumberFormat formatter
-
state
State state
-
torus
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
-
btnRun
JButton btnRun
-
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
-
inputScrollPane
JScrollPane inputScrollPane
-
output
CodePane output
-
OUTPUT_FONT
Font OUTPUT_FONT
-
outputScrollPane
JScrollPane outputScrollPane
-
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
AKeyPair genesisKey
-
genesisState
State genesisState
-
keyGenPanel
KeyGenPanel keyGenPanel
-
KEYPAIRS
List<AKeyPair> KEYPAIRS
-
keyRingPanel
KeyRingPanel keyRingPanel
-
latestState
StateModel<State> latestState
-
messagePanel
MessageFormatPanel messagePanel
-
PEERKEYS
List<AccountKey> PEERKEYS
-
peerList
DefaultListModel<ConvexLocal> peerList
-
restServer
RESTServer restServer
-
serverPanel
ServerListPanel serverPanel
-
tabs
JTabbedPane tabs
-
tickState
StateModel<Long> tickState
-
updateRunning
boolean updateRunning
-
updateThread
Runnable updateThread
-
-
-
Class convex.gui.peer.ServerListPanel
class ServerListPanel 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
ACell state
-
tabbedPane
JTabbedPane tabbedPane
-
-
-
Class convex.gui.state.StateTreeNode
class StateTreeNode extends DefaultMutableTreeNode implements Serializable -
Class convex.gui.state.StateTreePanel
class StateTreePanel extends JPanel implements Serializable-
Serialized Fields
-
state
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
-
addressLabel
JLabel addressLabel
-
balance
BalanceLabel balance
-
convex
Convex convex
-
identicon
Identicon identicon
-
nameLabel
JLabel nameLabel
-
-
-
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
Panel for swap display components -
token1
TokenInfo token1
-
token2
TokenInfo token2
-
-
-
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.TokenInfoPanel
class TokenInfoPanel extends JPanel implements Serializable -
Class convex.gui.wallet.TokenListPanel
class TokenListPanel extends JPanel implements Serializable-
Serialized Fields
-
convex
Convex convex
-
list
ScrollyList<TokenInfo> list
-
-
-
Class convex.gui.wallet.TransferPanel
class TransferPanel extends AbstractGUI implements Serializable-
Serialized Fields
-
address
Address address
-
addressCombo
AddressCombo addressCombo
-
amountField
DecimalAmountField amountField
-
balanceLabel
BalanceLabel balanceLabel
-
convex
Convex convex
-
swapPanel
JPanel swapPanel
Panel for swap display components -
token
TokenInfo token
-
-
-
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
-
-
-