JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table.beans
Class FocusRectColorEditor

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

public class FocusRectColorEditor
extends ColorEditor

Custom property editor for FocusRectColor editor Extends ColorEditor to allow selection of a color to be used on table's focus rectangle.

See Also:
ColorEditor

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

FocusRectColorEditor

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