Authors
- Generated by buildd
-
- Declared in:
- InterfaceBuilder/IBInspector.h
Description forthcoming.
Instance Variables
Method summary
- (void)
dealloc;
Releases all the instance variables (apart from
the window, which is presumed to release itself when
closed) and removes self as an observer of
notifications before destroying self.
- (NSView*)
initialFirstResponder;
The first view to be selected in the inspector.
- (id)
object;
The object being inspected.
- (void)
ok: (id)sender;
Action to take when user clicks the OK button
- (NSButton*)
okButton;
Inspector supplied button - the inspectors
manager will position this button for you.
- (void)
revert: (id)sender;
Action to take when user clicks the revert button
- (NSButton*)
revertButton;
Inspector supplied button - the inspectors
manager will position this button for you.
- (void)
setObject: (id)anObject;
Extension - not in NeXTstep - this message is
sent to your inspector to tell it to set its edited
object and make any changes to its UI needed.
- (void)
textDidBeginEditing: (NSNotification*)aNotification;
Used to take notice of textfields in inspector being
updated.
- (void)
touch: (id)sender;
Method to mark the inspector as needing saving (ok
or revert).
- (BOOL)
wantsButtons;
If this method returns YES
, the manager
will partition off a section of the inspector panel
for display of 'ok' and 'revert' buttons, which your
inspector must supply.
- (NSWindow*)
window;
The window that the UI of the inspector exists in.
Instance Variables for IBInspector Class
@protected id object;
Description forthcoming.
@protected NSButton* okButton;
Description forthcoming.
@protected NSButton* revertButton;
Description forthcoming.
@protected NSWindow* window;
Description forthcoming.