JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table.beans
Class SelectedBackgroundColorEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.klg.jclass.table.beans.ColorEditor
              |
              +--com.klg.jclass.table.beans.SelectedBackgroundColorEditor
All Implemented Interfaces:
PropertyEditor

public class SelectedBackgroundColorEditor
extends ColorEditor

Custom property editor for SelectedBackgroundColor editor Extends ColorEditor to allow selection of a color to be used as the background color for selected cells.

See Also:
ColorEditor

Constructor Summary
SelectedBackgroundColorEditor()
           
 
Method Summary
 String getAsText()
           
 String[] getTags()
           
 void setAsText(String text)
           
 
Methods inherited from class com.klg.jclass.table.beans.ColorEditor
eqColor, findParent, getJavaInitializationString
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectedBackgroundColorEditor

public SelectedBackgroundColorEditor()
Method Detail

getTags

public String[] getTags()
Specified by:
getTags in interface PropertyEditor
Overrides:
getTags in class ColorEditor

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class ColorEditor
IllegalArgumentException

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class ColorEditor

Copyright © 2004 Quest Software Inc..
All rights reserved.