Re: Custom Tags: Anyone doing it?
List for Users of Carlsbad Cubes' Technologies and Products <[email protected]> Wed, 01 Mar 2006 10:23:11 +0100
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Organization | http://freemail.web.de/ |
| Message-ID | <[email protected]> |
Hello, actually, I use custom tags a lot. Some are simple, some more complex. One of the more complex custom tag I use deals with the limitation of JCheckboxMenuItem, as this does not propagate its selected state to actions connected. So I extended JCheckboxMenuItem, JToggleButton and AbstractAction (no custom tag for that, as you may have guessed). In the extended classes I fire a property change event in the overwritten method setSelected(). Other custom tags include drag-and-drop-images, components displaying some zoom factor, help enabled everything (see mailinglist archive for that). Hope this gives you a rough idea. Yours, Frank Meissner List for Users of Carlsbad Cubes' Technologies and Products <[email protected]> schrieb am 01.03.06 02:08:48: > > Greetings, > > I am starting a new project and think that using custom tags would be a > great solution to my problem. > > Are there anyone here who can tell me there experiences using custom tags? > > Thanks > > > > > _______________________________________________ > Forum mailing list > [email protected] > http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com