Uses of Class
zisko.multicastor.program.model.NetworkAdapter.IPType

Packages that use NetworkAdapter.IPType
zisko.multicastor.program.model   
zisko.multicastor.program.view   
 

Uses of NetworkAdapter.IPType in zisko.multicastor.program.model
 

Methods in zisko.multicastor.program.model that return NetworkAdapter.IPType
static NetworkAdapter.IPType NetworkAdapter.getAddressType(java.lang.String address)
           
static NetworkAdapter.IPType NetworkAdapter.IPType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetworkAdapter.IPType[] NetworkAdapter.IPType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of NetworkAdapter.IPType in zisko.multicastor.program.view
 

Methods in zisko.multicastor.program.view with parameters of type NetworkAdapter.IPType
 java.net.InetAddress PanelMulticastConfig.getSelectedAddress(MulticastData.Typ typ, NetworkAdapter.IPType iptype)
           
 java.lang.String PanelMulticastConfig.getSourceIP(int i, NetworkAdapter.IPType iptype)