org.formaria.awt
Class AttributeHelper

java.lang.Object
  extended by org.formaria.awt.AttributeHelper

public class AttributeHelper
extends java.lang.Object

A class to provide some backward compatibility with the deprecated AttributedComponent interface

Copyright (c) Formaria Ltd., 2008
License: see http://www.formaria.org/licensing


Constructor Summary
AttributeHelper(Project project)
           
 
Method Summary
protected  int setAttribute(java.lang.Object component, java.lang.Class klass)
           
 int setAttribute(java.lang.Object component, java.lang.String attribName, java.lang.Object attribValue)
           
protected  int superSetAttribute(java.lang.Object component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeHelper

public AttributeHelper(Project project)
Method Detail

setAttribute

public int setAttribute(java.lang.Object component,
                        java.lang.String attribName,
                        java.lang.Object attribValue)

superSetAttribute

protected int superSetAttribute(java.lang.Object component)

setAttribute

protected int setAttribute(java.lang.Object component,
                           java.lang.Class klass)