GormGenericEditor class documentation
Authors
Generated by buildd
Contents -
Software documentation for the GormGenericEditor class
Software documentation for the GormGenericEditor(PrivateMethods) category
Software documentation for the GormGenericEditor class
GormGenericEditor
: NSMatrix
Declared in:
GormCore/GormGenericEditor.h
Conforms to:
IBEditors
IBSelectionOwners
Description forthcoming.
Instance Variables
Method summary
-changeSelection:
-groupSelectionInBox
-groupSelectionInScrollView
-groupSelectionInSplitView
-groupSelectionInView
-setEditor:forDocument:
-ungroup
-willCloseDocument:
+editorForDocument:
+setEditor:forDocument:
-activate
-addObject:
-close
-closeSubeditors
-containsObject:
-copySelection
-deleteSelection
-document
-editedObject
-fileTypes
-initWithObject:inDocument:
-isOpened
-objects
-openSubeditorForObject:
-orderFront
-pasteInSelection
-rectForObject:
-refreshCells
-removeObject:
-selectObjects:
-wantsSelection
-window
editorForDocument:
+ (id)
editorForDocument:
(id
)aDocument;
Description forthcoming.
setEditor: forDocument:
+ (void)
setEditor:
(id)editor
forDocument:
(id
)aDocument;
Description forthcoming.
activate
- (BOOL)
activate
;
Description forthcoming.
addObject:
- (void)
addObject:
(id)anObject;
Description forthcoming.
close
- (void)
close
;
Description forthcoming.
closeSubeditors
- (void)
closeSubeditors
;
Description forthcoming.
containsObject:
- (BOOL)
containsObject:
(id)object;
Description forthcoming.
copySelection
- (void)
copySelection
;
Description forthcoming.
deleteSelection
- (void)
deleteSelection
;
Description forthcoming.
document
- (id
)
document
;
Description forthcoming.
editedObject
- (id)
editedObject
;
Description forthcoming.
fileTypes
- (NSArray*)
fileTypes
;
Description forthcoming.
initWithObject: inDocument:
- (id)
initWithObject:
(id)anObject
inDocument:
(id
)aDocument;
Description forthcoming.
isOpened
- (BOOL)
isOpened
;
Description forthcoming.
objects
- (NSArray*)
objects
;
Description forthcoming.
openSubeditorForObject:
- (id
)
openSubeditorForObject:
(id)anObject;
Description forthcoming.
orderFront
- (void)
orderFront
;
Description forthcoming.
pasteInSelection
- (void)
pasteInSelection
;
Description forthcoming.
rectForObject:
- (NSRect)
rectForObject:
(id)anObject;
Description forthcoming.
refreshCells
- (void)
refreshCells
;
Description forthcoming.
removeObject:
- (void)
removeObject:
(id)anObject;
Description forthcoming.
selectObjects:
- (void)
selectObjects:
(NSArray*)anArray;
Description forthcoming.
wantsSelection
- (BOOL)
wantsSelection
;
Description forthcoming.
window
- (NSWindow*)
window
;
Description forthcoming.
Instance Variables for GormGenericEditor Class
activated
@protected BOOL
activated
;
Description forthcoming.
closed
@protected BOOL
closed
;
Description forthcoming.
document
@protected id
document
;
Description forthcoming.
dragPb
@protected NSPasteboard*
dragPb
;
Description forthcoming.
dragType
@protected NSString*
dragType
;
Description forthcoming.
objects
@protected NSMutableArray*
objects
;
Description forthcoming.
resourceManager
@protected IBResourceManager*
resourceManager
;
Description forthcoming.
selected
@protected id
selected
;
Description forthcoming.
Software documentation for the GormGenericEditor(PrivateMethods) category
GormGenericEditor
(
PrivateMethods
)
Declared in:
GormCore/GormGenericEditor.h
Warning
this category is
private
, which means that the methods are for internal use by the package. You should not use them in external code.
Method summary
-changeSelection:
-groupSelectionInBox
-groupSelectionInScrollView
-groupSelectionInSplitView
-groupSelectionInView
-setEditor:forDocument:
-ungroup
-willCloseDocument:
changeSelection:
- (id)
changeSelection:
(id)sender;
Description forthcoming.
groupSelectionInBox
- (void)
groupSelectionInBox
;
Description forthcoming.
groupSelectionInScrollView
- (void)
groupSelectionInScrollView
;
Description forthcoming.
groupSelectionInSplitView
- (void)
groupSelectionInSplitView
;
Description forthcoming.
groupSelectionInView
- (void)
groupSelectionInView
;
Description forthcoming.
setEditor: forDocument:
- (void)
setEditor:
(id)anEditor
forDocument:
(id
)doc;
Description forthcoming.
ungroup
- (void)
ungroup
;
Description forthcoming.
willCloseDocument:
- (void)
willCloseDocument:
(NSNotification*)aNotification;
Description forthcoming.