com.alee.managers.style.data
Class IgnoredValue

java.lang.Object
  extended by com.alee.managers.style.data.IgnoredValue

public final class IgnoredValue
extends java.lang.Object

A dummy class to represent ignored property value in component style.

Author:
Mikle Garin
See Also:
How to use StyleManager, StyleManager

Field Summary
static IgnoredValue VALUE
          Constant ignored property value.
 
Constructor Summary
IgnoredValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE

public static final IgnoredValue VALUE
Constant ignored property value.

Constructor Detail

IgnoredValue

public IgnoredValue()