com.japisoft.framework.ui.table
Class SharedProperties

java.lang.Object
  extended bycom.japisoft.framework.ui.table.SharedProperties

public final class SharedProperties
extends java.lang.Object

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Field Summary
static java.awt.Color DISABLED_BGCOLOR
          Color for a disabled row
static java.awt.Color ERROR_BGCOLOR
          Color for a row with error
 
Constructor Summary
SharedProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLED_BGCOLOR

public static java.awt.Color DISABLED_BGCOLOR
Color for a disabled row


ERROR_BGCOLOR

public static java.awt.Color ERROR_BGCOLOR
Color for a row with error

Constructor Detail

SharedProperties

public SharedProperties()