Uses of Enum
net.i2p.router.web.helpers.SummaryHelper.NetworkState
Packages that use SummaryHelper.NetworkState
Package
Description
Helpers and handlers for the router console user interface,
with these classes supporting the webapp in routerconsole.war.
-
Uses of SummaryHelper.NetworkState in net.i2p.router.web.helpers
Methods in net.i2p.router.web.helpers that return SummaryHelper.NetworkStateModifier and TypeMethodDescriptionSummaryHelper.NetworkStateMessage.getState()static SummaryHelper.NetworkStateReturns the enum constant of this type with the specified name.static SummaryHelper.NetworkState[]SummaryHelper.NetworkState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.router.web.helpers with parameters of type SummaryHelper.NetworkStateModifier and TypeMethodDescriptionvoidSummaryHelper.NetworkStateMessage.setMessage(SummaryHelper.NetworkState state, String msg) Constructors in net.i2p.router.web.helpers with parameters of type SummaryHelper.NetworkStateModifierConstructorDescription(package private)NetworkStateMessage(SummaryHelper.NetworkState state, String msg)