Hi Chris, For mouse events please see: http://lists.canoo.com/mailman/private/ulc-developer/2003/000445.html
For key event on a ULCComponent you can use: 1. addKeyListener(IKeyListener listener) or 2. registerKeyboardAction(IActionListener action, KeyStroke keyStroke, int condition) Thanks and regards, Janak >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of chris idr >Sent: Monday, December 03, 2007 8:19 PM >To: [email protected] >Subject: [ULC-developer] ULC listeners where are they? > > >hi all, > >id like to know how to setup a a few listeners for ULC? >i need to capture the following events :- >mouseEnter or mouseOver, >mouseExit, >mousePress, >mouseClick, >mouseReleased, >keyPressed, >keyReleased, > >can someone please tell me how i do this. > >many thanks > >chris wade > > > >pr0v4 wrote: >> I'm interessting in setting color for a single ULCTable row. Color >> should be set for a single row by some condition, lets say by value >> from table which we can get for example with >> tableModel.getValueAt(row,column) . So if anyone have any kind of >> suggestion I would be glad to see it! >> Thanks in advance, >> Josip! > >_______________________________________________ >ULC-developer mailing list >[email protected] >http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
