Serialized Form
-
Package client.guiApp.impl
-
Class client.guiApp.impl.GuiAppSwing extends JFrame implements Serializable
-
Serialized Fields
-
addBtn
JButton addBtn
-
addIfMaxBtn
JButton addIfMaxBtn
-
authManager
AuthManager authManager
-
bundle
ResourceBundle bundle
-
currentLocale
Locale currentLocale
-
filterColumn
JComboBox<String> filterColumn
-
filterInput
JTextField filterInput
-
langChooser
JComboBox<String> langChooser
-
logoutBtn
JButton logoutBtn
-
mainTable
JTable mainTable
-
mapper
com.fasterxml.jackson.databind.ObjectMapper mapper
-
networkService
NetworkService networkService
-
ownerLabel
JLabel ownerLabel
-
safeList
LinkedList<Movie> safeList
-
sortOptions
JComboBox<String> sortOptions
-
statusLabel
JLabel statusLabel
-
tableModel
DefaultTableModel tableModel
-
worker
NetworkWorker worker
-
-
-
-
Package client.swing.components.actionBtn
-
Class client.swing.components.actionBtn.ActionCell extends AbstractCellEditor implements Serializable
-
Serialized Fields
-
am
AuthManager am
-
bundle
ResourceBundle bundle
-
currentRow
int currentRow
-
gui
GuiAppSwing gui
-
panel
ButtonsPanel panel
-
-
-
Class client.swing.components.actionBtn.ButtonsPanel extends JPanel implements Serializable
-
-
Package common
-
Class common.Request extends Object implements Serializable
-
Class common.Response extends Object implements Serializable
-
Serialized Fields
-
data
LinkedList<Movie> data
-
isUpdate
boolean isUpdate
-
message
String message
-
status
String status
-
-
-
-
Package common.exceptions
-
Class common.exceptions.ExitException extends RuntimeException implements Serializable
-
Class common.exceptions.ScriptRecursionException extends RuntimeException implements Serializable
-
Class common.exceptions.StopInputException extends Exception implements Serializable
-
Class common.exceptions.ValidationException extends Exception implements Serializable
-
-
Package common.model.movie
-
Class common.model.movie.Coordinates extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
x
long x
-
y
float y
-
-
Class common.model.movie.Movie extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class common.model.movie.MovieData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
coordinates
Coordinates coordinates
-
genre
Genre genre
-
name
String name
-
oscarsCount
int oscarsCount
-
screenWriter
Person screenWriter
-
totalBoxOffice
double totalBoxOffice
-
usaBoxOffice
long usaBoxOffice
-
-
-
Package common.model.person