Package networktablesviewer
Class RootTableSidebar
java.lang.Object
networktablesviewer.RootTableSidebar
Holds information about the sidebar
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassHolds information about the sidebar list -
Constructor Summary
ConstructorsConstructorDescriptionRootTableSidebar(JFrame window, WindowContentPane con) Constructs sidebar structure -
Method Summary
Modifier and TypeMethodDescriptionvoidCreates new entries in the listGets the scroll panevoidUpdates old entries in the list
-
Constructor Details
-
RootTableSidebar
Constructs sidebar structure- Parameters:
window- JFrame containercon- Dashboard JPanel
-
-
Method Details
-
getScrollPane
Gets the scroll pane- Returns:
- The JScrollPane
-
createVal
Creates new entries in the list- Parameters:
change- new values to put in list
-
updateVal
Updates old entries in the list- Parameters:
change- latest values to put in the list
-