Serialized Form
-
Package com.nnamo.view.customcomponents
-
Class com.nnamo.view.customcomponents.CustomButtonPanel
class CustomButtonPanel extends JButton implements Serializable-
Serialized Fields
-
buttonPanelBehaviour
ButtonPanelBehaviour buttonPanelBehaviour
-
PANEL
JPanel PANEL
-
-
-
Class com.nnamo.view.customcomponents.CustomFont
class CustomFont extends Font implements Serializable -
Class com.nnamo.view.customcomponents.CustomGbc
class CustomGbc extends GridBagConstraints implements Serializable -
Class com.nnamo.view.customcomponents.CustomInfoBar
class CustomInfoBar extends JPanel implements Serializable-
Serialized Fields
-
label
JLabel label
-
textField
JTextField textField
-
-
-
Class com.nnamo.view.customcomponents.CustomPreferButton
class CustomPreferButton extends JButton implements Serializable -
Class com.nnamo.view.customcomponents.CustomRadioButtonsPanel
class CustomRadioButtonsPanel extends JPanel implements Serializable-
Serialized Fields
-
buttonGroup
ButtonGroup buttonGroup
-
filterLabel
JLabel filterLabel
-
radioButtons
ArrayList<JRadioButton> radioButtons
-
-
-
Class com.nnamo.view.customcomponents.CustomSearchBar
class CustomSearchBar extends JPanel implements Serializable-
Serialized Fields
-
Button
JButton Button
-
buttonGroup
ButtonGroup buttonGroup
-
field
JTextField field
-
LabelFilter
JLabel LabelFilter
-
LabelSearch
JLabel LabelSearch
-
listeners
ArrayList<SearchBarListener> listeners
-
radioButtons
ArrayList<JRadioButton> radioButtons
-
-
-
Class com.nnamo.view.customcomponents.CustomSwitchBar
class CustomSwitchBar extends JPanel implements Serializable-
Serialized Fields
-
button
JButton button
-
label
JLabel label
-
listeners
ArrayList<SwitchBarListener> listeners
-
status
RealtimeStatus status
-
-
-
Class com.nnamo.view.customcomponents.CustomTable
class CustomTable extends JPanel implements Serializable-
Serialized Fields
-
dataType
DataType dataType
-
hiddenColumns
ColumnName[] hiddenColumns
-
isSearchable
boolean isSearchable
-
model
DefaultTableModel model
-
radioButtonsPanel
CustomRadioButtonsPanel radioButtonsPanel
-
resetButton
JButton resetButton
-
rowData
Vector<Object> rowData
-
scrollPane
JScrollPane scrollPane
-
searchBar
CustomSearchBar searchBar
-
searchColumns
ColumnName[] searchColumns
-
sorter
TableRowSorter sorter
-
table
JTable table
-
tableColumns
ColumnName[] tableColumns
-
tableRowClickBehaviour
TableRowClickBehaviour tableRowClickBehaviour
-
-
-
Class com.nnamo.view.customcomponents.CustomTitle
class CustomTitle extends JPanel implements Serializable -
Class com.nnamo.view.customcomponents.PasswordBar
class PasswordBar extends JPanel implements Serializable-
Serialized Fields
-
label
JLabel label
-
passwordField
JPasswordField passwordField
-
-
-
-
Package com.nnamo.view.customcomponents.statistic
-
Class com.nnamo.view.customcomponents.statistic.StatisticDetourBus
class StatisticDetourBus extends StatisticUnit implements Serializable -
Class com.nnamo.view.customcomponents.statistic.StatisticEarlyBus
class StatisticEarlyBus extends StatisticUnit implements Serializable -
Class com.nnamo.view.customcomponents.statistic.StatisticLateBus
class StatisticLateBus extends StatisticUnit implements Serializable -
Class com.nnamo.view.customcomponents.statistic.StatisticPunctualBus
class StatisticPunctualBus extends StatisticUnit implements Serializable -
Class com.nnamo.view.customcomponents.statistic.StatisticStoppedBus
class StatisticStoppedBus extends StatisticUnit implements Serializable -
Class com.nnamo.view.customcomponents.statistic.StatisticTotalBus
class StatisticTotalBus extends StatisticUnit implements Serializable -
Class com.nnamo.view.customcomponents.statistic.StatisticUnit
class StatisticUnit extends JLabel implements Serializable-
Serialized Fields
-
CORNER_RADIUS
int CORNER_RADIUS
-
listeners
List<StatisticUpdateListener> listeners
-
metricCollector
MetricCollector metricCollector
-
name
String name
-
unit
String unit
-
value
String value
-
-
-
-
Package com.nnamo.view.custompanels
-
Class com.nnamo.view.custompanels.ButtonPanel
class ButtonPanel extends JPanel implements Serializable-
Serialized Fields
-
buttons
ArrayList<CustomButtonPanel> buttons
-
-
-
Class com.nnamo.view.custompanels.LeftPanel
class LeftPanel extends JPanel implements Serializable-
Serialized Fields
-
buttonPanel
ButtonPanel buttonPanel
-
modularPanel
JPanel modularPanel
-
preferPanel
PreferPanel preferPanel
-
searchPanel
SearchPanel searchPanel
-
settingsPanel
SettingsPanel settingsPanel
-
statsPanel
StatisticsPanel statsPanel
-
-
-
Class com.nnamo.view.custompanels.MapPanel
class MapPanel extends JPanel implements Serializable-
Serialized Fields
-
currentPainter
org.jxmapviewer.painter.CompoundPainter<org.jxmapviewer.JXMapViewer> currentPainter
-
currentRouteId
String currentRouteId
-
currentStopId
String currentStopId
-
currentZoomLimit
int currentZoomLimit
-
map
org.jxmapviewer.JXMapViewer map
-
realtimePositionPainter
RealtimePositionPainter realtimePositionPainter
-
resetRouteButton
JButton resetRouteButton
-
ROMEPOSITION
org.jxmapviewer.viewer.GeoPosition ROMEPOSITION
-
routeCompoundPainter
org.jxmapviewer.painter.CompoundPainter<org.jxmapviewer.JXMapViewer> routeCompoundPainter
-
routePainter
RoutePainter routePainter
-
routePaintersList
List<org.jxmapviewer.painter.Painter<org.jxmapviewer.JXMapViewer>> routePaintersList
-
routeStopPainter
StopPainter routeStopPainter
-
ROUTESZOOMLIMIT
int ROUTESZOOMLIMIT
-
staticPositionPainter
StaticPositionPainter staticPositionPainter
-
stopPainter
StopPainter stopPainter
-
stopPosition
org.jxmapviewer.viewer.GeoPosition stopPosition
-
stops
List<StopModel> stops
-
stopsCompoundPainter
org.jxmapviewer.painter.CompoundPainter<org.jxmapviewer.JXMapViewer> stopsCompoundPainter
-
stopsPaintersList
List<org.jxmapviewer.painter.Painter<org.jxmapviewer.JXMapViewer>> stopsPaintersList
-
STOPSZOOMLIMIT
int STOPSZOOMLIMIT
-
tileFactory
org.jxmapviewer.viewer.DefaultTileFactory tileFactory
-
waypointBehaviour
WaypointBehaviour waypointBehaviour
-
zoomBehaviour
ZoomBehaviour zoomBehaviour
-
-
-
Class com.nnamo.view.custompanels.PreferBarPanel
class PreferBarPanel extends JPanel implements Serializable-
Serialized Fields
-
preferButton
CustomPreferButton preferButton
-
-
-
Class com.nnamo.view.custompanels.PreferPanel
class PreferPanel extends JPanel implements Serializable-
Serialized Fields
-
routeTable
CustomTable routeTable
-
searchBar
CustomSearchBar searchBar
-
stopTable
CustomTable stopTable
-
titleLabel
CustomTitle titleLabel
-
-
-
Class com.nnamo.view.custompanels.SearchPanel
class SearchPanel extends JPanel implements Serializable-
Serialized Fields
-
routePanel
JPanel routePanel
-
routeTable
CustomTable routeTable
-
searchBar
CustomSearchBar searchBar
-
stopTable
CustomTable stopTable
-
title
CustomTitle title
-
-
-
Class com.nnamo.view.custompanels.SettingsPanel
class SettingsPanel extends JPanel implements Serializable-
Serialized Fields
-
logout
SettingsPanel.CustomLogout logout
-
switchBar
CustomSwitchBar switchBar
-
title
CustomTitle title
-
-
-
Class com.nnamo.view.custompanels.SettingsPanel.CustomLogout
class CustomLogout extends JPanel implements Serializable-
Serialized Fields
-
button
JButton button
-
logoutBehaviour
LogoutBehaviour logoutBehaviour
-
-
-
Class com.nnamo.view.custompanels.StatisticsPanel
class StatisticsPanel extends JPanel implements Serializable-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
-
statBusTile
StatisticTotalBus statBusTile
-
statDetourBusTile
StatisticDetourBus statDetourBusTile
-
statEarlyBusTile
StatisticEarlyBus statEarlyBusTile
-
statisticTiles
ArrayList<StatisticUnit> statisticTiles
-
statLateBusTile
StatisticLateBus statLateBusTile
-
statPunctualBusTile
StatisticPunctualBus statPunctualBusTile
-
statStoppedBusTile
StatisticStoppedBus statStoppedBusTile
-
tileContainer
JPanel tileContainer
-
title
CustomTitle title
-
-
-
Class com.nnamo.view.custompanels.StopPanel
class StopPanel extends JPanel implements Serializable-
Serialized Fields
-
stopCode
CustomInfoBar stopCode
-
stopName
CustomInfoBar stopName
-
tableService
CustomTable tableService
-
tableTime
CustomTable tableTime
-
-
-
-
Package com.nnamo.view.frame
-
Class com.nnamo.view.frame.LoginFrame
class LoginFrame extends JFrame implements Serializable-
Serialized Fields
-
buttonLogin
JButton buttonLogin
-
buttonRegister
JButton buttonRegister
-
infoLabel
JLabel infoLabel
-
loginBehavior
LoginBehaviour loginBehavior
-
passwordField
PasswordBar passwordField
-
registerBehavior
RegisterBehaviour registerBehavior
-
usernameField
CustomInfoBar usernameField
-
-
-
Class com.nnamo.view.frame.MainFrame
class MainFrame extends JFrame implements Serializable-
Serialized Fields
-
leftPanel
LeftPanel leftPanel
-
mapPanel
MapPanel mapPanel
-
preferBarPanel
PreferBarPanel preferBarPanel
-
splitLeftMap
JSplitPane splitLeftMap
-
splitMapStop
JSplitPane splitMapStop
-
stopPanel
StopPanel stopPanel
-
-
-
Class com.nnamo.view.frame.StartupLoadingFrame
class StartupLoadingFrame extends JFrame implements Serializable
-