JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util
Class JCUtil

java.lang.Object
  |
  +--com.klg.jclass.util.JCUtil

public class JCUtil
extends Object

Utility methods for JClass.


Constructor Summary
JCUtil()
           
 
Method Summary
static String getComponentName(Component c)
          Gets a name for this component that can be printed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCUtil

public JCUtil()
Method Detail

getComponentName

public static String getComponentName(Component c)
Gets a name for this component that can be printed. Component.toString() prints this name along with a long list of parameters. If you want the short version, call this method.

Parameters:
c - the component whose printable String we want
Returns:
the String representing the component

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