ftp.nice.ch/pub/next/developer/resources/palettesfor2.xx/EntryCheckForm.N.bs.tar.gz#/EntryCheckForm/GeneralFormCellInspector.rtf

This is GeneralFormCellInspector.rtf in view mode; [Download] [Up]

GeneralFormCellInspector

INHERITS FROM:	Inspector

DECLARED IN	GeneralFormCellInspector.h

CLASS DESCRIPTION

The GeneralFormCellInspector is the IB inspector for the GeneralFormCell class (surprise).  This implements the code needed to create an inspector panel in the Projects window when an object of type GeneralFormCell is selected in IB.  You probably don't need to know about this class at all, but it's handy to have if you want to add things to the Form IB inspector panel.

INSTANCE VARIABLES:

Inherited from Object:	Class	isa;

Inherited from Inspector:	id	object;

Declared in GeneralFormCellInspector
	id	enabledMatrix;
	id	tagForm;
	id	filterScroller;
	
enabledMatrix	Enabled or not, scrolling or not.

tagForm	Holds the value of the Cell's tag

filterScroller	NXBrowser that holds the possible entry validation routines

METHOD TYPES

Initializing a new inspector	-init;

Accepting the input	-ok:

Reverting to previous state	-revert:

Archiving	-read:, -write:

init
-init

Initializes the inspector by loading the .nib file.

ok:
-ok:sender

Accepts the current state of the inspector and changes the state of the GeneralFormCell object accordingly.


read:
-read:stream

Reads the archived object in from stream.

revert:
-revert:sender

Returns the inspector to the state it was in when the ok: button was last pressed.

write:
-write:stream

archives the object to stream.

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.