home *** CD-ROM | disk | FTP | other *** search
- {
- Name = OmniWeb;
- AppleEventCode = "Ow00";
-
- Classes = {
- NSApplication = {
- Superclass = "NSCoreSuite.NSApplication";
- "AppleEventCode" = "capp";
- Attributes = {
- fullVersion = {
- Type = NSString;
- AppleEventCode = "Ow03";
- ReadOnly = "YES";
- };
- };
- "ToManyRelationships" = {
- "browsers" = {
- "Type" = "OWBrowserController";
- "AppleEventCode" = "Owbc";
- "ReadOnly" = "Yes";
- };
- };
- SupportedCommands = {
- "Flush" = "handleFlushCommand:";
- };
- };
-
- OWBrowserController = {
- Superclass = "NSCoreSuite.AbstractObject";
- AppleEventCode = "Owbc";
- Attributes = {
- navigationBarVisible = {
- Type = NSNumber;
- AppleEventCode = "Ow06";
- };
- addressAlwaysVisible = {
- Type = NSNumber;
- AppleEventCode = "Ow07";
- };
- favoritesVisible = {
- Type = NSNumber;
- AppleEventCode = "Ow08";
- };
- addressString = {
- Type = NSString;
- AppleEventCode = "Owas";
- };
- canStop = {
- Type = NSString;
- AppleEventCode = "Owib";
- };
- };
- "ToOneRelationships" = {
- "window" = {
- "Type" = "NSCoreSuite.NSWindow";
- "AppleEventCode" = "cwin";
- "ReadOnly" = "Yes";
- };
- };
- SupportedCommands = {
- "Reload" = "handleReloadCommand:";
- "Stop" = "handleStopCommand:";
- };
- };
- /*
- OWURL = {
- Superclass = "NSCoreSuite.AbstractObject";
- AppleEventCode = "OwUR";
- Attributes = {
- netLocation = {
- Type = NSString;
- AppleEventCode = "Ow11";
- };
- path = {
- Type = NSString;
- AppleEventCode = "Ow12";
- };
- query = {
- Type = NSString;
- AppleEventCode = "Ow13";
- };
- fragment = {
- Type = NSString;
- AppleEventCode = "Ow14";
- };
- };
- SupportedCommands = {
- "GetURL" = "handleGetCommand:";
- };
- };
- */
- };
-
-
- Commands = {
- "GetURL" = {
- "CommandClass" = "OWGetURLScriptCommand";
- "Type" = "";
- "AppleEventCode" = "GURL";
- "AppleEventClassCode" = "GURL";
- };
- "Reload" = {
- "CommandClass" = "NSScriptCommand";
- "Type" = "";
- "AppleEventCode" = "Ow09";
- };
- "Stop" = {
- "CommandClass" = "NSScriptCommand";
- "Type" = "";
- "AppleEventCode" = "Ow10";
- };
- "Flush" = {
- "CommandClass" = "NSScriptCommand";
- "Type" = "";
- "AppleEventCode" = "Ow15";
- };
- };
-
- Synonyms = {
- };
-
- }
-