QJCC homepage

biz.chitec.qdemo.swing
Class CalendarPanelDemo.CalendarButtonAL

java.lang.Object
  extended bybiz.chitec.qdemo.swing.CalendarPanelDemo.CalendarButtonAL
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
CalendarPanelDemo

private class CalendarPanelDemo.CalendarButtonAL
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  int position
           
 
Constructor Summary
CalendarPanelDemo.CalendarButtonAL(int positionx)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

private int position
Constructor Detail

CalendarPanelDemo.CalendarButtonAL

public CalendarPanelDemo.CalendarButtonAL(int positionx)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

QJCC homepage