Serialized Form
-
Package networktablesviewer
-
Class networktablesviewer.DashboardElement
class DashboardElement extends JPanel implements Serializable-
Serialized Fields
-
borderSz
int borderSz
border size of DashboardElement -
dragging
boolean dragging
true is actively resizing -
dragOrigin
Point dragOrigin
desired resize bottom left location -
moveTarget
Point moveTarget
desired move position -
moving
boolean moving
true if actively moving -
popup
DashboardPopup popup
popup for DashboardElement -
title
JLabel title
Title for the DashboardElement -
topic
NetworkAbstraction.TopicValue topic
TopicValue to display in DashboardElement -
value
JLabel value
Value for the DashboardElement -
xmoveOf
int xmoveOf
x offset from click to top left of DashboardElement -
ymoveOf
int ymoveOf
y offset from click to top left of DashboardElement
-
-
-
Class networktablesviewer.DashboardPopup
class DashboardPopup extends JPopupMenu implements Serializable-
Serialized Fields
-
delItem
JMenuItem delItem
Menu Item option to delete DashboardElement
-
-
-
Class networktablesviewer.RootTableSidebar.SidebarList
class SidebarList extends AbstractListModel implements Serializable-
Serialized Fields
-
topics
ArrayList<NetworkAbstraction.TopicValue> topics
List of topics to display in the sidebar list
-
-
-
Class networktablesviewer.SettingsDialog
class SettingsDialog extends JDialog implements Serializable
-