JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table.beans
Class SelectedForegroundColorEditor

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

public class SelectedForegroundColorEditor
extends ColorEditor

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

See Also:
ColorEditor

Constructor Summary
SelectedForegroundColorEditor()
           
 
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

SelectedForegroundColorEditor

public SelectedForegroundColorEditor()
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.