Uses of Class
com.github.markusbernhardt.proxy.ProxySearch.Strategy
-
Packages that use ProxySearch.Strategy Package Description com.github.markusbernhardt.proxy com.github.markusbernhardt.proxy.ui -
-
Uses of ProxySearch.Strategy in com.github.markusbernhardt.proxy
Methods in com.github.markusbernhardt.proxy that return ProxySearch.Strategy Modifier and Type Method Description static ProxySearch.Strategy
ProxySearch.Strategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProxySearch.Strategy[]
ProxySearch.Strategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.markusbernhardt.proxy with parameters of type ProxySearch.Strategy Modifier and Type Method Description void
ProxySearch. addStrategy(ProxySearch.Strategy strategy)
Adds an search strategy to the list of proxy searches strategies. -
Uses of ProxySearch.Strategy in com.github.markusbernhardt.proxy.ui
Fields in com.github.markusbernhardt.proxy.ui with type parameters of type ProxySearch.Strategy Modifier and Type Field Description private javax.swing.JComboBox<ProxySearch.Strategy>
ProxyTester. modes
-