JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.value
Class IPAddressValueModel

java.lang.Object
  |
  +--com.klg.jclass.util.value.AbstractValueModel
        |
        +--com.klg.jclass.util.value.IPAddressValueModel
All Implemented Interfaces:
JCValueModel, Serializable

public class IPAddressValueModel
extends AbstractValueModel

This is a default class which stores an object of type IPAddress.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.util.value.AbstractValueModel
listeners, value
 
Constructor Summary
IPAddressValueModel()
          Creates a IPAddressValueModel.
IPAddressValueModel(com.klg.jclass.util.JCIPAddress value)
          Creates a IPAddressValueModel with the given value.
 
Method Summary
 Class getValueClass()
          Returns the type of the core value, in this case any Object.
 
Methods inherited from class com.klg.jclass.util.value.AbstractValueModel
addValueListener, getValue, removeValueListener, setValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPAddressValueModel

public IPAddressValueModel()
Creates a IPAddressValueModel.


IPAddressValueModel

public IPAddressValueModel(com.klg.jclass.util.JCIPAddress value)
Creates a IPAddressValueModel with the given value.

Method Detail

getValueClass

public Class getValueClass()
Returns the type of the core value, in this case any Object.

Specified by:
getValueClass in interface JCValueModel
Specified by:
getValueClass in class AbstractValueModel
Returns:
The class of the value for this value model

Copyright © 2004 Quest Software Inc..
All rights reserved.