de.kleopatra.view
Class UIProperties

java.lang.Object
  extended byde.kleopatra.view.UIProperties

public class UIProperties
extends java.lang.Object

Class to collect and document all properties and their possible values used as clientProperties or in the UIManager. PENDING: not yet complete

Version:
$Revision: 1.1.1.1 $ - $Date: 2004/08/19 11:18:34 $
Author:
(C) 2004 Jeanette Winzenburg, Berlin

Field Summary
static java.lang.String COMMON_RESOURCE_BUNDLE_NAME
          key to hold the base name of a application-wide resourceBundle.
static java.lang.String NO_LABELENDING
          key to prevent automatic addition of a labelEnding to a given Label.
 
Constructor Summary
UIProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_LABELENDING

public static final java.lang.String NO_LABELENDING
key to prevent automatic addition of a labelEnding to a given Label.

The default LabelCustomizer appends a ":" to every JLabel without this clientProperty set to Boolean.TRUE.

See Also:
Constant Field Values

COMMON_RESOURCE_BUNDLE_NAME

public static final java.lang.String COMMON_RESOURCE_BUNDLE_NAME
key to hold the base name of a application-wide resourceBundle.

if set as a UIManager property, DefaultBundleHandler will try to use it for localization of Presentations if the Presentation returns a null resourceBundleName.

See Also:
Constant Field Values
Constructor Detail

UIProperties

public UIProperties()


Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.