Serialized Form
-
Package v1.sulphurapi.exceptions
-
Exception Class v1.sulphurapi.exceptions.IllegalUrlException
class IllegalUrlException extends Exception implements Serializable
-
-
Package v1.sulphurapi.structure.custom.dialog
-
Class v1.sulphurapi.structure.custom.dialog.ObjectDialog
class ObjectDialog extends JDialog implements Serializable-
Serialized Fields
-
addButton
JButton addButton
-
clearButton
JButton clearButton
-
loadedNode
CustomTableNode loadedNode
-
paramListing
JComboBox<String> paramListing
-
relativeParent
JComponent relativeParent
-
removeButton
JButton removeButton
-
table
CustomEditorTable table
-
validateButton
JButton validateButton
-
-
-
Class v1.sulphurapi.structure.custom.dialog.ObjectDialogCellEditor
class ObjectDialogCellEditor extends AbstractCellEditor implements Serializable-
Serialized Fields
-
dialog
ObjectDialog dialog
-
parentCell
CustomCell parentCell
-
-
-
-
Package v1.sulphurapi.structure.custom.jtable
-
Class v1.sulphurapi.structure.custom.jtable.CustomEditorTable
class CustomEditorTable extends JTable implements Serializable-
Serialized Fields
-
activeNode
CustomTableNode activeNode
Main node of the table holding the data of the table for later serialization and deserialization. -
sharedDialog
ObjectDialog sharedDialog
Reference to the dialog winodw used for editing the table cells. -
tableParameters
ArrayList<io.swagger.v3.oas.models.parameters.Parameter> tableParameters
List of the parameters from the OpenAPI schema that are displayed in the table. -
tableSchema
io.swagger.v3.oas.models.media.Schema<?> tableSchema
The schema of the table, which defines the structure of the data in the table.
-
-
-
Class v1.sulphurapi.structure.custom.jtable.CustomEditorTableModel
class CustomEditorTableModel extends DefaultTableModel implements Serializable-
Serialized Fields
-
editorComponents
ArrayList<CustomTableRow> editorComponents
A map to hold the editor components for each cell in the table. The key is a Pair of row and column indices, and the value is a Pair of TableCellEditor and JComponent. -
lazySchemaLoaded
Boolean lazySchemaLoaded
Flag holinding the state of whether the schema has been loaded lazily. -
parentNode
CustomTableNode parentNode
The parent node of this table model, which is an instance ofCustomTableNode
.
-
-
-