JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Class JCAction.Value

java.lang.Object
  |
  +--com.klg.jclass.util.swing.JCAction.Value
All Implemented Interfaces:
Serializable
Enclosing class:
JCAction

protected class JCAction.Value
extends Object
implements Serializable

Inner class to store key - value pairs in a list.

See Also:
Serialized Form

Field Summary
protected  String key
           
protected  Object value
           
 
Constructor Summary
JCAction.Value(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected String key

value

protected Object value
Constructor Detail

JCAction.Value

public JCAction.Value(String key,
                      Object value)

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