NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
artisan
Joined: 25 Nov 2008 Posts: 23
|
Posted: Wed Mar 30, 2011 11:13 pm Post subject: [platform-dev] Data exchange controller <=> dialog ? |
|
|
What's the intended way to exchange data between a controller and a
dialog ? It's probably a very naïve question ... sorry for that. :-)
The generated comments in the dialog class' store() and load() suggests
to use Preferences or NbPreferences for that. In my case however this
doesn't work:
* NbPreferences works with elementary data types only (int, String,
boolean,...). I'm using a custom class because the dialog is a bit more
complicated than a few text fields.
* NbPreferences are obtained based on a class. Unfortunately I've got
different instances of the same dialog class running at the same time.
Is there an api to exchange specific instances of custom classes
between controller and dialog ? Or should this be developed especially
case per case ?
Many thanks for helping !
Jan |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|