home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
WriteUp_1.2
/
Application
/
WriteUp.app
/
English.lproj
/
PanelMergeData.nib
/
data.classes
next >
Wrap
Text File
|
1995-01-30
|
1KB
|
94 lines
AfsSwapPanel = {
ACTIONS = {
setSwapView:;
swapInForPrint:;
swapIn:;
};
OUTLETS = {
swapView;
};
SUPERCLASS = Panel;
};
AfsSizableSwapView = {
ACTIONS = {
viewNextSwapPanel:;
viewPreviousSwapPanel:;
swapIn:;
};
OUTLETS = {
firstOutsideText;
lastOutsideText;
titleText;
firstSwapPanel;
popUpListsButton;
delegate;
};
SUPERCLASS = Control;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
AfsLinkedSwapPanel = {
ACTIONS = {
swapOut:;
swapIn:;
};
OUTLETS = {
nextSwapPanel;
lastText;
swapView;
firstText;
};
SUPERCLASS = Panel;
};
anotherDelegate = {
ACTIONS = {
viewDidSwap:;
};
OUTLETS = {
};
SUPERCLASS = Object;
};
PanelMergeData = {
ACTIONS = {
loadFromFile:;
sendPrinter:;
sendDocument:;
paste:;
stopMerge:;
pickInBrowser:;
init:;
};
OUTLETS = {
tableSwapView;
printerButton;
panel;
newDocButton;
docBrowser;
matrix;
docList;
completionPanel;
dataSwapView;
swapView;
noDataSwapView;
pasteButton;
docnameForProgress;
fileButton;
templateDocument;
pieChart;
dataStorage;
dataTableView;
cloneDocument;
};
SUPERCLASS = Object;
};
PieChart = {
ACTIONS = {
};
OUTLETS = {
};
SUPERCLASS = View;
};