Uses of Enum Class
com.nnamo.enums.UpdateMode
Packages that use UpdateMode
-
Uses of UpdateMode in com.nnamo.enums
Methods in com.nnamo.enums that return UpdateModeModifier and TypeMethodDescriptionstatic UpdateMode
Returns the enum constant of this class with the specified name.static UpdateMode[]
UpdateMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UpdateMode in com.nnamo.view.custompanels
Methods in com.nnamo.view.custompanels with parameters of type UpdateModeModifier and TypeMethodDescriptionvoid
LeftPanel.updateFavRouteTable
(List<RouteDirection> route, UpdateMode updateMode) Updates the favorite route table in the prefer panel with the specified route and update mode.void
PreferPanel.updateFavRouteTable
(List<RouteDirection> directedRoutes, UpdateMode updateMode) void
LeftPanel.updateFavStopTable
(StopModel stop, UpdateMode updateMode) Updates the favorite stop table in the prefer panel with the specified stop and update mode.void
PreferPanel.updateFavStopTable
(StopModel stop, UpdateMode updateMode) -
Uses of UpdateMode in com.nnamo.view.frame
Methods in com.nnamo.view.frame with parameters of type UpdateModeModifier and TypeMethodDescriptionvoid
MainFrame.updateFavRouteTable
(List<RouteDirection> route, UpdateMode updateMode) Updates the favorite routes table in the left panel.void
MainFrame.updateFavStopTable
(StopModel stop, UpdateMode updateMode) Updates the favorite stops table in the left panel.