Change NSPopUpButton titles in DTJC
Change NSPopUpButton titles in DTJC
- Subject: Change NSPopUpButton titles in DTJC
- From: Baiss Magnusson <email@hidden>
- Date: Mon, 4 Aug 2003 17:34:20 -0700
I have a NSPopUpButton <popup> whose titles I need to change in the
EOInterfaceController sub-class.
When I get the <popup> in the EOInterfaceController class I find it's
actually a
javax.swing.JComboBox popup;
If I call popup.getModel() I get a
<class
com.webobjects.eointerface.swing.EOSwingComboBoxPlugin$_ComboBoxModel>
Can I get a EOSwingComboBoxPlugin <accessObj> from the JComboBox so
that I can
accessObj.setTitlesFromObjects(
displayGroup().displayedObjects().objects() );
Or is there some other association I can do?
-----
Baiss Eric Magnusson
Woodinville, WA
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.