Re: [Nanodesigner-developers] Sample GUI Design
Status: Alpha
Brought to you by:
swinnen
|
From: Elie De B. <el...@de...> - 2004-11-03 17:17:19
|
> >That's what I meant, an action subclass with an class extending Abstract= > Action=20 > >for each action. > > =20 > > > Yes, also important is the ability to add action classes from plug-ins=20 > later. > This will be the real tricky thing I think. That shouldn't be a problem either, we could load them with Class.forName(); so we should only get the name of the classes (and their location in the menu structure) from a configfile. Or from a factory class which contains a list/hashmap/... of all possible plugin classes. This is more a matter of convention than of technical difficulty. The code snippet posted was only proof of concept so Fuji could easily copy paste it to his current sourcetree. greetings Elie -- <============================> Homepage: www.de-brauwer.be <============================> |