com.jp.comp.calendar
Class MonthPropertyEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.jp.comp.calendar.MonthPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class MonthPropertyEditor
extends java.beans.PropertyEditorSupport

Title: Calendar

Description:

Copyright: Copyrigh (c) jProductivity, L.L.C. 2004

Company: jProductivity, L.L.C.


Constructor Summary
MonthPropertyEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 java.lang.String getJavaInitializationString()
           
protected  java.lang.String getMonthName(int anIndex)
           
 java.lang.String[] getTags()
           
 void setAsText(java.lang.String text)
           
 
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

MonthPropertyEditor

public MonthPropertyEditor()
Method Detail

getMonthName

protected java.lang.String getMonthName(int anIndex)

getTags

public java.lang.String[] getTags()

getJavaInitializationString

public java.lang.String getJavaInitializationString()

getAsText

public java.lang.String getAsText()

setAsText

public void setAsText(java.lang.String text)
               throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException