Re: inspector
Re: inspector
- Subject: Re: inspector
- From: Tore Halset <email@hidden>
- Date: Tue, 24 Jan 2006 19:32:49 +0100
On Jan 5, 2006, at 21:56, j o a r wrote:
A tabless tab view is a great way to do that. Another way is to use
a NSBox, and switch it's content view to match the active inspector
plugin.
I would make separate classes for each inspector plugin, with an
accessor for the plugin view:
@class MyInspectorPlugin : NSObject
- (NSView *) pluginView;
@end
The inspector plugin classes would in this case each load their own
nib, containing only their plugin view. In this way, you get a
fairly clean separation between your inspector, and it's plugins.
Thanks a lot for this useful information!
Regards,
- Tore.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden