home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J
/
os42j.iso
/
NextDeveloper
/
Demos
/
Keyboard.app
/
English.lproj
/
keymap.nib
/
data.classes
next >
Wrap
Text File
|
1994-04-20
|
2KB
|
101 lines
KeycodeView = {
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
KeymapDocument = {
ACTIONS = {
changeSequence:;
changeCharSet:;
changeCharCode:;
selectKeyboard:;
setNumericKeypad:;
addKeyboard:;
changeShiftType:;
reallySwitchInspector:;
setModifierFlags:;
changeModifier:;
removeKeyboard:;
changeSpecial:;
switchInspector:;
};
OUTLETS = {
sequenceManager;
inspectorView;
charsetPopup;
keyboardBrowser;
specialInspector;
keyboardView;
modifierMatrix;
deadInspector;
charcodeField;
sequenceInspector;
modifierInspector;
keypadBox;
window;
emptyInspector;
charcodeView;
specialMatrix;
characterInspector;
inspectorPopup;
sequenceWindow;
keyboardViewOrig;
alphaBox;
keycodeField;
};
SUPERCLASS = Object;
};
SequenceManager = {
ACTIONS = {
cancelEditing:;
removeSequence:;
editSequences:;
saveSequences:;
addSequence:;
setDocument:;
selectSequence:;
selectKey:;
};
OUTLETS = {
keymap;
inspectorScroller;
selectedKey;
window;
document;
keyMatrixScroller;
selectedSequence;
inspectorMatrix;
keyMatrix;
sequenceMatrix;
};
SUPERCLASS = Object;
};
NXKeyboardView = {
ACTIONS = {
};
OUTLETS = {
delegate;
};
SUPERCLASS = View;
};
KeycapView = {
SUPERCLASS = View;
};
KeyboardApp = {
ACTIONS = {
selectKeymap:;
selectKeyboard:;
};
OUTLETS = {
keyboards;
keymaps;
keyboardBrowser;
keymapBrowser;
currentView;
};
SUPERCLASS = Application;
};