|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
net.sf.advjavacalendar.common.CalendarItemUI
public class CalendarItemUI
GUI implementation of an calendar item
Field Summary |
---|
Fields inherited from interface net.sf.advjavacalendar.common.CalendarItem |
---|
FIVE_MINUTES, ONE_DAY, ONE_HOUR, ONE_MINUTE, QUARTER_HOUR, TEN_MINUTES, TWO_HOURS |
Constructor Summary | |
---|---|
CalendarItemUI()
Default constructor |
|
CalendarItemUI(Data source)
Default constructor |
Method Summary | |
---|---|
java.lang.Long |
getDuration()
Returns the duration of the calendar item |
java.lang.String |
getName()
Returns the name of the item |
Data |
getSource()
Returns the data element where this item is from |
java.util.Date |
getStart()
Returns the start date of the calendar item |
void |
setDuration(java.lang.Long duration)
Sets the duration of the item |
void |
setName(java.lang.String name)
Sets the name of the item |
void |
setStart(java.util.Date date)
Sets the start date |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalendarItemUI()
public CalendarItemUI(Data source)
Method Detail |
---|
public java.util.Date getStart()
CalendarItem
getStart
in interface CalendarItem
public void setStart(java.util.Date date)
CalendarItem
setStart
in interface CalendarItem
date
- The date to set.public java.lang.String getName()
CalendarItem
getName
in interface CalendarItem
public void setName(java.lang.String name)
CalendarItem
setName
in interface CalendarItem
name
- The name to set.public java.lang.Long getDuration()
CalendarItem
getDuration
in interface CalendarItem
public void setDuration(java.lang.Long duration)
CalendarItem
setDuration
in interface CalendarItem
duration
- The duration to set.public Data getSource()
CalendarItem
getSource
in interface CalendarItem
CalendarItem.getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |