org.jvnet.substance.button
Class ButtonShaperInfo

java.lang.Object
  extended by org.jvnet.substance.utils.AbstractTraitInfo
      extended by org.jvnet.substance.button.ButtonShaperInfo
All Implemented Interfaces:
SubstanceTraitInfo

public class ButtonShaperInfo
extends AbstractTraitInfo

Information on a single button shaper. This class is part of officially supported API.

Author:
Kirill Grouchnikov

Constructor Summary
ButtonShaperInfo(java.lang.String shaperDisplayName, java.lang.String shaperClassName)
          Simple constructor.
 
Method Summary
 java.lang.String getShaperClassName()
          Deprecated. Use AbstractTraitInfo.getClassName().
 java.lang.String getShaperDisplayName()
          Deprecated. Use AbstractTraitInfo.getDisplayName().
 
Methods inherited from class org.jvnet.substance.utils.AbstractTraitInfo
getClassName, getDisplayName, isDefault, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonShaperInfo

public ButtonShaperInfo(java.lang.String shaperDisplayName,
                        java.lang.String shaperClassName)
Simple constructor.

Parameters:
shaperDisplayName - Display name for this button shaper.
shaperClassName - Class name for this button shaper.
Method Detail

getShaperClassName

public java.lang.String getShaperClassName()
Deprecated. Use AbstractTraitInfo.getClassName().

Returns the class name of this button shaper.

Returns:
The class name of this button shaper.

getShaperDisplayName

public java.lang.String getShaperDisplayName()
Deprecated. Use AbstractTraitInfo.getDisplayName().

Returns the display name of this button shaper.

Returns:
The display name of this button shaper.