home *** CD-ROM | disk | FTP | other *** search
- SystemLayoutManager = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = LayoutManager; };
- PreferencesApp = {
- ACTIONS = {};
- OUTLETS = {
- editCopy = editCopy;
- editCut = editCut;
- editMenu = editMenu;
- editPaste = editPaste;
- editSelect = editSelect;
- iconClock = iconClock;
- infoManager = infoManager;
- prefStrings = prefStrings;
- preferencesStrings = preferencesStrings;
- systemLayoutManager = systemLayoutManager;
- userLayoutManager = userLayoutManager;
- };
- SUPERCLASS = Application;
- };
- InfoManager = {
- ACTIONS = {"showInfoPanel:" = "showInfoPanel:"; };
- OUTLETS = {
- infoBox = infoBox;
- infoButton = infoButton;
- infoPanel = infoPanel;
- versionField = versionField;
- };
- SUPERCLASS = Object;
- };
- IconClock = {SUPERCLASS = Object; };
- LayoutManager = {
- ACTIONS = {
- "displayLayoutManager:" = "displayLayoutManager:";
- "selectLayoutCell:" = "selectLayoutCell:";
- };
- OUTLETS = {
- bundleList = bundleList;
- currentLayoutObject = currentLayoutObject;
- currentLayoutView = currentLayoutView;
- layoutCellMatrix = layoutCellMatrix;
- layoutCellScrollView = layoutCellScrollView;
- layoutWindow = layoutWindow;
- };
- SUPERCLASS = Object;
- };
- UserLayoutManager = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = LayoutManager; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-