org.progeeks.meta.swing.editor
Class ColorRenderer

java.lang.Object
  extended by org.progeeks.meta.swing.AbstractPropertyUI
      extended by org.progeeks.meta.swing.editor.ColorRenderer
All Implemented Interfaces:
MetaPropertyRenderer, MetaPropertyUI

public class ColorRenderer
extends AbstractPropertyUI
implements MetaPropertyRenderer

A renderer for color values.

Version:
$Revision: 1.2 $
Author:
Paul Speed

Constructor Summary
ColorRenderer()
           
 
Method Summary
 java.awt.Component getUIComponent()
          Returns the component that renders the associated property mutator's value.
protected  void setComponentValue(java.lang.Object value)
          Called to set the current value displayed in the component.
 
Methods inherited from class org.progeeks.meta.swing.AbstractPropertyUI
getPropertyMutator, getViewContext, initializeView, isLabeled, isSingleColumn, propertyChanged, release, releaseComponent, resetComponentValue, setPropertyMutator, setPropertyValue, setupToolTipText, terminateView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.progeeks.meta.swing.MetaPropertyUI
getViewContext, initializeView, isLabeled, isSingleColumn, release, setPropertyMutator
 

Constructor Detail

ColorRenderer

public ColorRenderer()
Method Detail

setComponentValue

protected void setComponentValue(java.lang.Object value)
Called to set the current value displayed in the component.

Specified by:
setComponentValue in class AbstractPropertyUI

getUIComponent

public java.awt.Component getUIComponent()
Returns the component that renders the associated property mutator's value.

Specified by:
getUIComponent in interface MetaPropertyUI
Specified by:
getUIComponent in class AbstractPropertyUI


Copyright © 2002-2003 Paul Speed. All Rights Reserved.