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

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

GeneralFormInspector

INHERITS FROM:	Inspector

DECLARED IN	GeneralFormInspector.h

CLASS DESCRIPTION

	The GeneralFormInspector includes the code necessary to implement an Interface Builder (IB) inspector.  When the GeneralForm object is selected and the Project window is set to the Attributes setting, the Inspector Panel will show a display that allows several default settings to be made.  This Inspector is essentially identical to the existing Form inspector; it is included here primarily to allow new modifications to be made to the GeneralForm easily and quickly.
	
INSTANCE VARIABLES:

Inherited from Object:	Class	isa;
i Inherited from Inspector:	id	object;

Declared in GeneralFormInspector:	id	backGrayMatrix;
	id	alignMatrix;
	id	textMatrix;
	id	optionsMatrix;
	id	tagForm;
	
backGrayMatrix	Matrix for setting the background gray of the Form

alignMatrix	Alignment of the field titles

textMatrix	Alignment of the field contents

optionsMatrix	Selecting options for all the fields

tagForm	Holds the tag for the Form

METHOD TYPES

Initializing a new inspector	-init;

Accepting the input	-ok:

Reverting to previous state	-revert:

Archiving	-read:, -write:

INSTANCE METHODS

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 GeneralForm 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.