home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-24 | 272.2 KB | 8,647 lines |
-
-
- PART I - IBM Smalltalk Packaging and Distribution Info
-
- When you create an application using IBM Smalltalk, you will be
- reusing certain classes and methods from IBM Smalltalk's reusable
- class libraries. When you package and redistribute your application,
- you may also include these reusable classes and methods in your
- application.
-
- It is important to understand that you may not redistribute all
- of the classes and methods that you find in the IBM Smalltalk
- environment. For example, you are not permitted to include
- classes and methods from the implementation of the IBM Smalltalk
- development environment or its tools and utilities in the
- applications that you package and redistribute. The License
- Information covers redistribution and your obligations when you
- package the listed applications. In all cases, only the object code
- for IBM Smalltalk applications may be redistributed, not the source
- code.
-
- The first part of this document describes those classes and
- methods from the reusable IBM Smalltalk run-time class libraries
- that you may package and redistribute as part of an application
- that you develop with IBM Smalltalk. This is done by providing a
- list of applications whose classes and methods you may redistribute.
-
- The normal way of including code from a IBM Smalltalk application
- in your own application is to add the IBM Smalltalk application in
- the list of prerequisites for your application, so you may think of this
- list as being the list of applications that you may add to the list of
- prerequisites in applications that you intend to package and
- redistribute.
-
- For your convenience, the applications in the following list have
- been packaged into an application runtime file and a set of .app
- files that can be bound to the IBM Smalltalk run-time. If you are
- creating distributable applications only by creating .app files for
- your own applications and binding them with runtime files provided
- by IBM, you do not have to be concerned with the following list of
- applications. However, if you are using the image packager to
- package your application, you need to ensure that you are only
- including IBM Smalltalk applications from the following list in your
- packaged application.
-
-
- REDISTRIBUTABLE APPLICATIONS
-
- Abt3270HllapiBaseApp
- Abt3270HllapiPMSubApp
- Abt3270HllapiUnixSubApp
- Abt3270HllapiWinSubApp
- AbtAPPCBaseApp
- AbtBaseApp
- AbtCFSAdditionsApp
- AbtCICSBaseApp
- AbtCLDTAdditions
- AbtCommunicationsSupportApp
- AbtCPICBaseApp
- AbtCPICPMSubApp
- AbtCPICWinSubApp
- AbtCPICBaseUnixSubApp
- AbtCwBaseAdditionsApp
- AbtDbmBaseOs2AixPlatformInterfaceSubapp
- AbtDbmBaseWinPlatformInterfaceSubapp
- AbtDbmIbmBaseApp
- AbtDbmIbmOs2PlatformInterfaceSubApp
- AbtDbmIbmAixPlatformInterfaceSubApp
- AbtDbmIbmWinPlatformInterfaceSubApp
- AbtDbmKernelApp
- AbtDbmOdbcApp
- AbtDbmOracleBaseApp
- AbtDialogBaseApp
- AbtForeignRecordStructureApp
- AbtForeignRecordUnixSubApp
- AbtHelpApp
- AbtIBMNetBIOSApp
- AbtMQSeriesBaseApp
- AbtNetBIOSBaseApp
- AbtNLSAdditionsSubApp
- AbtPrimitiveBaseApp
- AbtPromptersApp
- AbtPromptersAppWithUI
- AbtRecordStructureBaseApp
- AbtRPCBaseApp
- AbtTCPBaseApp
- AbtTCPBasePMSubApp
- AbtTCPBaseUnixSubApp
- AbtTCPBaseWinSubApp
- AbtThreadsApp
- AbtTraceApp
- AbtWaitApp
- CfsImplementationESWin
- CfsImplementationPM
- CfsImplementationPMWin
- CfsImplementationUnix
- CfsStreams
- CgImageSupport
- CLDT
- CLIM
- CommonFileSystem
- CommonGraphics
- CommonPrinting
- CommonPrintingPM
- CommonPrintingWin
- CommonPrintingX
- CommonWidgets
- Core
- CPM
- CwExtendedWidgetFramework
- CwPrompters
- DdePMImplementationSupport
- DecimalMath
- DsConfigurationApp
- DynamicDataExchange
- EaDumper
- EaLoader
- EaSupport
- EwContainerDragAndDropSupport
- EwContainerSupport
- EwDragAndDropSupport
- EwDrawnListSupport
- EwListSupport
- EwNotebookSupport
- EwSliderSupport
- EwSpinButtonSupport
- EwSupport
- NlsExternalizationRuntime
- SOMBaseApp
- SOMCLDTAdditionsApp
- SOMCOREAdditionsApp
- SOMDataTypeApp
- SOMDFrameworkApp
- SOMDistributionFrameworkWrapperApp
- SOMDistributionFrameworkWrapperFunctionsSubApp
- SOMDSamplesApp
- SOMGeneratorApp
- SOMInterfaceRepositoryApp
- SOMInterfaceRepositoryFrameworkWrapperApp
- SOMKernelApp
- SOMKernelSupportApp
- SOMKernelWrapperApp
- SOMKernelWrapperFunctionsSubApp
- SOMKernelWrapperSupportSubApp
- SOMKSamplesApp
- SOMMetaclassFrameworkApp
- SOMMetaclassFrameworkWrapperApp
- Swapper
- SwapperCrossloadingToES
- SwapperES
- UNIXProcesses
- UnixPlatformFileSystem
-
-
- PART II - IBM Smalltalk API
-
- IBM Smalltalk contains a very large library of reusable classes and methods that can
- be used by application and tools developers to greatly speed development. The
- names of these classes and methods may be thought of as composing the
- API of IBM Smalltalk. This document lists all of these class and method names.
-
- In addition, this document specifies the list of applications whose object code you are
- entitled to package and include in your own applications distributed to your users.
- The normal way of including code from a IBM Smalltalk application in your own application
- is to add the IBM Smalltalk application in the list of prerequisites for your application, so
- you may think of this list as being the list of applications that you may add to the list
- of prerequisites in applications that you intend to package and send to your users.
-
- There are a number of important points you should understand about the IBM Smalltalk
- API:
-
- - The IBM Smalltalk API listed in this document is very large and rich. This is an important
- part of the value that IBM Smalltalk offers to application programmers.
-
- - IBM will make every effort to maintain both the syntax and semantics of this API
- between releases of IBM Smalltalk and also across operating system platforms
- supported by future releases of IBM Smalltalk. Whenever this proves to be impossible,
- IBM will make every effort to give IBM Smalltalk developers advanced notice of API
- changes.
-
- - It is not recommended that new users try to learn the entire IBM Smalltalk API. Even
- the most experienced IBM Smalltalk users know only a portion of the IBM Smalltalk API.
- The browsers in the programming environment are designed to enable you to
- find classes and methods as you need them.
-
- - Not every class and method supplied with IBM Smalltalk is part of the API. It is
- very important to understand that IBM Smalltalk includes not only the classes and
- methods that comprise the API, but also the classes and methods used
- in the internal functioning of the IBM Smalltalk APIs and the IBM Smalltalk environment
- and its tools. We provide these non-API classes and methods primarily to aid
- IBM Smalltalk developers in understanding the functioning of the system and in
- debugging their usage of the API.
-
- This document contains the complete and definitive list of classes and methods
- in the IBM Smalltalk API. In order to help you understand which classes
- and methods are part of the API while browsing in the development environment,
- IBM Smalltalk browsers use the concept of categories for methods in classes.
- Categories allow developers to group methods together according to their intended
- usage or other criteria. All of the API methods of IBM Smalltalk are contained in
- categories that have '-API' in the name. Examples are 'CLDT-API' and
- 'AbtRec-API'. If a method you see in the browser is not contained in a category
- that has '-API' in the name, then it is not part of the supported API
- unless it is an override of a superclass method that is
- contained in a category with '-API' in the name. If you use a method in your
- application that is not part of the IBM Smalltalk API, you may
- have to modify your code to work on a future release of IBM Smalltalk or to work on
- an operating system supported by a future release of IBM Smalltalk. In addition,
- if you use methods from an application for which you do not have the right to
- redistribute code, you may be in violation of the license agreement. See the
- list later in this document for details of which applications' methods you have
- the right to use in your own applications.
-
- For information on understanding and using the IBM Smalltalk API,
- refer to the documentation in the IBM Smalltalk package.
-
-
- API methods for IBM Smalltalk V3.0
-
-
- Abt3270HllapiBaseApp
- Abt3270Hllapi class methods:
- dllName
- dllName:
- entryPointName
- entryPointName:
- initializeDLL
- Abt3270Terminal class methods:
- allSessions
- fromUser
- sessionID
- withShortSessionID:
- Abt3270Hllapi methods:
- connectHostPS
- connectWindowServices
- convertOffset:
- convertPoint:
- copy:fromFieldAtOffset:
- copy:toFieldAtOffset:
- copyHostPS:
- copyHostPS:fromOffset:
- copyHostPS:toOffset:
- copyOIA:
- disconnectHostPS
- disconnectWindowServices
- findFieldLength:atOffset:
- findFieldPosition:atOffset:
- foundPosition
- getKey:
- isHllapiAvailable
- lastLength
- lastRC
- postInterceptStatus:
- queryCloseIntercept
- queryCursorOffset
- queryFieldAttributeAtOffset:
- querySessions:
- querySessionStatus:
- querySystem:
- releaseSession
- reserveSession
- resetSystem
- searchFieldAtOffset:for:
- searchHostPSAtOffset:for:
- sendKey:
- sessionParameters
- sessionParameters:
- setCursor:
- setSessionParameters
- shortSessionID
- shortSessionID:
- startCloseIntercept
- startKeystrokeIntercept:
- stopCloseIntercept
- stopKeystrokeIntercept
- waitKey
- winChangeSwitchListName:
- winChangeWindowName:
- winQueryWindowCoordinates
- winWindowStatus:
- Abt3270HllapiError methods:
- display
- isHllapiError
- printOn:
- Abt3270Screen methods:
- clearInput
- disableScreen
- enableScreen
- getFieldData
- inputFields
- inputFields:
- keyString
- keyString:
- lastError
- outputFields
- outputFields:
- press5250PgDown
- press5250PgUp
- pressClear
- pressEnter
- pressPA:
- pressPF:
- putFieldData
- refreshFieldDefinitions
- settleTime
- settleTime:
- shortSessionID
- shortSessionID:
- terminal
- terminal:
- Abt3270Terminal methods:
- basicType:
- buildFieldDefsOfType:
- buildScreenRecordForFields:
- copyString:toField:
- copyStringFromField:
- currentOIA
- cursorPosition
- cursorPosition:
- enter:andWaitForCursorPositionToChangeFrom:
- enter:andWaitForCursorPositionToChangeTo:
- enter:andWaitForString:
- enterCommand:
- enterCommandLine:
- eraseFieldDefs:
- find:
- find:startingAt:
- findString:
- getStringsIntoFieldRecord:
- isInhibited
- isInsertOn
- isOperatorError
- isScreenOnline
- isShiftOn
- isSysReq
- isSystemWait
- isTerminalWait
- key5250PgDown
- key5250PgUp
- keyAttn
- keyBacktab
- keyClear
- keyDelete
- keyDown
- keyEnter
- keyEraseEOF
- keyEraseInput
- keyHome
- keyInsert
- keyLeft
- keyNewline
- keyPA:
- keyPF:
- keyReset
- keyRight
- keySysAttn
- keySysReq
- keyTab
- keyUp
- newWaitObject
- promptUserToContinueWaiting:
- putStringsFromFieldDefs:
- querySystem
- sessionId
- sessionInfo
- setInsertModeOff
- setInsertModeOn
- shortSessionID
- shortSessionID:
- stringAt:for:
- textFrom:to:
- type:
- vmSystemStatusArea
- waitObject
- waitObject:
- windowBringToBottom
- windowBringToTop
- windowEnlarge
- windowHide
- windowJump
- windowMaximize
- windowMinimize
- windowPosition:
- windowRectangle
- windowRestore
- windowShow
- windowStatus
- windowStatusDo:
- windowTitle:
- Abt3270VmSystemStatusArea methods:
- isCPRead
- isHolding
- isMore
- isNotAccepted
- isRead
- isRunning
- isVMRead
- lastWord
- rawString
- Point methods:
- abtX:
- abtY:
- Abt3270HllapiPMSubApp
- Abt3270Hllapi methods:
- defaultSessionParameters
- Abt3270Terminal methods:
- waitFor:
- Abt3270HllapiUnixSubApp
- Abt3270Hllapi class methods:
- selectHcon
- selectX3270
- Abt3270Hllapi methods:
- defaultSessionParameters
- Abt3270Terminal methods:
- waitFor:
- Abt3270HllapiWinSubApp
- Abt3270Hllapi methods:
- defaultSessionParameters
- Abt3270Terminal methods:
- waitFor:
- AbtAPPCBaseApp
- AbtAPPCCall class methods:
- localTP
- AbtAPPCConfiguration class methods:
- luAliases
- modes
- partnerLuAliases
- AbtAPPCError class methods:
- in:locus:rc:
- in:locus:rc:secondaryRc:
- AbtAPPCLocalTP class methods:
- new
- receiveAllocate:
- AbtAPPCConnectionSpec methods:
- bufferLength
- bufferLength:
- fqPartnerLUName
- fqPartnerLUName:
- localLUAlias
- localLUAlias:
- localLUName
- localTPName
- localTPName:
- mode
- mode:
- netName
- partnerLUAlias
- partnerLUAlias:
- partnerTPName
- partnerTPName:
- password
- password:
- recordType
- returnControl
- returnControl:
- returnControlString
- returnControlString:
- security
- security:
- securityString
- securityString:
- syncLevel
- syncLevel:
- syncLevelString
- syncLevelString:
- uninterpretedPluName
- userId
- userId:
- AbtAPPCConversation methods:
- aReception
- buffer
- bufferLength
- bufferLength:
- confirm
- confirmed
- connectUsing:
- deallocate:
- disconnect
- flush
- fullyQualifiedPartnerLuName
- getAttributes
- luAlias
- luName
- modeName
- netName
- partnerLuAlias
- partnerLuUninterpretedName
- prepareToReceive:locks:
- receiveAndWait:
- receiveAndWait:fill:
- receiveAndWaitDataComplete
- receiveAndWaitDataComplete:
- receiveBuffer:
- receiveImmediate:
- receiveImmediate:fill:
- receiveImmediateDataComplete:
- requestToSend
- sendBuffer:
- sendBuffer:type:
- sendData:
- sendData:type:
- sendData:type:gdsId:
- sendErrorBuffer:errorDirection:
- sendErrorBuffer:type:errorDirection:
- sendErrorData:errorDirection:
- sendErrorData:type:errorDirection:
- sendErrorDirection:
- sendErrorDirectionReceive
- sendErrorRecord:errorDirection:
- sendErrorRecord:sType:errorDirection:
- sendRecord:
- sendRecord:type:
- syncLevel
- type
- userId
- AbtAPPCError methods:
- codesAsString
- display
- primaryRc
- printOn:
- secondaryRc
- AbtAPPCErrorDataComplete methods:
- partlyReceivedRecord
- AbtAPPCLocalTP methods:
- allocate:modeName:partnerTpName:returnControl:syncLevel:security:userId:password:pipData:fqPartnerLUName:
- localLuAlias
- localLuAlias:
- localTpName
- localTpName:
- mcAllocate:modeName:partnerTpName:returnControl:syncLevel:security:userId:password:pipData:fqPartnerLUName:
- mcAllocate:modeName:partnerTpName:returnControl:syncLevel:security:userId:password:pipData:fqPartnerLUName:withConversation:
- tpEnded:
- tpStarted
- AbtAPPCReception methods:
- checkStatus
- conversationType
- conversationTypeAsString
- generalizedDataStreamID
- headerlessData
- initializeWith:
- isComplete
- isConfirm
- sendStandardResponses:
- whatRcvd
- whatRcvdData
- whatRcvdDataAsString
- whatRcvdStatus
- whatRcvdStatusAsString
- AbtAPPCResult methods:
- rtsRcvd
- AbtBaseApp
- AbtStack class methods:
- new
- AbtTimestamp class methods:
- date:time:
- date:time:microSeconds:
- date:time:milliSeconds:
- fromString:
- AbtIndexedDictionary methods:
- ,
- abrRenameKey:to:
- abrRenameKey:to:ifAbsent:
- abrRenameKey:to:ifPresent:ifAbsent:
- add:
- associationAt:ifAbsent:
- associationAtIndex:ifAbsent:
- associationsDo:
- associationsReverseDo:
- at:
- at:ifAbsent:
- at:ifAbsentPut:
- at:ifPresent:
- at:put:
- atIndex:
- atIndex:ifAbsent:
- collect:
- conform:
- detect:ifNone:
- do:
- findFirst:ifNone:
- includes:
- indexAt:
- indexAt:ifAbsent:
- indexAtValue:
- indexAtValue:ifAbsent:
- indexOf:
- inject:into:
- keyAtIndex:
- keyAtIndex:ifAbsent:
- keyAtValue:ifAbsent:
- keys
- keysAndValuesDo:
- reject:
- removeAllKeys:
- removeAllKeys:ifAbsent:
- removeKey:ifAbsent:
- reverseDo:
- select:
- values
- AbtIndexedIdentityDictionary methods:
- includesKey:
- AbtOrderedDictionary methods:
- associationAtIndex:ifAbsent:
- associationsDo:
- associationsReverseDo:
- associationsSelect:
- at:put:afterIndex:
- at:put:afterKey:
- at:put:afterValue:
- at:put:atIndex:
- at:put:beforeIndex:
- at:put:beforeKey:
- at:put:beforeValue:
- atIndex:ifAbsent:
- collect:
- conform:
- detect:ifNone:
- do:
- doWithIndex:
- first
- includes:
- indexAtValue:ifAbsent:
- inject:into:
- keyAtIndex:ifAbsent:
- keys
- last
- moveIndex:afterIndex:ifAbsent:
- moveIndex:beforeIndex:ifAbsent:
- moveIndex:toIndex:ifAbsent:
- moveIndexes:afterIndex:ifAbsent:
- moveIndexes:beforeIndex:ifAbsent:
- moveIndexes:toIndexes:ifAbsent:
- moveKey:afterKey:ifAbsent:
- moveKey:beforeKey:ifAbsent:
- moveValue:afterValue:ifAbsent:
- moveValue:beforeValue:ifAbsent:
- reject:
- removeFirst
- removeKey:ifAbsent:
- removeLast
- reverseDo:
- select:
- AbtOrderedIdentityDictionary methods:
- includesKey:
- AbtStack methods:
- isEmpty
- notEmpty
- peek
- pop
- popUpTo:
- popUpToUsingBlock:
- push:
- AbtTimestamp methods:
- asBytesExcludingMicroseconds
- DirectedMessage methods:
- abrSendWith:
- abrSendWith:with:
- abrSendWithArguments:
- Message methods:
- abrSendTo:
- abrSendTo:with:
- abrSendTo:withArguments:
- OSPointer methods:
- abrAsString
- AbtCFSAdditionsApp
- AbtFileSpec class methods:
- fileSpec:
- findFile:usingPathEnvVarName:
- findFile:usingPathEnvVarName:ifAbsent:
- findFiles:usingPathEnvVarName:caseSensitive:
- findSingleFile:usingPathEnvVarName:
- pathEnvVarName:fileName:
- unique:
- AbtStreamLineReader class methods:
- on:
- AbtFileSpec methods:
- asAbtFileSpec
- cfsDescriptorCreateIfError:
- cfsDescriptorReadOnlyIfError:
- cfsDescriptorReadWriteIfError:
- cfsStreamCreateIfError:
- cfsStreamReadOnlyIfError:
- cfsStreamReadWriteIfError:
- exists
- fullName
- pathEnvVarName
- pathEnvVarName:
- printOn:
- removeIfAbsent:ifError:
- simpleFilename
- withCfsDescriptorNewDo:ifOpenError:
- withCfsDescriptorReadOnlyDo:ifOpenError:
- withCfsDescriptorReadWriteDo:ifOpenError:
- withCfsStreamNewDo:ifOpenError:
- withCfsStreamReadOnlyDo:ifOpenError:
- withCfsStreamReadWriteDo:ifOpenError:
- AbtStreamLineReader methods:
- do:
- EsString methods:
- abrSimpleFilename
- asAbtFileSpec
- AbtCICSBaseApp
- AbtCICSCall class methods:
- cicsServers
- AbtCICSProgram class methods:
- named:
- named:transactionId:
- AbtCICSConnectionSpec methods:
- login:password:
- password
- password:
- programName
- programName:
- recordType
- serverName
- serverName:
- timeOut
- timeOut:
- transactionId
- transactionId:
- userId
- userId:
- AbtCICSError methods:
- abendCode
- codesAsString
- display
- program
- systemReturnCode
- AbtCICSLuw methods:
- automaticallyRecover:
- begin
- commit
- executeProgram:withCommArea:
- extendMode
- extendMode:
- lastError
- lock
- luwToken
- rollback
- AbtCICSProgram methods:
- executeAsPartOfTransaction:withCommArea:
- lastError
- login:password:
- password
- password:
- programName
- programName:
- serverName
- serverName:
- timeOut
- timeOut:
- transactionId
- transactionId:
- userId
- userId:
- AbtCLDTAdditions
- EsString class methods:
- abtFromBytes:
- abtFromPointer:
- abtFromString:
- AdditiveSequenceableCollection methods:
- abrAdd:
- Block methods:
- abtWhileFalse
- abtWhileTrue
- ByteArray methods:
- abtAsExternalPassedPointer
- Collection methods:
- abrIncludesAny:
- Dictionary methods:
- abrRemoveKey:
- EsString methods:
- abrFromAsciiZ
- abrPadWithBlanks:
- abrSubStringIndex:
- abrSubstrings:
- abrWithoutWhitespace
- abtAsExternalPassedPointer
- abtAsInteger
- abtAsIntegerBase:
- abtContains:
- abtContainsNonWhitespace
- abtContainsWhitespace
- abtPadWith:upToLength:onRight:
- IdentityDictionary methods:
- abrKeys
- abrRenameKey:to:ifAbsent:
- abrRenameKey:to:ifPresent:ifAbsent:
- Integer methods:
- abtAsExternalPassedPointer
- Number methods:
- abrTo:reverseDo:
- Object methods:
- abrRemoveAllInterest
- abrRemoveInterestFrom:
- abrRemoveInterestInPrimitive:from:
- abrRemoveInterestInPrimitive:select:
- abrRemoveInterestSelect:
- abtClone
- abtWhenPrimitive:perform:
- abtWhenPrimitive:signal:of:
- signalPrimitiveEvent:
- signalPrimitiveEvent:with:
- signalPrimitiveEvent:withArguments:
- OrderedCollection methods:
- abrAdd:
- abrAdd:afterIndex:
- abrAdd:beforeIndex:
- abrAddAll:afterIndex:
- abrAddAll:beforeIndex:
- abrAt:put:
- OSObject methods:
- abtAsExternalPassedPointer
- abtAsSegmentedAddress
- Rectangle methods:
- abtIncludesPoint:
- abtIsNormalized
- abtNormalize
- abtNormalized
- SequenceableCollection methods:
- abrAddAll:
- abrAsString
- abrAtIndex:
- abrFirst
- abrLast
- abrRemove:
- abrRemoveAll:
- SortedCollection methods:
- abrAdd:
- abrAddAll:
- Stream methods:
- abrSkipToAny:
- abrSkipUntil:
- abrUpToAny:
- abrUpUntil:
- String methods:
- abrIsSymbolString
- Symbol methods:
- abrSendTo:
- abrSendTo:with:
- abrSendTo:withArguments:
- AbtCommunicationsSupportApp
- AbtBuffer class methods:
- fromAddress:ofLength:
- fromAddressOfAddressLength:
- fromBytes:
- fromRecord:
- length:
- usingAddress:ofLength:
- usingBytes:
- usingRecord:
- AbtSelectFDSet class methods:
- new:
- AbtSelectProcessor class methods:
- removeInterestIn:
- selectDelay
- selectDelay:
- waitDelay
- waitDelay:
- waitForReadOn:signalling:
- waitForWriteOn:signalling:
- AbtBuffer methods:
- abtAsExternalPassedPointer
- abtAsSegmentedAddress
- addPartialRecord:recordOffset:
- addPartialRecord:recordOffset:offset:
- addRecord:
- addRecord:offset:
- as16BitParameter
- as:sizedCollectionOfRecordsOfType:
- as:sizedCollectionOfRecordsStartingWithLengthOfType:
- asAbtPointer
- asByteArrayFrom:to:
- asCollectionOfRecordsOfType:
- asInteger
- asNonSmalltalkMemory
- asPointer
- asString
- atReadEnd
- atWriteEnd
- buffer
- containsData
- contents
- contentsAsString
- copyBuffer
- copyBuffer:
- data
- free
- hashValue
- initializeWith:
- isNullHandle
- length
- nilData
- putString:
- recordFrom:
- recordFrom:atOffset:
- recordFrom:atOffset:ofType:
- recordFrom:atOffset:ofType:withLength:
- recordFrom:ofType:
- recordFrom:withLength:
- recordFromField:
- recordFromField:ofType:
- recordFromPartialRecord:
- recordStartingWithLengthFrom:
- reset
- resetReadOffset
- resetWriteOffset
- size
- AbtCommunicationsConnection methods:
- first
- isConnected
- lastError
- receiveWithLengthInData
- sendCollectionOfRecords:
- sendIncorporatingLength:
- sendString:
- sendStringAsLLAsciiZ:
- AbtCommunicationsError methods:
- abrIsCommunicationsError
- codesAsString
- AbtConnectionSpec methods:
- bigEndianByteOrder
- bigEndianByteOrder:
- targetCodePage
- targetCodePage:
- AbtSelectFDSet methods:
- clear
- clearDescriptor:
- isDescriptorSet:
- maxDescriptor
- setDescriptor:
- Object methods:
- abrIsCommunicationsError
- AbtCPICBaseApp
- AbtCPICConnectionSpec methods:
- bufferLength
- bufferLength:
- convType
- convType:
- fill
- fill:
- mode
- mode:
- partnerLUAlias
- partnerLUAlias:
- partnerTPName
- partnerTPName:
- password
- password:
- returnControl
- returnControl:
- returnControlString
- returnControlString:
- security
- security:
- securityString
- securityString:
- symDestName
- symDestName:
- syncLevel
- syncLevel:
- syncLevelString
- syncLevelString:
- userId
- userId:
- AbtCPICConversation methods:
- allocate
- aReception
- confirm
- confirmed
- connectionSpec
- deallocate:
- disconnect
- extractConversationState
- extractConversationType
- extractModeName
- extractPartnerLUName
- extractSecurityUserId
- extractSyncLevel
- extractTPName
- flush
- getAttributes
- initializeConversation:
- log
- log:
- prepareToReceive:
- receiveAndWait
- receiveAndWaitDataComplete
- receiveBuffer:
- receiveWithLength:
- requestToSend
- sendBuffer:
- sendBuffer:type:
- sendData:
- sendData:type:
- sendData:type:gdsId:
- sendErrorBuffer:errorDirection:
- sendErrorDirectionReceive
- sendRecord:
- setConversationType:
- setDeallocateType:
- setErrorDirection:
- setFill:
- setLogData:
- setModeName:
- setPartnerLUName:
- setPrepareToReceiveType:
- setReceiveType:
- setReturnControl:
- setSecurityPassword:
- setSecurityType:
- setSecurityUserId:
- setSendType:
- setSyncLevel:
- setTPName:
- state
- stateAsString
- AbtCPICError methods:
- codesAsString
- display
- printOn:
- AbtCPICErrorDataComplete methods:
- partlyReceivedRecord
- AbtCPICReception methods:
- conversationTypeAsString
- dataReceived
- dataReceivedAsString
- generalizedDataStreamID
- headerlessData
- isComplete
- isConfirm
- isSend
- requestToSendReceived
- statusReceived
- statusReceivedAsString
- AbtCPICPMSubApp
- AbtCPICConversation methods:
- connectUsing:
- AbtCPICBaseUnixSubApp
- AbtCPICConversation methods:
- connectUsing:
- extractConversationSecurityType
- AbtCPICWinSubApp
- AbtCPICConnectionSpec methods:
- processingMode
- processingMode:
- sendReceiveMode
- sendReceiveMode:
- AbtCPICConversation methods:
- acceptConversation:
- acceptConversationWithOptions
- cancelConversation
- connectUsing:
- extractMaximumBufferSize
- extractSendReceiveMode
- setProcessingModes
- setSendReceiveMode:
- AbtCwBaseAdditionsApp
- AbtFloatFormat class methods:
- dbCrCurrency7
- fixedCurrency7
- fixedSign7
- floatingCurrency4
- floatingSign7
- general
- general4
- AbtIntegerFormat class methods:
- dbCrCurrency7
- fixedCurrency7
- fixedSign7
- floatingSign7
- general
- general4
- AbtStringFormat class methods:
- general
- general4
- usFullZIPCode
- usPhoneNumber
- usPhoneWithAreaCode
- usShortZIPCode
- usSSN
- AbtWidgetFormatter class methods:
- new
- AbtIntegerFormat methods:
- fillWithAsterisks
- fillWithAsterisks:
- floatingCurrency
- floatingCurrency:
- floatingSign
- floatingSign:
- negativeIndicator
- negativeIndicator:
- positiveIndicator
- positiveIndicator:
- AbtObjectFormat methods:
- formatString
- formatString:
- AbtDbmBaseOs2AixPlatformInterfaceSubapp
- AbtDbmSystem class methods:
- execLongDatabaseOperation:
- execShortDatabaseOperation:
- AbtDbmBaseWinPlatformInterfaceSubapp
- AbtDbmSystem class methods:
- execLongDatabaseOperation:
- execShortDatabaseOperation:
- AbtDbmIbmBaseApp
- AbtIbmDatabaseConnection methods:
- allTableAndViewNamesIfError:
- allTableNamesIfError:
- allUserTableAndViewNamesIfError:
- allUserTableAndViewNamesWithQualifiersIfError:
- allUserTableNamesIfError:
- allUserTableNamesWithQualifiersIfError:
- allUserViewNamesIfError:
- allViewNamesIfError:
- bindToDatabase
- bindToDatabaseIfError:
- commitUnitOfWorkIfError:
- disconnectIfError:
- freeLocator:
- freeLocator:ifError:
- invokeStoredProcSpec:withInputDictionary:ifError:
- resultTableFromQuerySpec:withValues:withAuxiliaryObjects:ifError:
- resultTableFromQuerySpec:withValues:withTokens:
- resultTableFromQuerySpec:withValues:withTokens:ifError:
- resultTableWithHoldFromQuerySpec:withValues:ifError:
- resultTableWithHoldFromQuerySpec:withValues:withBlockedFetchSize:withAuxiliaryObjects:ifError:
- resultTableWithHoldFromQuerySpec:withValues:withTokens:ifError:
- rollbackUnitOfWorkIfError:
- tableOrViewExistsNamed:ifError:
- AbtIbmDatabaseManager methods:
- allDatabaseNamesIfError:
- AbtIbmDb22SysColumnInfo methods:
- asLabeledStrings
- averageColumnLength
- codePage
- dbcsCodePage
- keySequence
- label
- AbtIbmDb22SysTableInfo methods:
- asLabeledStrings
- children
- fileID
- indexID
- keyColumns
- label
- numberOfOverflowRecords
- numberOfPagesInFile
- parents
- selfReferences
- AbtIbmDb2CSDatabaseConnection methods:
- allTableAndViewNamesIfError:
- allTableAndViewNamesWithQualifiersIfError:
- allTableNamesIfError:
- allTableNamesWithQualifiersIfError:
- allUserTableAndViewNamesIfError:
- allUserTableAndViewNamesWithQualifiersIfError:
- allUserTableNamesIfError:
- allUserTableNamesWithQualifiersIfError:
- allUserViewNamesIfError:
- allViewNamesIfError:
- allViewNamesWithQualifiers
- allViewNamesWithQualifiersIfError:
- currentFunctionPath
- currentFunctionPath:
- currentFunctionPath:ifError:
- AbtIbmDb2CSSysColumnInfo methods:
- asLabeledStrings
- averageColumnLength
- codePage
- columnDefinedType
- columnType
- columnTypeName
- columnTypeSchema
- compact
- creator
- defaultValue
- keySequence
- label
- length
- logged
- metaType
- name
- numberMostFrequent
- sourceName
- sourceSchema
- tableName
- AbtIbmDb2CSSysDataTypeInfo methods:
- asLabeledStrings
- codePage
- dbcsCodePage
- definer
- isDistinctType
- labeledCodePage
- labeledDbcsCodePage
- labeledDefiner
- labeledLength
- labeledMetaType
- labeledRemarks
- labeledScale
- labeledSourceName
- labeledSourceSchema
- labeledSourceTypeId
- labeledTypeId
- labeledTypeName
- labeledTypeSchema
- length
- metaType
- remarks
- scale
- sourceName
- sourceSchema
- sourceTypeId
- typeFullName
- typeId
- typeName
- typeSchema
- AbtIbmDb2CSSysTableInfo methods:
- asLabeledStrings
- baseName
- baseQualifier
- createTime
- creator
- fileID
- indexID
- name
- qualifier
- statsTime
- tableID
- AbtIbmDb2SysColumnInfo methods:
- allowsUpdates
- asLabeledStrings
- foreignKey
- hasDefaultValue
- hasFldProc
- ibmReqd
- keySequence
- AbtIbmDb2SysTableInfo methods:
- asLabeledStrings
- auditOptionValue
- checkFlag
- children
- creatorID
- creatorOfAliasedTable
- dataCaptureOption
- dbID
- dbName
- editProcName
- ibmReqd
- indexID
- keyColumns
- locationOfAliasedObject
- maxRecLength
- nameOfAliasedTable
- parents
- pctPages
- status
- tableID
- tableSpaceName
- valProcName
- AbtIbmGraphic468Field methods:
- length
- AbtIbmOS400DatabaseConnection methods:
- allTableAndViewNamesIfError:
- allTableNamesIfError:
- allUserTableAndViewNamesIfError:
- allUserTableAndViewNamesWithQualifiersIfError:
- allUserTableNamesIfError:
- allUserTableNamesWithQualifiersIfError:
- allUserViewNamesIfError:
- allViewNamesIfError:
- AbtIbmOS400SysColumnInfo methods:
- allowsUpdates
- asLabeledStrings
- ccsidValue
- distinctValues
- hasDefaultValue
- precision
- secondHighestValue
- secondLowestValue
- storageReqs
- AbtIbmOS400SysTableInfo methods:
- asLabeledStrings
- dbName
- maxRecLength
- numberOfPages
- numberOfRowsInTable
- tableID
- AbtIbmResultTable methods:
- atCurrentRowPutRow:
- atCurrentRowPutRow:ifError:
- deletePresentRow
- deletePresentRowIfError:
- nextWithTokens:
- nextWithTokens:ifError:
- openOnDatabaseConnection:querySpec:withValues:withTokens:ifError:
- openWithHoldOnDatabaseConnection:querySpec:withValues:ifError:
- openWithHoldOnDatabaseConnection:querySpec:withValues:withTokens:ifError:
- AbtIbmRow methods:
- allFieldsNotNull
- allFieldsNull
- AbtIbmSqlDsDatabaseConnection methods:
- allTableAndViewNamesIfError:
- allTableNamesIfError:
- allUserTableAndViewNamesIfError:
- allUserTableAndViewNamesWithQualifiersIfError:
- allUserTableNamesIfError:
- allUserTableNamesWithQualifiersIfError:
- allUserViewNamesIfError:
- allViewNamesIfError:
- AbtIbmSqlDsSysColumnInfo methods:
- asLabeledStrings
- averageColumnLength
- creator
- distinctValues
- label
- length
- name
- orderField
- scale
- systemLength
- tableName
- AbtIbmSqlDsSysTableInfo methods:
- asLabeledStrings
- avgRowLen
- clusterRow
- clusterType
- columnCount
- dbSpaceName
- dbSpaceNo
- label
- name
- numberOfRowsInTable
- numOverflow
- pctPages
- tableID
- type
- AbtIbmSysColumnInfo methods:
- acceptsNulls
- asLabeledStrings
- columnNumber
- columnType
- columnTypeAsString
- creator
- distinctValues
- label
- length
- name
- printOn:
- remarks
- row
- scale
- secondHighestValue
- secondLowestValue
- tableName
- AbtIbmSysTableInfo methods:
- asLabeledStrings
- columnCount
- creator
- label
- name
- numberOfPages
- numberOfRowsInTable
- printOn:
- qualifier
- remarks
- row
- tableID
- type
- Object methods:
- abtIsStoredProcSpec
- AbtDbmIbmOs2PlatformInterfaceSubApp
- AbtIbmDatabaseManager methods:
- createDatabaseNamed:comment:
- createDatabaseNamed:comment:ifError:
- createDatabaseNamed:drive:comment:
- createDatabaseNamed:drive:comment:ifError:
- createDatabaseNamed:ifError:
- deleteDatabaseNamed:ifError:
- logOn:password:remote:remoteType:authority:
- AbtDbmIbmAixPlatformInterfaceSubApp
- AbtIbmDatabaseManager methods:
- createDatabaseNamed:comment:
- createDatabaseNamed:comment:ifError:
- createDatabaseNamed:drive:comment:
- createDatabaseNamed:drive:comment:ifError:
- createDatabaseNamed:ifError:
- deleteDatabaseNamed:ifError:
- logOn:password:remote:remoteType:authority:
- AbtDbmIbmWinPlatformInterfaceSubApp
- AbtIbmDatabaseManager methods:
- createDatabaseNamed:ifError:
- deleteDatabaseNamed:ifError:
- logOn:password:remote:remoteType:authority:
- AbtDbmKernelApp
- AbtDatabaseAccessSet class methods:
- abrIsAccessSet
- runtimeQuerySpecNamed:
- runtimeStoredProcSpecNamed:
- AbtDatabaseConnectionSpec class methods:
- forDbmClass:databaseName:
- forDbmClass:dataSourceName:
- AbtDatabaseLogonSpec class methods:
- id:password:server:
- id:password:server:alias:
- AbtDatabaseManager class methods:
- new
- shutDown
- AbtDbmSystem class methods:
- activeDatabaseConnection
- activeDatabaseConnectionWithAlias:
- activeDatabaseMgr
- activeDatabaseMgrs
- activeDatabaseMgrWithName:
- allAccessSets
- availableDatabaseMgrClasses
- isDatabaseMgrActive
- preference:
- preference:value:
- registerLogonSpec:forDatabaseMgr:
- registerLogonSpec:withAlias:
- removeLogonSpecForDatabaseMgr:
- removeLogonSpecWithAlias:
- shutDown
- startUp
- AbtLobValue class methods:
- blob
- clob
- dbclob
- AbtQuerySpec class methods:
- forEntireTable:
- forEntireTableNamed:
- importFromFileNamed:
- AbtCompoundType methods:
- addField:withProposedName:
- cachedFieldNames
- AbtDatabaseConnection methods:
- allProcedureNames
- allTableAndViewNames
- allTableAndViewNamesWithQualifiers
- allTableNames
- allTableNamesWithQualifiers
- allUserTableAndViewNames
- allUserTableAndViewNamesWithQualifiers
- allUserTableNames
- allUserTableNamesWithQualifiers
- allUserViewNames
- allViewNames
- beginUnitOfWork
- beginUnitOfWorkIfError:
- commitUnitOfWork
- createTableNamed:definition:
- createTableNamed:definition:ifError:
- dataSourceName
- deleteTableNamed:
- deleteTableNamed:ifError:
- disconnect
- emptyRowForQuerySpec:
- emptyRowForQuerySpec:ifError:
- executeQuerySpec:
- executeQuerySpec:ifError:
- executeQuerySpec:withValues:
- executeQuerySpec:withValues:ifError:
- executeSQLStatement:
- executeSQLStatement:ifError:
- invokeStoredProcSpec:withInputDictionary:
- invokeStoredProcSpec:withInputDictionary:ifError:
- openTableNamed:
- openTableNamed:ifError:
- resultTableFromQuerySpec:
- resultTableFromQuerySpec:ifError:
- resultTableFromQuerySpec:withValues:
- resultTableFromQuerySpec:withValues:ifError:
- resultTableFromQuerySpec:withValues:withAuxiliaryObjects:ifError:
- resultTableWithHoldFromQuerySpec:withValues:ifError:
- rollbackUnitOfWork
- tableOrViewExistsNamed:
- AbtDatabaseConnectionSpec methods:
- connect
- connectIfError:
- connectUsingAlias:
- connectUsingAlias:ifError:
- connectUsingAlias:logonSpec:
- connectUsingAlias:logonSpec:ifError:
- databaseName
- databaseName:
- dataSourceName
- dataSourceName:
- dbmClass
- dbmClass:
- promptEnabled
- promptEnabled:
- AbtDatabaseManager methods:
- activeConnection
- allDatabaseNames
- errorBlock
- errorBlock:
- logTraceMessage:
- logTraceMessage:with:
- logTraceMessage:with:with:
- logTraceString:
- startTraceOn:
- stopTrace
- AbtLobDefinitionsSpec methods:
- addCallback:receiver:
- addDefinition:
- atIndex:
- atIndex:put:
- definitions
- definitions:
- do:
- numberDefinitions
- removeAllCallbacks
- AbtLobFileReference methods:
- asLobFileReference
- asLobLocator
- asLobValue
- fileLength
- fileLength:
- fileName
- fileName:
- isLobFileReference
- isLobLocator
- isLobValue
- isOptionForInputFromRegularFile
- isOptionForInputFromStream
- isOptionForOutputToAppendFile
- isOptionForOutputToNewFile
- isOptionForOutputToOverwriteFile
- optionForInputFromRegularFile
- optionForInputFromStream
- optionForOutputToAppendFile
- optionForOutputToNewFile
- optionForOutputToOverwriteFile
- resetFileOptions
- AbtLobLocator methods:
- asLobFileReference
- asLobLocator
- asLobValue
- isLobFileReference
- isLobLocator
- isLobValue
- locator
- locator:
- AbtLobValue methods:
- asLobFileReference
- asLobLocator
- asLobValue
- columnName
- columnName:
- definedLength
- definedLength:
- isBlob
- isClob
- isDBClob
- isLobFileReference
- isLobLocator
- isLobValue
- AbtQuerySpec methods:
- =
- abrIsQuerySpec
- copy
- description
- description:
- isDelete
- isInsert
- isSelect
- isUpdate
- name
- name:
- nameIsValid
- sqlStatement
- sqlStatement:
- statement
- statement:
- tableNames
- tableNamesCollection
- toStream:
- AbtResultTable methods:
- asStrings
- asStringsIfError:
- atEnd
- close
- closeIfError:
- do:
- do:ifError:
- do:until:
- do:until:ifError:
- first
- firstIfError:
- for:do:ifError:
- isEmpty
- name
- next
- nextIfError:
- openOnDatabase:querySpec:withValues:ifError:
- openOnDatabaseConnection:querySpec:withValues:blockedFetchSize:ifError:
- openOnDatabaseConnection:querySpec:withValues:ifError:
- AbtRow methods:
- =
- asString
- asStringDelimitedBy:and:
- at:
- at:put:
- columnNames
- columnNamesDo:
- columnValuesDo:
- deepCopy
- emptyCopy
- hasNoColumns
- isColumnNull:
- numberOfColumns
- AbtStoredProcSpec methods:
- =
- abtIsStoredProcSpec
- allInputFieldNames
- allOutputFieldNames
- description
- description:
- inputRow
- inputRow:
- inputStringLabel
- inputStringLabel:
- name
- name:
- outputRow
- outputRow:
- procName
- procName:
- useSqlCall
- useSqlCall:
- AbtSysIndexInfo methods:
- addColumn:withOrder:
- columns
- columns:
- creator
- creator:
- name
- name:
- uniqueness
- uniqueness:
- AbtTable methods:
- addRow:
- addRow:ifError:
- addRows:
- addRows:ifError:
- asStrings
- asStringsIfError:
- atRow:putRow:
- atRow:putRow:ifError:
- atRowSet:putRowSet:
- atRowSet:putRowSet:ifError:
- columnNames
- columnNamesIfError:
- delete
- deleteIfError:
- deleteRow:
- deleteRow:ifError:
- deleteRows:
- deleteRows:ifError:
- emptyRow
- emptyRowIfError:
- name
- sysColumnData
- sysColumnDataIfError:
- sysTableData
- sysTableDataIfError:
- AbtDbmOdbcApp
- AbtCompoundType methods:
- arrayOf
- arrayOf:
- AbtOdbcDatabaseConnection methods:
- allProcedureNamesIfError:
- allTableAndViewNamesIfError:
- allTableNamesIfError:
- allUserTableAndViewNamesForQualifiers:ifError:
- allUserTableAndViewNamesIfError:
- allUserTableAndViewNamesWithQualifiersIfError:
- allUserTableNamesIfError:
- allUserTableNamesWithQualifiersIfError:
- allUserViewNamesIfError:
- allViewNamesIfError:
- autoCommit:
- autoCommit:ifError:
- commitUnitOfWorkIfError:
- createTableNamed:definition:ifError:
- deleteTableNamed:ifError:
- disconnectIfError:
- emptyRowForQuerySpec:ifError:
- rollbackUnitOfWorkIfError:
- tableOrViewExistsNamed:ifError:
- AbtOdbcDatabaseManager methods:
- allDatabaseNamesIfError:
- createDatabaseNamed:ifError:
- deleteDatabaseNamed:ifError:
- logOn:password:forDSN:
- logOn:password:server:
- AbtOdbcParam methods:
- cType
- cType:
- hstmt
- hstmt:
- lPointer
- lPointer:
- maxLen
- maxLen:
- parameter
- parameter:
- paramType
- paramType:
- precision
- precision:
- scale
- scale:
- sqlType
- sqlType:
- vPointer
- vPointer:
- AbtOdbcRow methods:
- allFieldsNotNull
- allFieldsNull
- AbtOdbcSysColumnInfo methods:
- acceptsNulls
- asLabeledStrings
- columnType
- columnTypeAsString
- comments
- creator
- dataType
- length
- name
- precision
- row
- scale
- tableName
- AbtOdbcSysTableInfo methods:
- creator
- name
- qualifier
- remarks
- row
- type
- AbtDbmOracleBaseApp
- AbtOracleLongField class methods:
- bufferSize
- bufferSize:
- AbtOracleDatabaseConnection methods:
- allProcedureNamesIfError:
- allTableAndViewNamesIfError:
- allTableAndViewNamesWithQualifiersIfError:
- allTableNamesIfError:
- allTableNamesWithQualifiersIfError:
- allUserTableAndViewNamesForQualifiers:ifError:
- allUserTableAndViewNamesIfError:
- allUserTableAndViewNamesWithQualifiersIfError:
- allUserTableNamesIfError:
- allUserTableNamesWithQualifiersIfError:
- allUserViewNamesIfError:
- allViewNamesIfError:
- autoCommit:
- autoCommit:ifError:
- break
- breakIfError:
- commitUnitOfWorkIfError:
- deleteTableNamed:ifError:
- disconnectIfError:
- emptyParameterListForProcedureNamed:
- emptyParameterListForProcedureNamed:ifError:
- rollbackUnitOfWorkIfError:
- tableOrViewExistsNamed:ifError:
- AbtOracleDatabaseManager methods:
- allDatabaseNamesIfError:
- createDatabaseNamed:ifError:
- deleteDatabaseNamed:ifError:
- logOn:password:server:
- AbtOracleProcedureParameterList methods:
- addField:
- at:
- at:put:
- AbtOracleRow methods:
- allFieldsNotNull
- allFieldsNull
- deepCopy
- emptyCopy
- AbtOracleSysColumnInfo methods:
- acceptsNulls
- asLabeledStrings
- columnNumber
- columnType
- columnTypeAsString
- comments
- creator
- dataDefault
- defaultLength
- length
- name
- precision
- printOn:
- row
- scale
- tableName
- AbtOracleSysTableInfo methods:
- asLabeledStrings
- backedUp
- cluster
- creator
- initialExtent
- iniTrans
- maxExtents
- maxTrans
- minExtents
- name
- nextExtent
- pctFree
- pctIncrease
- pctUsed
- printOn:
- remarks
- row
- tablespace
- type
- AbtDialogBaseApp
- AbtDialog class methods:
- new
- newRecordRetaining
- AbtConnectionSpec methods:
- executeSimpleDialogWith:
- newMultiReceiveDialog
- newMultiSendDialog
- newProcCallDialog
- newProcDialog
- newSimpleDialog
- recordType
- recordType:
- AbtDialog methods:
- answeringOrderedCollectionOfRecords
- asCollectionOfRecords
- asCollectionOfStrings
- connection
- connection:
- connectionSpec:
- initiate
- newBlankRecord
- owner
- owner:
- result
- when:evaluate:
- AbtLocalConnectionSpec methods:
- selector
- selector:
- serverClass
- serverClass:
- AbtMultiReceiveDialog methods:
- initiate
- initiate:
- sendRecord:
- sendRecords
- AbtMultiSendDialog methods:
- initiate
- initiate:
- sendRecords
- AbtSimpleDialog methods:
- receiveRecord
- receiveRecord:
- AbtForeignRecordStructureApp
- AbtCompoundType methods:
- newForeignRecord
- newForeignRecord:
- newForeignRecordAsBigEndian:
- newForeignRecordWithCodePage:asBigEndian:
- AbtForeignRecord methods:
- at:
- at:put:
- at:subscript:
- at:subscript:put:
- atIndex:
- atIndex:put:
- bigEndian
- bigEndian:
- codePage
- codePage:
- newBlankRecord
- value
- value:
- AbtTypeField methods:
- newForeignRecord
- EsString methods:
- convertFromCodePage:
- convertFromCodePage:toCodePage:
- convertFromCodePage:toCodePage:usingStringSize:
- convertFromCodePage:toStringSize:
- convertToCodePage:
- convertToCodePage:toStringSize:
- Object methods:
- bigEndian
- codePage
- AbtHelpApp
- AbtHelpAccessor class methods:
- helpFor:helpFile:topic:title:
- helpForContents:helpFile:title:
- helpForHelp:helpFile:title:
- helpForIndex:helpFile:title:
- AbtIBMNetBIOSApp
- AbtIBMNetBIOSAdapter class methods:
- alternateAdapter
- alternateAdapterNumSessions:numNCBs:
- primaryAdapter
- primaryAdapterNumSessions:numNCBs:
- AbtIBMNetBIOSAdapter methods:
- asyncCalls
- statusOfName:
- AbtIBMNetBIOSName methods:
- add
- addGroupName
- asyncCalls
- call:
- call:receiveTimeOut:sendTimeOut:
- delete
- findName:
- listenTo:
- AbtIBMNetBIOSSession methods:
- asyncCalls
- call:
- chainSend:ofLength:and:ofLength:
- chainSendNoAck:ofLength:and:ofLength:
- hangup
- listenTo:
- receive
- receiveBuffer:
- sendBuffer:
- sendBufferNoAck:
- sendData:
- sendDataNoAck:
- sendRecord:
- AbtMQSeriesBaseApp
- AbtMQMessage class methods:
- new
- new:
- AbtMQError methods:
- codesAsString
- display
- printOn:
- AbtMQMessage methods:
- accountingToken
- accountingToken:
- applicationIdentityData
- applicationIdentityData:
- applicationOriginData
- applicationOriginData:
- backoutCount
- codedCharSetId
- codedCharSetId:
- correlId
- correlId:
- descriptor
- descriptor:
- encodedDecimal
- encodedDecimal:
- encodedFloat
- encodedFloat:
- encodedInteger
- encodedInteger:
- encoding
- encoding:
- exceptionReportRequested
- expiry
- expiry:
- feedback
- feedback:
- format
- format:
- initializeWith:
- msgId
- msgId:
- msgType
- msgType:
- passCorrelIdRequested
- passMsgIdRequested
- persistence
- persistence:
- priority
- priority:
- putApplicationName
- putApplicationName:
- putApplicationType
- putApplicationType:
- putDate
- putDate:
- putTime
- putTime:
- quitApplicationRequested
- replyToQ
- replyToQ:
- replyToQManager
- replyToQManager:
- report
- report:
- resetCorrelId
- resetMsgid
- userIdentifier
- userIdentifier:
- AbtMQqm methods:
- close
- connect
- disconnect
- handle
- handle:
- incrementCount
- inquire
- name
- name:
- open:
- AbtMQqueue methods:
- backout
- close
- closeOptions
- closeOptions:
- closeWithOptions:
- commit
- connectUsing:
- descriptor
- descriptor:
- descriptorAlternateUserid
- descriptorAlternateUserid:
- descriptorDynamicQueueName
- descriptorDynamicQueueName:
- descriptorObjectName
- descriptorObjectName:
- descriptorObjectQueueManagerName
- descriptorObjectQueueManagerName:
- disconnect
- exiting
- get
- getWaitingForMessage
- gmoResolvedQueueName
- inquireAlias
- inquireLocal
- inquireRemote
- inquiryRecordAlias
- inquiryRecordLocal
- inquiryRecordRemote
- name
- name:
- open
- openOptions
- openOptions:
- openWithOptions:
- openWithReconnect:
- pmoContext
- pmoContext:
- pmoOptions
- pmoOptions:
- pmoResolvedQueueManagerName
- pmoResolvedQueueName
- put:withOption:
- putMessage:
- putMessage:withOptions:
- putMessageWithDefaultOptions:
- putMQMessage:
- putReply:
- putRequest:
- queueManager
- queueManager:
- receiveAndWaitDataComplete
- receiveBuffer:
- receiveWithLengthInData
- replyQueue
- replyQueue:
- sendBuffer:
- sendIncorporatingLength:
- sendRecord:
- sendString:
- setAlias
- setLocal
- setRemote
- AbtMQSeriesConnectionSpec methods:
- dynamicQueueName
- dynamicQueueName:
- queueManagerName
- queueManagerName:
- queueName
- queueName:
- recordType
- syncPoint
- syncPoint:
- userId
- userId:
- AbtNetBIOSBaseApp
- AbtNetBIOSAdapter class methods:
- alternateAdapter
- alternateAdapterEncodedAddress
- alternateAdapterNumSessions:numNCBs:
- displayAlternateAdapterEncodedAddress
- displayPrimaryAdapterEncodedAddress
- primaryAdapter
- primaryAdapterEncodedAddress
- primaryAdapterNumSessions:numNCBs:
- AbtNetBIOSName class methods:
- named:usingAdapter:
- AbtNetBIOSSession class methods:
- createSendDataRecordWithBytes:
- named:
- AbtNetBIOSAdapter methods:
- abortedTransmissions
- badIFramesReceived
- badIFramesTransmitted
- encodedAddress
- framesReceived
- framesTransmitted
- freeNCBs
- lostDataCount
- maximumAllowedNCBs
- maximumConfiguredNCBs
- maximumNCBs
- maximumNCBs:
- maximumSessions
- maximumSessions:
- names
- packetsReceived
- packetsTransmitted
- releaseOfNetBIOS
- reportingPeriod
- reset
- status
- statusOfName:
- t1ExpirationCount
- tiExpirationCount
- AbtNetBIOSConnectionSpec methods:
- adapterNumber
- adapterNumber:
- bufferLength
- bufferLength:
- localName
- localName:
- name
- name:
- numNCBs:
- recordType
- remoteName
- remoteName:
- vendor
- vendor:
- AbtNetBIOSError methods:
- codesAsString
- display
- returnCode
- AbtNetBIOSName methods:
- add
- addGroupName
- call:
- call:receiveTimeOut:sendTimeOut:
- delete
- findName:
- isGroupName
- isGroupName:
- isUniqueName
- isUniqueName:
- listenTo:
- status
- AbtNetBIOSReception methods:
- initializeWith:
- isComplete
- status
- statusAsString
- AbtNetBIOSSession methods:
- bufferLength:
- call:
- connectUsing:
- disconnect
- hangup
- hangupNoWait
- listenTo:
- receive
- receiveAndWaitDataComplete
- receiveBuffer:
- receiveConnectionUsing:
- receiveTimeOut:
- remoteName
- sendBuffer:
- sendBufferNoAck:
- sendData:
- sendDataNoAck:
- sendRecord:
- sendTimeOut:
- AbtNLSAdditionsSubApp
- AbtMRI class methods:
- defaultTypeCharacter
- empty
- group:id:type:string:
- ioError:group:id:
- missingGroup:id:
- missingId:withinGroup:
- string:withAnnotation:
- supportedTypeCharacters
- AbtMRIManager class methods:
- getMRI:group:
- getMRIString:group:
- groupNamed:
- groupNames
- mriExists:group:
- registerStringsForApp:
- unregisterStringsForApp:
- AbtNLSCoordinator class methods:
- abtRelocalize
- currentCharacterSet
- currentLanguage
- currentTerritory
- forceRelocalizationOfSeparatedConstants
- AbtNLSStringMapper class methods:
- mapString:ifNone:
- registerMapping:
- unregisterMapping:
- Application class methods:
- abtRegisterExternalStrings
- abtUnregisterExternalStrings
- SubApplication class methods:
- abtRegisterExternalStrings
- abtUnregisterExternalStrings
- AbtMRI methods:
- =
- asAnnotatedString
- asString
- display
- displayableId
- displayButtonType:
- displayButtonType:replace:
- displayButtonType:with:
- displayButtonType:with:with:
- displayButtonType:with:with:with:
- displayReplace:
- displaySimpleString:buttonType:
- displayWith:
- displayWith:with:
- displayWith:with:with:
- group
- group:
- helpFileName
- helpTopicKey
- id
- id:
- internalMessageAnnotationFormat
- isError
- isInformation
- isMRI
- isQuestion
- isWarning
- log
- logReplace:
- logWith:
- logWith:with:
- logWith:with:with:
- messageHelpBlock
- mnemonic:ifAbsent:
- printOn:
- string
- string:
- stringWithoutMnemonic:
- type
- type:
- AbtNlsGroup methods:
- do:
- getMRI:
- getMRIString:
- groupName
- messageAnnotationFormat
- messageAnnotationFormat:
- mriExists:
- openOn:
- replacementRules
- EsString methods:
- abtMapping
- abtMappingIfNone:
- abtMnemonic
- abtMnemonic:ifAbsent:
- abtWithMnemonic:priorTo:
- abtWithoutMnemonic
- abtWithoutMnemonic:
- Object methods:
- abtMapping
- abtMappingIfNone:
- defaultMRIGroupName
- getMRI:
- getMRI:group:
- getMRIString:
- getMRIString:group:
- getMsg:
- getMsg:group:
- getMsg:group:replace:
- getMsg:group:with:
- getMsg:group:with:with:
- getMsg:group:with:with:with:
- getMsg:replace:
- getMsg:with:
- getMsg:with:with:
- getMsg:with:with:with:
- isMRI
- mriExists:
- mriExists:group:
- AbtPrimitiveBaseApp
- AbtError class methods:
- errorText:
- in:locus:rc:
- in:locus:rc:errorText:
- AbtTimestamp class methods:
- abtCanBeTimestamp
- fromBytesExcludingMicroseconds:
- now
- Object class methods:
- abtCanBeTimestamp
- AbtError methods:
- basicErrorText
- dateAndTime
- dateAndTime:
- debug
- debugAll
- errorText
- errorText:
- errorTextReplace
- errorTextReplace:
- isAbtError
- locus
- locus:
- origin
- origin:
- printOn:
- rc
- rc:
- AbtTimestamp methods:
- <
- <=
- =
- >
- >=
- abtAsTimestamp
- date
- date:
- microSeconds
- microSeconds:
- milliSeconds
- milliSeconds:
- printOn:
- time
- time:
- Object methods:
- abtCanBeTimestamp
- isAbtError
- AbtPromptersApp
- AbtError methods:
- display
- displayAll
- AbtPromptersAppWithUI
- AbtExtendedMessagePrompter class methods:
- message:title:iconType:buttonType:
- message:title:iconType:buttonType:helpBlock:
- AbtNamedButtonExtendedMessagePrompter class methods:
- message:title:iconType:buttonNames:
- message:title:iconType:buttonNames:helpBlock:
- CwMessagePrompter class methods:
- confirm:title:
- message:title:
- message:title:iconType:
- message:title:iconType:buttonType:
- warningMessage:
- CwTextPrompter class methods:
- prompt:answer:title:
- prompt:answer:title:parent:
- AbtRecordStructureBaseApp
- AbtCHandleField class methods:
- new
- AbtCLongField class methods:
- length
- AbtCOBOLBinaryField class methods:
- wordStorageEnabled
- wordStorageEnabled:
- AbtCOBOLCOMP1Field class methods:
- length
- new
- AbtCOBOLDoubleField class methods:
- new
- AbtCOBOLField class methods:
- new
- AbtCShortField class methods:
- length
- new
- AbtCULongField class methods:
- length
- new
- AbtCUShortField class methods:
- length
- new
- AbtRecord class methods:
- newBlankRecord
- AbtArrayField methods:
- arrayType
- arrayType:
- count
- count:
- newAbtRecord:
- newRecord:
- AbtCByteField methods:
- arrayOf
- AbtCCharField methods:
- arrayOf
- AbtCHandleField methods:
- length
- length:
- AbtCOBOLCOMP1Field methods:
- length
- AbtCOBOLDoubleField methods:
- length
- AbtCOBOLField methods:
- decimalLoc
- decimalLoc:
- length
- length:
- sign:
- signed
- AbtCOBOLPointerField methods:
- length
- AbtCompoundField methods:
- name
- value:
- AbtCompoundType methods:
- addField:
- alignmentBoundary
- alignmentBoundary:
- fieldAt:
- fieldAt:ifAbsent:
- fieldAt:put:
- fieldAtIndex:
- fields
- fieldsDo:
- initialValue
- initialValue:
- length
- name
- name:
- new
- newAbtRecord
- newRecord
- newRecord:
- AbtCPointerField methods:
- length
- pointerType
- pointerType:
- AbtCVoidField methods:
- length
- AbtNonContiguousCompoundType methods:
- addField:atOffset:
- length:
- removeField:
- AbtRecord methods:
- abrValue
- abrValue:
- abtAsExternalPassedPointer
- abtMoveFromOSMemory
- abtMoveToOSMemory
- at:
- at:put:
- at:subscript:
- at:subscript:put:
- atIndex:
- atIndex:put:
- free
- length
- name
- newBlankRecord
- recordStruct
- recordStruct:
- subrecordAt:
- subrecordAt:subscript:
- subscript:
- subscript:put:
- type
- type:
- value
- value:
- AbtTypeField methods:
- arrayOf
- arrayOf:
- initialValue
- initialValue:
- length
- name
- name:
- new
- newAbtRecord
- newRecord
- type
- type:
- Boolean methods:
- abtAsNumber
- OSObject methods:
- abtMoveFromOSMemory
- abtMoveToOSMemory
- AbtRPCBaseApp
- AbtRPCProcedure class methods:
- next:
- AbtRPCClient methods:
- connectionSpec
- connectionSpec:
- connectUsing:
- execute
- functionNumber
- functionNumber:
- inputRecord
- inputRecord:
- outputRecord
- outputRecord:
- putRecord:
- timeOut
- timeOut:
- AbtRPCConnectionSpec methods:
- execute:
- netWorkType
- netWorkType:
- programNumber
- programNumber:
- programVersion
- programVersion:
- receiveBufferSize
- receiveBufferSize:
- sendBufferSize
- sendBufferSize:
- serverName
- serverName:
- vendor
- vendor:
- AbtRPCError methods:
- codesAsString
- display
- printOn:
- secondaryRc
- AbtRPCProcedure methods:
- functionNumber
- functionNumber:
- inputRecord
- inputRecord:
- methodInvoked
- methodInvoked:
- outputRecord
- outputRecord:
- AbtRPCServer methods:
- connectionSpec
- connectionSpec:
- createIBMServerHandle
- createServerHandle
- portmapperUnset
- procedures
- procedures:
- receiver
- receiver:
- serverDecodeArgs:inputRecord:
- serverDestroy
- serverFree
- serverRegister
- serverSendReply:outputRecord:handle:
- serverUnregister
- svcerrDecode:
- svcerrNoproc:
- svcerrSystemerr:
- AbtTypeField methods:
- xdrDecodeFrom:usingClass:
- xdrEncodeFrom:usingClass:withData:
- AbtTCPBaseApp
- AbtSocket class methods:
- newStreamUsingPort:
- AbtTCPInetHost class methods:
- any
- getHostById:
- getHostByName:
- inetAddr:
- localHost
- localHostName
- AbtTCPPort class methods:
- usingHost:portNumber:
- AbtSocket methods:
- accept
- addressFamily
- bind
- buffer
- bufferLength
- bufferLength:
- connect
- connectUsing:
- disconnect
- getSocketOpt:
- lastError
- linger
- linger:
- listen:
- port
- queryPortNumber
- receive
- receiveAndWaitDataComplete
- receiveBuffer:
- receiveWithFlags:
- receiveWithFlagsDataComplete:
- remoteName
- sendBuffer:
- sendBuffer:flags:
- sendData:
- sendData:flags:
- sendRecord:
- setSocketOpt:withValue:
- socket
- soclose
- timeOut
- timeOut:
- AbtTCPConnectionSpec methods:
- bufferLength
- bufferLength:
- hostId
- hostId:
- hostType
- hostType:
- port
- port:
- recordType
- AbtTCPError methods:
- codesAsString
- display
- printOn:
- AbtTCPInetHost methods:
- address
- addressLength
- aliases
- domain
- dottedDecimalAddress
- name
- typeForSockAddrRecord
- AbtTCPPort methods:
- addressFamily
- hostClass
- hostName
- newConnectedSocket
- portNumber
- portNumber:
- sockAddrRecord
- typeForSockAddrRecord
- AbtTCPBasePMSubApp
- AbtSocket methods:
- sockInit
- AbtTCPBaseUnixSubApp
- AbtSocket methods:
- sockInit
- AbtTCPBaseWinSubApp
- AbtSocket methods:
- sockInit
- AbtThreadsApp
- AbtThreadManager class methods:
- setStackSizeFor:to:
- setStackSizeTo:
- terminateThread
- terminateThread:
- AbtWorkQueue class methods:
- start
- AbtWorkQueue methods:
- queueAndWaitForBlock:
- queueBlock:signalling:
- terminate
- PlatformFunction methods:
- callWithArray:
- coroutineCall
- coroutineCallThreadKey:
- coroutineCallWith:
- coroutineCallWith:threadKey:
- coroutineCallWith:with:
- coroutineCallWith:with:threadKey:
- coroutineCallWith:with:with:
- coroutineCallWith:with:with:threadKey:
- coroutineCallWith:with:with:with:
- coroutineCallWith:with:with:with:threadKey:
- coroutineCallWithArray:
- coroutineCallWithArray:threadKey:
- AbtTraceApp
- AbtTrace class methods:
- point:
- point:withData:
- point:withData:withData:
- point:withData:withData:withData:
- point:withData:withData:withData:withData:
- point:withData:withData:withData:withData:withData:
- point:withData:withData:withData:withData:withData:withData:
- point:withDataArray:
- stop
- to:
- AbtWaitApp
- AbtConditionalWait class methods:
- until:ifTimeoutDo:
- AbtTimedWait class methods:
- forMilliseconds:
- forSeconds:
- AbtConditionalWait methods:
- conditionBlock:
- maxWait:
- perform
- setDefaultWaitValues
- stopWaiting
- timeoutBlock:
- AbtTimedWait methods:
- wait
- waitInterval:
- CfsImplementationESWin
- CfsDirectoryDescriptor class methods:
- chdir:
- getcwd
- mkdir:
- opendir:pattern:mode:
- pathSeparator
- pathSeparatorString
- rmdir:
- rootDirectories
- CfsError class methods:
- systemErrorDialog:
- CfsFileDescriptor class methods:
- copy:new:
- on:
- open:oflag:share:
- remove:
- rename:new:
- supportsLockType:
- supportsShareMode:
- CfsDirectoryDescriptor methods:
- closedir
- readdir
- readdir:
- readdirName
- rewinddir
- CfsFileDescriptor methods:
- close
- flush
- lock:start:len:
- lseek:whence:
- read:startingAt:nbyte:
- rewind
- size
- unlock:start:len:
- write:startingAt:nbyte:
- CfsStat methods:
- isBlk
- isChr
- isDir
- isFifo
- isReg
- isSpecial
- CfsImplementationPM
- CfsDirectoryDescriptor class methods:
- chdir:
- getcwd
- mkdir:
- opendir:pattern:mode:
- pathSeparator
- pathSeparatorString
- rmdir:
- rootDirectories
- CfsError class methods:
- systemErrorDialog:
- CfsFileDescriptor class methods:
- copy:new:
- on:
- open:oflag:share:
- remove:
- rename:new:
- supportsLockType:
- supportsShareMode:
- CfsDirectoryDescriptor methods:
- closedir
- readdir
- readdir:
- readdirName
- rewinddir
- CfsFileDescriptor methods:
- close
- flush
- lock:start:len:
- lseek:whence:
- read:startingAt:nbyte:
- rewind
- size
- unlock:start:len:
- write:startingAt:nbyte:
- CfsStat methods:
- isBlk
- isChr
- isDir
- isFifo
- isReg
- isSpecial
- CfsImplementationPMWin
- CfsFileStream class methods:
- on:
- CfsLeadEncodedFileStream methods:
- atEnd
- bufferSize
- bufferSize:
- close
- fileDescriptor
- flush
- isBytes
- isBytes:
- isCharacters
- isCharacters:
- isEmpty
- lineDelimiter
- lineDelimiter:
- position
- position:
- reset
- setToEnd
- size
- skip:
- CfsLeadEncodedReadFileStream methods:
- contents
- copyFrom:to:
- do:
- next
- next:
- nextLine
- nextMatchFor:
- peek
- peekFor:
- skipTo:
- skipToAll:
- upTo:
- upToAll:
- upToEnd
- CfsLeadEncodedReadWriteFileStream methods:
- cr
- next:put:
- nextPut:
- nextPutAll:
- space
- tab
- CfsLeadEncodedWriteFileStream methods:
- cr
- next:put:
- nextPut:
- nextPutAll:
- space
- tab
- CfsImplementationUnix
- CfsDirectoryDescriptor class methods:
- chdir:
- getcwd
- mkdir:
- opendir:pattern:mode:
- pathSeparator
- pathSeparatorString
- rmdir:
- rootDirectories
- CfsError class methods:
- systemErrorDialog:
- CfsFileDescriptor class methods:
- copy:new:
- on:
- open:oflag:share:
- remove:
- rename:new:
- supportsLockType:
- supportsShareMode:
- CfsFileStream class methods:
- on:
- CfsImplementationUnix class methods:
- initializePlatformFSConstants
- initializePlatformFSFunctions
- initializePlatformFSGlobals
- removing
- OSObject class methods:
- CfsErrno
- cfsGlobalReferenceTable:
- CfsDirectoryDescriptor methods:
- closedir
- readdir
- readdir:
- readdirName
- rewinddir
- CfsFileDescriptor methods:
- close
- flush
- lock:start:len:
- lseek:whence:
- read:startingAt:nbyte:
- rewind
- size
- unlock:start:len:
- write:startingAt:nbyte:
- CfsStat methods:
- isBlk
- isChr
- isDir
- isFifo
- isReg
- isSpecial
- CfsStreams
- CfsFileStream class methods:
- open:oflag:
- CfsReadFileStream class methods:
- on:
- open:
- open:oflag:
- CfsReadWriteFileStream class methods:
- on:
- open:
- openEmpty:
- CfsWriteFileStream class methods:
- on:
- open:
- open:oflag:
- openEmpty:
- CfsFileStream methods:
- atEnd
- bufferSize
- bufferSize:
- close
- fileDescriptor
- flush
- isBytes
- isBytes:
- isCharacters
- isCharacters:
- isEmpty
- lineDelimiter
- lineDelimiter:
- position
- position:
- reset
- setToEnd
- skip:
- CfsReadFileStream methods:
- contents
- copyFrom:to:
- do:
- next
- next:
- nextLine
- nextMatchFor:
- peek
- peekFor:
- size
- skipTo:
- skipToAll:
- upTo:
- upToAll:
- upToEnd
- CfsReadWriteFileStream methods:
- cr
- next:put:
- nextPut:
- nextPutAll:
- size
- space
- tab
- CfsWriteFileStream methods:
- cr
- next:put:
- nextPut:
- nextPutAll:
- size
- space
- tab
- CgImageSupport
- CgDeviceIndependentImage class methods:
- width:height:depth:palette:
- width:height:depth:palette:scanlinePad:data:
- CgDirectPalette class methods:
- redMask:greenMask:blueMask:
- CgFileFormat class methods:
- formatMatchesByteObjects:offsetsIntoByteObjects:
- formatMatchesFile:
- formatMatchesFileHandle:atOffset:
- formatMatchingByteObjects:offsetsIntoByteObjects:ifNone:
- formatMatchingFile:ifNone:
- formatMatchingFileHandle:atOffset:ifNone:
- formatName
- CgIcon class methods:
- fromImage:maskImage:
- fromOSIcon:
- fromResource:
- fromResource:fileName:
- fromResources:
- fromResources:fileName:
- fromSystem:
- width:height:depth:palette:shapePad:shapeData:maskPad:maskData:
- CgIconFileFormat class methods:
- allFormats
- CgImageFileFormat class methods:
- allFormats
- CgIndexedPalette class methods:
- blackAndWhite
- colorCube:
- colors:
- default
- entries:
- grayRamp:
- whiteAndBlack
- CgPaletteEntry class methods:
- color:animating:
- CgRGBColor class methods:
- black
- intensity:
- red:green:blue:
- white
- CgDeviceIndependentImage methods:
- byteOffsetAt:y:
- bytesPerLine
- data
- depth
- extent
- getColor:y:
- getColors:y:width:colors:startIndex:
- getPixel:y:
- getPixels:y:width:pixels:startIndex:
- getSubImage:
- height
- palette
- putColor:y:color:
- putColors:y:width:colors:startIndex:
- putPixel:y:pixelValue:
- putPixels:y:width:pixels:startIndex:
- scaledTo:
- scaleImage:srcRect:destRect:
- scaleImage:srcX:srcY:srcWidth:srcHeight:destX:destY:destWidth:destHeight:
- scanlinePad
- width
- CgDirectPalette methods:
- blueMask
- copy
- greenMask
- redMask
- CgDrawable methods:
- blackPixel
- drawIcon:x:y:icon:
- getDeviceIndependentImage:
- getPalette
- putDeviceIndependentImage:image:srcRect:destRect:
- setPalette:
- whitePixel
- CgFileFormat methods:
- currentError
- currentErrorString
- hasErrorOccurred
- loadFromFile:
- unload:intoFile:
- CgIcon methods:
- asOSIconFor:
- depth
- extent
- freeIcon
- height
- maskImage
- scaledTo:
- shapeImage
- width
- CgIconFileFormat methods:
- loadFromByteObjects:offsetsIntoByteObjects:
- loadFromFileHandle:atOffset:
- totalSizeBeforeUnload:
- unload:intoByteObjects:offsetsIntoByteObjects:
- unload:intoFileHandle:atOffset:
- CgImageFileFormat methods:
- loadFromByteObjects:offsetsIntoByteObjects:
- loadFromFileHandle:atOffset:
- totalSizeBeforeUnload:
- unload:intoByteObjects:offsetsIntoByteObjects:
- unload:intoFileHandle:atOffset:
- CgIndexedPalette methods:
- at:
- at:put:
- colors
- copy
- entries
- entryAt:
- replaceFrom:to:with:
- replaceFrom:to:with:startingAt:
- size
- CgPalette methods:
- at:
- nearestColor:
- nearestPixelValue:
- CgPaletteEntry methods:
- animating
- color
- CgPCXFileFormat methods:
- hRes
- hRes:
- paletteInfo
- paletteInfo:
- version
- version:
- vRes
- vRes:
- CgPMBMPFileFormat methods:
- colorEncode
- colorEncode:
- colorsUsed
- colorsUsed:
- compression
- compression:
- ident
- ident:
- importantColors
- importantColors:
- recording
- recording:
- rendering
- rendering:
- resUnits
- resUnits:
- size1
- size1:
- size2
- size2:
- xRes
- xRes:
- yRes
- yRes:
- CgRGBColor methods:
- blue
- green
- red
- CgScreen methods:
- lookupColor:
- parseColor:
- queryBestIconSize
- CgTIFFFileFormat methods:
- colorScheme
- colorScheme:
- compression
- compression:
- predictor
- predictor:
- CgWinBMPFileFormat methods:
- compression
- compression:
- importantColors
- importantColors:
- pelsPerMeter
- pelsPerMeter:
- CgWindow methods:
- querySystemPalette
- supportsPaletteAnimation
- CLDT
- ArrayedCollection class methods:
- with:
- with:with:
- with:with:with:
- with:with:with:with:
- Association class methods:
- key:value:
- Bag class methods:
- new
- new:
- Character class methods:
- digitValue:
- value:
- Collection class methods:
- with:
- with:with:
- with:with:with:
- with:with:with:with:
- Date class methods:
- dateAndTimeNow
- dayOfWeek:
- daysInMonth:forYear:
- daysInYear:
- fromDays:
- indexOfMonth:
- nameOfDay:
- nameOfMonth:
- newDay:month:year:
- newDay:monthIndex:year:
- newDay:year:
- today
- Float class methods:
- pi
- Fraction class methods:
- numerator:denominator:
- Interval class methods:
- from:to:
- from:to:by:
- KeyedCollection class methods:
- new
- new:
- LCMessages class methods:
- for:
- LCMonetary class methods:
- for:
- LCNumeric class methods:
- for:
- LCTime class methods:
- for:
- Locale class methods:
- current
- knownLocales
- OrderedCollection class methods:
- new
- new:
- Point class methods:
- x:y:
- PositionableStream class methods:
- on:
- on:from:to:
- ReadWriteStream class methods:
- on:
- Rectangle class methods:
- left:right:top:bottom:
- origin:corner:
- origin:extent:
- Set class methods:
- new
- new:
- SortedCollection class methods:
- new
- new:
- sortBlock:
- String class methods:
- initialize
- Time class methods:
- dateAndTimeNow
- fromSeconds:
- millisecondClockValue
- millisecondsPerDay
- millisecondsToRun:
- now
- WriteStream class methods:
- with:
- with:from:to:
- AdditiveSequenceableCollection methods:
- ,
- copyReplaceFrom:to:with:
- copyWith:
- Array methods:
- basicMultiAllInstances
- multiAllInstances
- replaceFrom:to:with:startingAt:
- replaceFrom:to:withObject:
- ArrayedCollection methods:
- ,
- =
- add:
- asOrderedCollection
- collect:
- copyWithout:
- do:
- doWithIndex:
- findFirst:
- findLast:
- from:to:do:
- from:to:doWithIndex:
- includes:
- indexOfSubCollection:startingAt:ifAbsent:
- reject:
- remove:ifAbsent:
- reverse
- select:
- Association methods:
- <
- =
- hash
- key
- key:
- key:value:
- printOn:
- storeOn:
- value
- value:
- Bag methods:
- add:
- add:withOccurrences:
- do:
- includes:
- occurrencesOf:
- rehash
- remove:ifAbsent:
- size
- Behavior methods:
- printOn:
- storeOn:
- Boolean methods:
- eqv:
- storeOn:
- xor:
- ByteArray methods:
- =
- asByteArray
- byteAt:
- byteAt:put:
- replaceFrom:to:with:startingAt:
- replaceFrom:to:withObject:
- Character methods:
- <
- asLowercase
- asString
- asSymbol
- asUppercase
- digitValue
- isAlphaNumeric
- isCharacter
- isDigit
- isLetter
- isLowercase
- isPunctuation
- isSeparator
- isUppercase
- isVowel
- printOn:
- storeOn:
- value
- Collection methods:
- add:
- addAll:
- asArray
- asBag
- asByteArray
- asOrderedCollection
- asSet
- asSortedCollection
- asSortedCollection:
- collect:
- conform:
- detect:
- detect:ifNone:
- do:
- includes:
- inject:into:
- isEmpty
- notEmpty
- occurrencesOf:
- printOn:
- reject:
- remove:
- remove:ifAbsent:
- removeAll:
- select:
- storeOn:
- Date methods:
- <
- =
- addDays:
- asSeconds
- dayIndex
- dayName
- dayOfMonth
- dayOfYear
- daysFromBaseDay
- daysInMonth
- daysInYear
- daysLeftInMonth
- daysLeftInYear
- firstDayOfMonth
- hash
- monthIndex
- monthName
- printOn:
- storeOn:
- subtractDate:
- subtractDays:
- year
- DBString methods:
- ,
- asDBString
- asSBString
- at:
- at:put:
- basicAt:
- basicAt:put:
- byteAt:
- byteAt:put:
- indexOfSubCollection:startingAt:
- indexOfSubCollection:startingAt:ifAbsent:
- isDBString
- printOn:
- replaceFrom:to:with:startingAt:
- replaceFrom:to:withObject:
- storeOn:
- uint8At:put:
- Dictionary methods:
- add:
- addAll:
- associationAt:ifAbsent:
- associationsDo:
- at:ifAbsent:
- at:ifAbsentPut:
- at:ifPresent:
- at:put:
- collect:
- do:
- includes:
- includesKey:
- isEmpty
- keyAtValue:ifAbsent:
- keys
- keysAndValuesDo:
- keysDo:
- notEmpty
- rehash
- reject:
- removeAllKeys:
- removeAllKeys:ifAbsent:
- removeKey:ifAbsent:
- select:
- size
- values
- EsString methods:
- <
- <=
- =
- >
- >=
- addLineDelimiters
- asByteArray
- asClassPoolKey
- asGlobalKey
- asLowercase
- asNumber
- asPoolKey
- asString
- asUppercase
- bindWith:
- bindWith:with:
- bindWith:with:with:
- bindWith:with:with:with:
- bindWithArguments:
- copyWithout:
- hash
- indexOf:matchCase:startingAt:
- isString
- match:
- nullTerminated
- occurrencesOf:
- printOn:
- sameAs:
- subStrings
- subStrings:
- trimBlanks
- trimSeparators
- False methods:
- &
- and:
- ifFalse:
- ifFalse:ifTrue:
- ifTrue:
- ifTrue:ifFalse:
- not
- or:
- printOn:
- |
- Float methods:
- *
- +
- -
- /
- //
- <
- =
- arcCos
- arcSin
- arcTan
- asFloat
- asFraction
- asInteger
- cos
- exp
- fractionPart
- hash
- integerPart
- isFloat
- ln
- negated
- printOn:
- reciprocal
- sin
- sqrt
- tan
- truncated
- Fraction methods:
- *
- +
- -
- /
- //
- <
- =
- abs
- asFloat
- asFraction
- asInteger
- ceiling
- denominator
- floor
- hash
- negated
- negative
- numerator
- positive
- printOn:
- quo:
- reciprocal
- rounded
- sign
- strictlyPositive
- truncated
- IdentityDictionary methods:
- at:ifAbsent:
- at:ifAbsentPut:
- at:ifPresent:
- at:put:
- includesKey:
- keys
- removeAllKeys:
- removeAllKeys:ifAbsent:
- removeKey:ifAbsent:
- Integer methods:
- /
- //
- allMask:
- anyMask:
- asCharacter
- asFloat
- asFraction
- asInteger
- bitAnd:
- bitAt:
- bitInvert
- bitOr:
- bitShift:
- bitXor:
- clearBit:
- even
- factorial
- gcd:
- highBit
- isBitSet:
- isInteger
- lcm:
- negated
- noMask:
- odd
- printOn:
- printOn:base:
- printOn:base:showRadix:
- printString
- printStringRadix:
- printStringRadix:padTo:
- printStringRadix:showRadix:
- reciprocal
- rounded
- setBit:
- to:by:do:
- to:do:
- truncated
- Interval methods:
- =
- add:
- at:
- at:put:
- collect:
- do:
- doWithIndex:
- first
- from:to:do:
- from:to:doWithIndex:
- increment
- last
- reject:
- remove:ifAbsent:
- reverse
- reverseDo:
- select:
- size
- storeOn:
- KeyedCollection methods:
- add:
- addAll:
- associationAt:
- associationAt:ifAbsent:
- associationsDo:
- at:
- at:ifAbsent:
- at:ifAbsentPut:
- at:ifPresent:
- collect:
- includesKey:
- keyAtValue:
- keyAtValue:ifAbsent:
- keys
- keysAndValuesDo:
- keysDo:
- reject:
- remove:ifAbsent:
- removeAllKeys:
- removeAllKeys:ifAbsent:
- removeKey:
- removeKey:ifAbsent:
- select:
- values
- LargeInteger methods:
- *
- +
- -
- <
- =
- hash
- quo:
- rem:
- LCCollate methods:
- collateTable
- collateTable:
- compareCharacter:and:
- compareString:and:
- LCCType methods:
- asLowercase:
- asUppercase:
- isLowercase:
- isNumber:
- isPunctuation:
- isSpace:
- isUppercase:
- LCMessages methods:
- dataSeparator
- dataSeparator:
- noStr
- noStr:
- yesStr
- yesStr:
- LCMonetary methods:
- currencySymbol
- currencySymbol:
- fracDigits
- fracDigits:
- intCurrSymbol
- intCurrSymbol:
- intFracDigits
- intFracDigits:
- monDecimalPoint
- monDecimalPoint:
- monGrouping
- monGrouping:
- monThousandsSep
- monThousandsSep:
- nCsPrecedes
- nCsPrecedes:
- negativeSign
- negativeSign:
- nSepBySpace
- nSepBySpace:
- nSignPosn
- nSignPosn:
- pCsPrecedes
- pCsPrecedes:
- positiveSign
- positiveSign:
- printNumber:on:
- pSepBySpace
- pSepBySpace:
- pSignPosn
- pSignPosn:
- LCNumeric methods:
- decimalPoint
- decimalPoint:
- grouping
- grouping:
- printNumber:on:
- thousandsSep
- thousandsSep:
- LCTime methods:
- abDay
- abDay:
- abMon
- abMon:
- amPm
- amPm:
- day
- day:
- dFmt
- dFmt:
- dtFmt
- dtFmt:
- mon
- mon:
- printDate:on:
- printDate:time:on:
- printTime:on:
- tFmt
- tFmt:
- Locale methods:
- countryAbbreviation
- countryAbbreviation:
- isDBLocale
- language
- language:
- lcCollate
- lcCType
- lcMessages
- lcMonetary
- lcNumeric
- lcTime
- preferredStringClass
- printOn:
- territory
- territory:
- LookupTable methods:
- at:ifAbsent:
- at:ifAbsentPut:
- at:ifPresent:
- at:put:
- collect:
- do:
- includes:
- includesKey:
- isEmpty
- keyAtValue:ifAbsent:
- keys
- keysAndValuesDo:
- keysDo:
- notEmpty
- rehash
- reject:
- removeAllKeys:
- removeAllKeys:ifAbsent:
- removeKey:ifAbsent:
- select:
- size
- values
- Magnitude methods:
- <
- <=
- >
- >=
- between:and:
- max:
- min:
- Number methods:
- *
- +
- -
- /
- //
- <
- <=
- >
- >=
- @
- abs
- arcCos
- arcSin
- arcTan
- asInteger
- ceiling
- cos
- degreesToRadians
- exp
- floor
- floorLog:
- lessGeneralThan:
- ln
- log:
- moreGeneralThan:
- negative
- positive
- quo:
- radiansToDegrees
- raisedTo:
- raisedToInteger:
- rem:
- rounded
- roundTo:
- sign
- sin
- sqrt
- squared
- storeOn:
- strictlyPositive
- tan
- timesRepeat:
- to:
- to:by:
- to:by:do:
- to:do:
- truncateTo:
- \\
- Object methods:
- =
- ==
- addDependent:
- at:
- at:put:
- basicAt:
- basicAt:put:
- basicSize
- become:
- broadcast:
- broadcast:with:
- changed
- changed:
- class
- copy
- dependents
- doesNotUnderstand:
- hash
- instVarAt:
- instVarAt:put:
- isCharacter
- isDBString
- isFloat
- isInteger
- isKindOf:
- isMemberOf:
- isNil
- isSBString
- isString
- isSymbol
- notNil
- perform:
- perform:with:
- perform:with:with:
- perform:with:with:with:
- perform:withArguments:
- primitiveFailed
- printOn:
- printString
- release
- removeDependent:
- respondsTo:
- shouldNotImplement
- size
- storeOn:
- storeString
- subclassResponsibility
- update:
- yourself
- ~=
- ~~
- OrderedCollection methods:
- =
- add:
- add:after:
- add:afterIndex:
- add:before:
- add:beforeIndex:
- addAll:
- addAll:after:
- addAll:afterIndex:
- addAll:before:
- addAll:beforeIndex:
- addAllFirst:
- addAllLast:
- addFirst:
- addLast:
- asArray
- asByteArray
- asOrderedCollection
- at:
- at:put:
- collect:
- copyFrom:to:
- copyReplaceAll:with:
- copyReplaceFrom:to:with:
- copyReplaceFrom:to:withObject:
- copyWithout:
- do:
- doWithIndex:
- findFirst:
- findLast:
- first
- from:to:do:
- from:to:doWithIndex:
- indexOfSubCollection:startingAt:ifAbsent:
- isEmpty
- last
- notEmpty
- reject:
- remove:ifAbsent:
- removeAtIndex:
- removeFirst
- removeLast
- replaceFrom:to:with:startingAt:
- replaceFrom:to:withObject:
- reverse
- reverseDo:
- select:
- size
- with:do:
- Point methods:
- *
- +
- -
- /
- //
- <
- <=
- =
- >
- >=
- abs
- between:and:
- corner:
- dist:
- dotProduct:
- extent:
- hash
- max:
- min:
- negated
- normal
- printOn:
- rounded
- storeOn:
- transpose
- truncated
- truncatedGrid:
- truncateTo:
- x
- x:
- y
- y:
- PositionableStream methods:
- atEnd
- close
- contents
- copyFrom:to:
- flush
- isEmpty
- lineDelimiter
- lineDelimiter:
- next:
- nextLine
- peek
- peekFor:
- position
- position:
- reset
- setToEnd
- size
- skip:
- skipTo:
- skipToAll:
- upTo:
- upToAll:
- upToEnd
- ReadStream methods:
- next
- ReadWriteStream methods:
- contents
- next
- truncate
- Rectangle methods:
- =
- amountToTranslateWithin:
- area
- areasOutside:
- bottom
- bottom:
- bottomCenter
- bottomLeft
- bottomLeft:
- bottomRight
- bottomRight:
- center
- contains:
- containsPoint:
- corner
- corner:
- expandBy:
- extent
- extent:
- hash
- height
- height:
- insetBy:
- insetOriginBy:cornerBy:
- intersect:
- intersects:
- left
- left:
- leftCenter
- merge:
- moveBy:
- moveTo:
- origin
- origin:
- origin:corner:
- origin:extent:
- printOn:
- right
- right:
- rightCenter
- rounded
- scaleBy:
- storeOn:
- top
- top:
- topCenter
- topLeft
- topLeft:
- topRight
- topRight:
- translateBy:
- truncated
- width
- width:
- SequenceableCollection methods:
- ,
- =
- after:
- atAll:put:
- atAllPut:
- before:
- collect:
- copyFrom:to:
- copyReplaceAll:with:
- copyReplaceFrom:to:with:
- copyReplaceFrom:to:withObject:
- copyReplacing:withObject:
- copyWith:
- copyWithout:
- do:
- doWithIndex:
- findFirst:
- findLast:
- first
- from:to:do:
- from:to:doWithIndex:
- hash
- indexOf:
- indexOf:ifAbsent:
- indexOfSubCollection:startingAt:
- indexOfSubCollection:startingAt:ifAbsent:
- last
- reject:
- replaceFrom:to:with:
- replaceFrom:to:with:startingAt:
- replaceFrom:to:withObject:
- reverse
- reverseDo:
- select:
- with:do:
- Set methods:
- add:
- addAll:
- asSet
- collect:
- conform:
- detect:ifNone:
- do:
- includes:
- inject:into:
- isEmpty
- notEmpty
- occurrencesOf:
- rehash
- reject:
- remove:ifAbsent:
- removeAll:
- select:
- size
- SmallInteger methods:
- *
- +
- -
- <
- =
- bitShift:
- printOn:
- quo:
- rem:
- SortedCollection methods:
- =
- add:
- addAll:
- asArray
- asByteArray
- asOrderedCollection
- asSortedCollection
- at:
- at:put:
- collect:
- copyFrom:to:
- copyReplaceAll:with:
- copyReplaceFrom:to:withObject:
- copyReplacing:withObject:
- copyWithout:
- do:
- doWithIndex:
- findFirst:
- findLast:
- first
- from:to:do:
- from:to:doWithIndex:
- includes:
- indexOfSubCollection:startingAt:ifAbsent:
- isEmpty
- last
- notEmpty
- occurrencesOf:
- reject:
- remove:ifAbsent:
- removeAtIndex:
- removeFirst
- removeLast
- reverse
- reverseDo:
- select:
- size
- sortBlock
- sortBlock:
- with:do:
- Stream methods:
- do:
- next:
- nextMatchFor:
- String methods:
- ,
- <=
- asByteArray
- asClassPoolKey
- asDBString
- asGlobalKey
- asPoolKey
- asSBString
- asSymbol
- at:
- at:put:
- basicAt:
- basicAt:put:
- byteAt:
- byteAt:put:
- includes:
- indexOfSubCollection:startingAt:
- indexOfSubCollection:startingAt:ifAbsent:
- isSBString
- printString
- replaceFrom:to:with:startingAt:
- replaceFrom:to:withObject:
- storeOn:
- Symbol methods:
- =
- argumentCount
- asString
- asSymbol
- hash
- isSymbol
- printOn:
- printString
- storeOn:
- Time methods:
- <
- =
- addTime:
- asSeconds
- hash
- hours
- minutes
- printOn:
- seconds
- storeOn:
- subtractTime:
- True methods:
- &
- and:
- ifFalse:
- ifFalse:ifTrue:
- ifTrue:
- ifTrue:ifFalse:
- not
- or:
- printOn:
- |
- UndefinedObject methods:
- isNil
- notNil
- printOn:
- storeOn:
- WriteStream methods:
- contents
- cr
- next
- next:put:
- nextPut:
- nextPutAll:
- position:
- size
- space
- tab
- CLIM
- Behavior methods:
- >>
- addCompiledMethod:
- allClassVarNames
- allInstances
- allInstVarNames
- allMethodsDo:
- allMethodsNamed:
- allMethodsReferencingInstVarName:
- allMethodsReferencingLiteral:
- allMethodsSending:
- allMethodsSendingAll:
- allSelectors
- allSharedPoolNames
- allSubclasses
- allSubclassesBreadthFirstDo:
- allSubclassesDepthFirstDo:
- allSubclassesDo:
- allSuperclasses
- allSuperclassesDo:
- basicAllInstances
- basicNew
- basicNew:
- canUnderstand:
- classPool
- classVarNames
- compiledMethodAt:
- compiledMethodAt:ifAbsent:
- compiler
- deleteAllSelectors:
- deleteSelector:
- deleteSelector:ifAbsent:
- hasMethods
- includesSelector:
- inheritsFrom:
- instSize
- instVarNames
- isBits
- isBytes
- isFixed
- isPointers
- isVariable
- methodDictionary
- methodsDo:
- name
- new
- new:
- selectors
- sharedPoolNames
- sourceCodeAt:
- sourceCodeAt:ifAbsent:
- subclasses
- superclass
- whichClassIncludesSelector:
- whichMethodsReferenceInstVarName:
- whichMethodsReferenceLiteral:
- whichMethodsSend:
- whichMethodsSendAll:
- withAllSubclasses
- withAllSubclassesBreadthFirstDo:
- withAllSubclassesDepthFirstDo:
- withAllSubclassesDo:
- withAllSuperclasses
- withAllSuperclassesDo:
- Class methods:
- allMethodsDo:
- allMethodsNamed:
- classPool
- connectToSuper
- disconnectFromSuper
- hasMethods
- initialize
- isClass
- methodsDo:
- name
- setClassName:
- setClassPool:
- setSharedPoolNames:
- sharedPoolNames
- symbol
- ClassDescription methods:
- definitionString
- instVarNames
- CompiledMethod methods:
- =
- equals:
- getsInstVar:
- methodClass
- methodClass:
- referencesInstVar:
- referencesLiteral:
- selector
- selector:
- sendsSelector:
- setsInstVar:
- symbolLiterals
- EmSystemConfiguration methods:
- availableFixedSpaceMemory
- availableMemory
- availableNewSpaceMemory
- availableOldSpaceMemory
- commandLine
- configuredSubsystems
- copyright
- exit
- globalGarbageCollect
- saveImage
- scavenge
- setSubsystemType:to:
- subsystemType:
- totalAllocatedMemory
- vmType
- Metaclass methods:
- isMetaclass
- name
- primaryInstance
- primaryInstance:
- symbol
- Object methods:
- isClass
- isMetaclass
- CommonFileSystem
- CfsDirectoryDescriptor class methods:
- startUpDirectory
- startUpDirectoryPath
- CfsFileDescriptor class methods:
- open:oflag:
- CfsStat class methods:
- stat:
- CfsVolumeInfo class methods:
- volumeInfo:
- CfsDirectoryEntry methods:
- dName
- printOn:
- CfsError methods:
- errno
- identifier
- isCfsError
- message
- platformErrno
- platformErrorClass
- platformErrorLocation
- platformRecommendedAction
- printOn:
- CfsFileDescriptor methods:
- access
- fileDescriptor
- oflag
- share
- CfsStat methods:
- printOn:
- stat:
- stAtime
- stCtime
- stDev
- stFtime
- stGid
- stIno
- stMode
- stMtime
- stNlink
- stSize
- stUid
- CfsVolumeInfo methods:
- caseSensitive
- formatFilename:
- maximumFilenameLength
- path
- preservesCase
- volumeInfo:
- volumeName
- volumeType
- Object methods:
- isCfsError
- CommonGraphics
- CgArc class methods:
- rectangle:angle1:angle2:
- x:y:width:height:angle1:angle2:
- CgDisplay class methods:
- allDisplays
- default
- CgFont class methods:
- default
- CgFontStruct class methods:
- default
- CgGC class methods:
- default
- CgLogicalFontDescription class methods:
- name:
- wildCard
- CgRegion class methods:
- createRegion
- polygonRegion:fillRule:
- rectanglesRegion:
- CgScreen class methods:
- default
- CgSegment class methods:
- point1:point2:
- x1:y1:x2:y2:
- CgTextItem class methods:
- chars:
- chars:delta:
- chars:delta:font:
- chars:font:
- CgWindow class methods:
- default
- CommonGraphics class methods:
- allPlanes
- CgArc methods:
- angle1
- angle1:
- angle2
- angle2:
- height
- height:
- rectangle
- rectangle:angle1:angle2:
- width
- width:
- x
- x:
- x:y:width:height:angle1:angle2:
- y
- y:
- CgCharStruct methods:
- ascent
- attributes
- bearing
- descent
- extent
- height
- lbearing
- origin
- rbearing
- rectangle
- width
- CgCursor methods:
- freeCursor
- recolorCursor:backgroundColor:
- CgDisplay methods:
- bell:
- busyCursor
- close
- createFontCursor:
- defaultFont
- defaultFontStruct
- defaultRootWindow
- defaultScreen
- defaultScreenNumber
- displayString
- listFonts:maxnames:
- listFontsWithInfo:maxnames:infoReturn:
- listPixmapFormats
- loadFont:
- loadQueryFont:
- mapFontCursor:platformCursor:
- queryPointer:rootReturn:childReturn:rootXReturn:rootYReturn:winXReturn:winYReturn:maskReturn:
- screen:
- screenCount
- CgDrawable methods:
- copyArea:gc:srcX:srcY:width:height:destX:destY:
- copyAreaMasked:mask:gc:srcX:srcY:width:height:destX:destY:
- copyPlane:gc:srcX:srcY:width:height:destX:destY:plane:
- copyPlaneMasked:mask:gc:srcX:srcY:width:height:destX:destY:plane:
- createBitmapFromData:width:height:
- createGC:values:
- createPixmap:height:depth:
- createPixmapFromBitmapData:width:height:fg:bg:depth:
- depth
- drawArc:x:y:width:height:angle1:angle2:
- drawArcs:arcs:
- drawImageString:x:y:string:
- drawLine:x1:y1:x2:y2:
- drawLines:points:mode:
- drawPoint:x:y:
- drawPoints:points:mode:
- drawRectangle:x:y:width:height:
- drawRectangles:rectangles:
- drawSegments:segments:
- drawString:x:y:string:
- drawText:x:y:items:
- extent
- fillArc:x:y:width:height:angle1:angle2:
- fillArcs:arcs:
- fillPolygon:points:shape:mode:
- fillRectangle:x:y:width:height:
- fillRectangles:rectangles:
- getGeometry:xReturn:yReturn:widthReturn:heightReturn:borderWidthReturn:depthReturn:
- height
- origin
- readBitmapFile:widthReturn:heightReturn:bitmapReturn:xHotReturn:yHotReturn:
- rectangle
- screen
- width
- x
- y
- CgFont methods:
- createGlyphCursor:sourceChar:maskChar:
- createGlyphCursor:sourceChar:maskChar:foregroundColor:backgroundColor:
- queryFont
- queryTextExtents:directionReturn:fontAscentReturn:fontDescentReturn:overallReturn:
- unloadFont
- CgFontProp methods:
- asInteger
- asString
- card32
- name
- nameString
- CgFontStruct methods:
- allCharsExist
- ascent
- defaultChar
- descent
- direction
- fid
- font
- freeFont
- getFontProperty:valueReturn:
- height
- logicalFontDescription
- maxBounds
- maxByte1
- maxCharOrByte2
- minBounds
- minByte1
- minCharOrByte2
- name
- perChar
- perCharAtRow:
- perCharNumColumns
- perCharNumRows
- properties
- spacing
- textExtents:directionReturn:fontAscentReturn:fontDescentReturn:overallReturn:
- textWidth:
- CgGC methods:
- changeGC:values:
- copyGC:dest:
- freeGC
- getGCValues:valuesReturn:
- setArcMode:
- setBackground:
- setClipMask:
- setClipOrigin:clipYOrigin:
- setClipRectangles:clipYOrigin:rectangles:ordering:
- setDashes:dashList:
- setFillRule:
- setFillStyle:
- setFont:
- setForeground:
- setFunction:
- setLineAttributes:lineStyle:capStyle:joinStyle:
- setRegion:
- setState:background:function:planeMask:
- setStipple:
- setSubwindowMode:
- setTile:
- setTSOrigin:tsYOrigin:
- CgGCValues methods:
- arcMode
- arcMode:
- background
- background:
- capStyle
- capStyle:
- clipMask
- clipMask:
- clipXOrigin
- clipXOrigin:
- clipYOrigin
- clipYOrigin:
- dashes
- dashes:
- dashOffset
- dashOffset:
- fillRule
- fillRule:
- fillStyle
- fillStyle:
- font
- font:
- foreground
- foreground:
- function
- function:
- joinStyle
- joinStyle:
- lineStyle
- lineStyle:
- lineWidth
- lineWidth:
- stipple
- stipple:
- subwindowMode
- subwindowMode:
- tile
- tile:
- tsXOrigin
- tsXOrigin:
- tsYOrigin
- tsYOrigin:
- CgID methods:
- display
- CgLogicalFontDescription methods:
- addStyle
- addStyle:
- averageWidth
- averageWidth:
- characterSet
- characterSet:
- characterSetName
- characterSetName:
- characterSetRegistry
- characterSetRegistry:
- fontFamily
- fontFamily:
- foundry
- foundry:
- horizontalResolution
- horizontalResolution:
- isScalable
- name
- pixels
- pixels:
- points
- points:
- setWidth
- setWidth:
- slant
- slant:
- spacing
- spacing:
- verticalResolution
- verticalResolution:
- weight
- weight:
- CgPixmap methods:
- createPixmapCursor:foregroundColor:backgroundColor:x:y:
- createPixmapCursor:x:y:
- freePixmap
- writeBitmapFile:width:height:xHot:yHot:
- CgPixmapFormatValues methods:
- bitsPerPixel
- depth
- scanlinePad
- CgRegion methods:
- clipBox
- clipBox:
- containsPoint:
- containsRectangle:
- destroyRegion
- emptyRegion
- equal:
- equalRegion:
- intersect:
- intersectRegion:drReturn:
- isEmpty
- offset:
- offsetRegion:dy:
- pointInRegion:y:
- rectInRegion:y:width:height:
- shrink:
- shrinkRegion:dy:
- subtract:
- subtractRegion:drReturn:
- union:
- unionRect:
- unionRectWithRegion:destRegionReturn:
- unionRegion:drReturn:
- xor:
- xorRegion:drReturn:
- CgScreen methods:
- defaultDepth
- defaultGC
- defaultVisual
- display
- doesBackingStore
- doesSaveUnders
- height
- heightMM
- listDepths
- planes
- rootWindow
- screenNumber
- width
- widthMM
- CgSegment methods:
- point1
- point1:
- point1:point2:
- point2
- point2:
- x1
- x1:
- x1:y1:x2:y2:
- x2
- x2:
- y1
- y1:
- y2
- y2:
- CgTextItem methods:
- chars
- chars:
- chars:delta:font:
- delta
- delta:
- font
- font:
- CgVisual methods:
- bitsPerRgb
- blueMask
- greenMask
- mapEntries
- redMask
- screenClass
- CgWindow methods:
- clearArea:y:width:height:exposures:
- clearWindow
- defineCursor:
- translateCoordinates:srcX:srcY:destXReturn:destYReturn:childReturn:
- undefineCursor
- CommonPrinting
- CgDisplay class methods:
- defaultPrinterDisplay
- CgPrintJobAttributes class methods:
- new:
- CwPrinterShell class methods:
- appCreateShell:applicationClass:display:argBlock:
- createApplicationShell:argBlock:
- CgDisplay methods:
- printerScreens
- CgPrinterScreen methods:
- deviceName
- driverName
- isPrinterScreen
- name
- outputMedium
- CgPrinterWindow methods:
- clearArea:y:width:height:exposures:
- clearWindow
- CgPrintJobAttributes methods:
- deviceName
- driverVersion
- isCompatibleWith:
- platformName
- CgScreen methods:
- isPrinterScreen
- CwPrinterDrawingCallbackData methods:
- pageNumber
- CwPrinterPrompter methods:
- displayName
- displayName:
- jobAttributes
- jobAttributes:
- CwPrinterShell methods:
- addCallback:receiver:selector:clientData:
- basicWidget
- borderWidth
- borderWidth:
- boundingBox
- callCallbacks:callData:
- cancelJob
- corner
- depth
- destroyCallback:
- destroyWidget
- deviceMargins
- display
- endJob
- endPage
- exposeCallback:
- extent
- height
- isDestroyed
- isManaged
- isMapped
- isRealized
- jobAttributes
- jobAttributes:
- mapCallback:
- name
- origin
- pageNumber
- pageNumber:
- parent
- primaryWidget
- realizeWidget
- removeCallback:receiver:selector:clientData:
- resizeCallback:
- resolution
- screen
- screen:
- sendRawPrinterData:
- setValuesBlock:
- shell
- startJob
- startPage
- title
- title:
- userData
- userData:
- width
- window
- x
- y
- CommonPrintingPM
- CgDisplay class methods:
- allPrinterDisplayNames
- defaultPrinterDisplayName
- CgPrinterScreen methods:
- defaultJobAttributes
- CommonPrintingWin
- CgDisplay class methods:
- allPrinterDisplayNames
- defaultPrinterDisplayName
- CgPrinterScreen methods:
- defaultJobAttributes
- CommonPrintingX
- CgPrinterScreen methods:
- defaultJobAttributes
- CommonWidgets
- CommonWidgets class methods:
- reinitialize
- CwAccelerator class methods:
- mask:keysym:
- CwAppContext class methods:
- default
- defaultApplicationClass
- defaultApplicationClass:
- defaultApplicationName
- defaultApplicationName:
- CwBasicWidget class methods:
- focusWidget
- widgetUnderPointer
- CwCallbackRec class methods:
- receiver:selector:
- receiver:selector:clientData:
- CwFontList class methods:
- fontStruct:
- CwList class methods:
- maxItems:from:to:
- scrollHorizontal
- scrollHorizontal:
- selectionBackgroundColor
- selectionForegroundColor
- CwShell class methods:
- all
- allShells
- createPopupShell:parent:argBlock:
- CwText class methods:
- lineDelimiter
- CwTopLevelShell class methods:
- appCreateShell:applicationClass:display:argBlock:
- createApplicationShell:argBlock:
- CwWidget class methods:
- createManagedWidget:parent:argBlock:
- createWidget:parent:argBlock:
- strictClipping
- strictClipping:
- CwWMShell class methods:
- focusShell
- ReturnParameter class methods:
- null
- value:
- CgDisplay methods:
- clipboardCancelCopy:itemId:
- clipboardCopy:itemId:formatName:buffer:privateId:
- clipboardEndCopy:itemId:
- clipboardEndRetrieve:
- clipboardInquireCount:countReturn:
- clipboardInquireFormat:index:formatNameReturn:
- clipboardInquireLength:formatName:lengthReturn:
- clipboardLock:
- clipboardRegisterFormat:formatLength:
- clipboardRetrieve:formatName:bufferReturn:privateIdReturn:
- clipboardStartCopy:clipLabel:itemIdReturn:
- clipboardStartRetrieve:
- clipboardUnlock:removeAllLocks:
- doubleClickInterval
- translateKeycode:modifiers:modifiersReturn:keysymReturn:
- windowToWidget:
- CgScreen methods:
- destroyIcon:
- destroyPixmap:
- getIcon:foregroundColor:
- getPixmap:foreground:background:
- getPixmap:foreground:background:palette:
- CwAccelerator methods:
- keysym
- mask
- CwAnyCallbackData methods:
- reason
- CwAppContext methods:
- addTimeout:receiver:selector:clientData:
- addWorkProc:selector:clientData:
- asyncExecInUI:
- enableProcs:
- openDisplay:
- openDisplay:applicationName:applicationClass:
- readAndDispatch
- readAndDispatchWhile:
- removeTimeout:
- removeWorkProc:
- syncExecInUI:
- CwArrowButton methods:
- activateCallback:
- armCallback:
- arrowDirection
- arrowDirection:
- disarmCallback:
- CwBulletinBoard methods:
- autoUnmanage
- autoUnmanage:
- buttonFontList
- buttonFontList:
- cancelButton
- cancelButton:
- defaultButton
- defaultButton:
- defaultPosition
- defaultPosition:
- dialogStyle
- dialogStyle:
- dialogTitle
- dialogTitle:
- labelFontList
- labelFontList:
- mapCallback:
- marginHeight
- marginHeight:
- marginWidth
- marginWidth:
- noResize
- noResize:
- resizePolicy
- resizePolicy:
- textFontList
- textFontList:
- unmapCallback:
- CwButtonEvent methods:
- button
- CwCallbackRec methods:
- =
- callWith:callData:
- clientData
- clientData:
- hash
- receiver
- receiver:
- selector
- selector:
- send
- CwCascadeButton methods:
- cascadingCallback:
- subMenuId
- subMenuId:
- CwComboBox methods:
- activateCallback:
- addItem:position:
- addItems:position:
- comboBoxType
- comboBoxType:
- deleteAllItems
- deleteItem:
- deleteItemsPos:position:
- deletePos:
- editable
- editable:
- focusCallback:
- fontList
- fontList:
- getMaxLength
- getString
- itemCount
- itemExists:
- items
- items:
- losingFocusCallback:
- maxLength
- maxLength:
- modifyVerifyCallback:
- popdownCallback:
- popupCallback:
- replaceItemsPos:position:
- selectedItems
- setString:
- singleSelectionCallback:
- valueChangedCallback:
- verifyBell
- verifyBell:
- visibleItemCount
- visibleItemCount:
- CwComboBoxCallbackData methods:
- item
- itemPosition
- CwComposite methods:
- addTabGroup
- backgroundColor
- backgroundColor:
- childAt:
- children
- exposeCallback:
- focusCallback:
- foregroundColor
- foregroundColor:
- grabPointer:
- helpCallback:
- interceptEvents
- interceptEvents:
- interceptExposeCallback:
- losingFocusCallback:
- navigationType
- navigationType:
- numChildren
- removeTabGroup
- strictClipping
- strictClipping:
- traversalOn
- traversalOn:
- ungrabPointer
- CwCompositeBox methods:
- cancelLabelString
- cancelLabelString:
- helpLabelString
- helpLabelString:
- minimizeButtons
- minimizeButtons:
- okCallback:
- okLabelString
- okLabelString:
- CwConfirmationCallbackData methods:
- doit
- doit:
- CwDialogShell methods:
- mwmInputMode
- mwmInputMode:
- CwDrawingArea methods:
- inputCallback:
- marginHeight
- marginHeight:
- marginWidth
- marginWidth:
- resizePolicy
- resizePolicy:
- CwDrawingCallbackData methods:
- event
- window
- CwDrawnButton methods:
- activateCallback:
- armCallback:
- disarmCallback:
- exposeCallback:
- focusCallback:
- losingFocusCallback:
- pushButtonEnabled
- pushButtonEnabled:
- CwEvent methods:
- display
- type
- window
- CwExposeEvent methods:
- count
- height
- rectangle
- width
- x
- y
- CwFontList methods:
- fontStruct
- CwForm methods:
- fractionBase
- fractionBase:
- horizontalSpacing
- horizontalSpacing:
- marginHeight
- marginWidth
- rubberPositioning
- rubberPositioning:
- verticalSpacing
- verticalSpacing:
- CwFrame methods:
- fontList
- fontList:
- labelString
- labelString:
- marginHeight
- marginHeight:
- marginWidth
- marginWidth:
- shadowType
- shadowType:
- CwInputEvent methods:
- point
- pointRoot
- state
- time
- x
- xRoot
- y
- yRoot
- CwKeyEvent methods:
- character
- keycode
- keysym
- CwLabel methods:
- accelerator:
- acceleratorText
- acceleratorText:
- alignment
- alignment:
- fontList
- fontList:
- labelIcon
- labelIcon:
- labelInsensitiveIcon
- labelInsensitiveIcon:
- labelInsensitivePixmap
- labelInsensitivePixmap:
- labelPixmap
- labelPixmap:
- labelString
- labelString:
- labelType
- labelType:
- marginBottom
- marginBottom:
- marginHeight
- marginHeight:
- marginLeft
- marginLeft:
- marginRight
- marginRight:
- marginTop
- marginTop:
- marginWidth
- marginWidth:
- mnemonic
- mnemonic:
- recomputeSize
- recomputeSize:
- CwList methods:
- addItem:position:
- addItems:position:
- addItemUnselected:position:
- browseSelectionCallback:
- defaultActionCallback:
- deleteAllItems
- deleteItem:
- deleteItems:
- deleteItemsPos:position:
- deletePos:
- deselectAllItems
- deselectItem:
- deselectPos:
- extendedSelectionCallback:
- fontList
- fontList:
- getMatchPos:
- getSelectedPos
- itemCount
- itemExists:
- items
- items:
- multipleSelectionCallback:
- replaceItems:newItems:
- replaceItemsPos:position:
- scrollHorizontal
- scrollHorizontal:
- selectedItemCount
- selectedItems
- selectedItems:
- selectionPolicy
- selectionPolicy:
- selectItem:notify:
- selectPos:notify:
- setBottomItem:
- setBottomPos:
- setItem:
- setPos:
- singleSelectionCallback:
- topItemPosition
- topItemPosition:
- visibleItemCount
- visibleItemCount:
- CwListCallbackData methods:
- item
- itemPosition
- selectedItemCount
- selectedItemPositions
- selectedItems
- CwMainWindow methods:
- menuBar
- menuBar:
- setAreas:horizontalScrollbar:verticalScrollbar:workRegion:
- CwMessageBox methods:
- cancelCallback:
- defaultButtonType
- defaultButtonType:
- dialogType
- dialogType:
- getChild:
- messageAlignment
- messageAlignment:
- messageString
- messageString:
- symbolIcon
- symbolIcon:
- symbolPixmap
- symbolPixmap:
- CwPrimitive methods:
- addTabGroup
- backgroundColor
- backgroundColor:
- foregroundColor
- foregroundColor:
- helpCallback:
- navigationType
- navigationType:
- removeTabGroup
- traversalOn
- traversalOn:
- CwPushButton methods:
- activateCallback:
- armCallback:
- disarmCallback:
- showAsDefault
- showAsDefault:
- CwRowColumn methods:
- adjustLast
- adjustLast:
- buttonMnemonics:
- buttons:
- buttonSet:
- buttonType:
- entryAlignment
- entryAlignment:
- entryBorder
- entryBorder:
- entryCallback:
- entryClass
- entryClass:
- isAligned
- isAligned:
- isHomogeneous
- isHomogeneous:
- labelString:
- mapCallback:
- marginHeight
- marginHeight:
- marginWidth
- marginWidth:
- menuHelpWidget
- menuHelpWidget:
- menuHistory
- menuHistory:
- menuPosition:
- mnemonic
- mnemonic:
- numColumns
- numColumns:
- optionLabel:
- orientation
- orientation:
- packing
- packing:
- postFromButton:
- radioAlwaysOne
- radioAlwaysOne:
- radioBehavior
- radioBehavior:
- resizeHeight
- resizeHeight:
- resizeWidth
- resizeWidth:
- rowColumnType
- rowColumnType:
- simpleCallback:
- spacing
- spacing:
- subMenuId
- subMenuId:
- unmapCallback:
- CwRowColumnCallbackData methods:
- callbackData
- data
- widget
- CwScale methods:
- decimalPoints
- decimalPoints:
- dragCallback:
- fontList
- fontList:
- getValue
- maximum
- maximum:
- minimum
- minimum:
- orientation
- orientation:
- processingDirection
- processingDirection:
- setValue:
- showValue
- showValue:
- titleString
- titleString:
- traversalOn
- traversalOn:
- value
- value:
- valueChangedCallback:
- CwScrollBar methods:
- decrementCallback:
- dragCallback:
- getValues:sliderSizeReturn:incrementReturn:pageIncrementReturn:
- increment
- increment:
- incrementCallback:
- maximum
- maximum:
- minimum
- minimum:
- orientation
- orientation:
- pageDecrementCallback:
- pageIncrement
- pageIncrement:
- pageIncrementCallback:
- processingDirection
- processingDirection:
- setValue:notify:
- setValues:sliderSize:increment:pageIncrement:notify:
- sliderSize
- sliderSize:
- toBottomCallback:
- toTopCallback:
- value
- value:
- valueChangedCallback:
- CwScrolledWindow methods:
- clipBackgroundColor
- clipBackgroundColor:
- clipBackgroundPixmap
- clipBackgroundPixmap:
- clipScreenArea
- clipWorkWindowArea
- horizontalScrollBar
- horizontalScrollBar:
- scrollBarDisplayPolicy
- scrollBarDisplayPolicy:
- scrollingPolicy
- scrollingPolicy:
- setAreas:verticalScrollbar:workRegion:
- verticalScrollBar
- verticalScrollBar:
- visualPolicy
- visualPolicy:
- workWindow
- workWindow:
- CwSelectionBox methods:
- applyCallback:
- applyLabelString
- applyLabelString:
- cancelCallback:
- dialogType
- dialogType:
- getChild:
- listItemCount
- listItems
- listItems:
- listLabelString
- listLabelString:
- listVisibleItemCount
- listVisibleItemCount:
- mustMatch
- mustMatch:
- noMatchCallback:
- selectionLabelString
- selectionLabelString:
- textColumns
- textColumns:
- textString
- textString:
- CwSeparator methods:
- margin
- margin:
- orientation
- orientation:
- separatorType
- separatorType:
- CwShell methods:
- allowShellResize
- allowShellResize:
- childAt:
- children
- focusWidget
- numChildren
- popdown
- popdownCallback:
- popup
- popupCallback:
- strictClipping
- strictClipping:
- widgetUnderPointer
- CwText methods:
- activateCallback:
- alignment
- alignment:
- clearSelection
- columns
- columns:
- copySelection
- cursorPosition
- cursorPosition:
- cutSelection
- doubleClickSelect
- doubleClickSelect:
- editable
- editable:
- editMode
- editMode:
- focusCallback:
- fontList
- fontList:
- getEditable
- getInsertionPosition
- getLastPosition
- getMaxLength
- getSelection
- getSelectionPosition
- getString
- getSubstring:numChars:
- getTopCharacter
- hasSelection
- insert:value:
- insertAndShow:value:
- lineDelimiter
- losingFocusCallback:
- maxLength
- maxLength:
- modifyVerifyCallback:
- paste
- remove
- replace:toPos:value:
- rows
- rows:
- scroll:
- scrollHorizontal
- scrollHorizontal:
- scrollVertical
- scrollVertical:
- setEditable:
- setHighlight:mode:
- setInsertionPosition:
- setSelection:
- setString:
- setTopCharacter:
- showPosition:
- tabSpacing
- tabSpacing:
- topCharacter
- topCharacter:
- value
- value:
- valueChangedCallback:
- verifyBell
- verifyBell:
- wordWrap
- wordWrap:
- CwTextVerifyCallbackData methods:
- currInsert
- endPos
- startPos
- text
- text:
- CwToggleButton methods:
- armCallback:
- disarmCallback:
- getState
- indicatorOn
- indicatorOn:
- indicatorType
- indicatorType:
- set
- set:
- setState:notify:
- valueChangedCallback:
- CwToggleButtonCallbackData methods:
- set
- CwTopLevelShell methods:
- iconic
- iconic:
- screen:
- CwValueCallbackData methods:
- value
- CwWidget methods:
- addCallback:receiver:selector:clientData:
- addEventHandler:receiver:selector:clientData:
- ancestorSensitive
- basicWidget
- borderWidth
- borderWidth:
- bottomAttachment
- bottomAttachment:
- bottomOffset
- bottomOffset:
- bottomPosition
- bottomPosition:
- bottomWidget
- bottomWidget:
- boundingBox
- bringToFront
- callCallbacks:callData:
- changeActivePointerGrab:
- configureWidget:y:width:height:borderWidth:
- corner
- createArrowButton:argBlock:
- createBulletinBoard:argBlock:
- createBulletinBoardDialog:argBlock:
- createCascadeButton:argBlock:
- createComboBox:argBlock:
- createDialogShell:argBlock:
- createDrawingArea:argBlock:
- createDrawnButton:argBlock:
- createErrorDialog:argBlock:
- createForm:argBlock:
- createFormDialog:argBlock:
- createFrame:argBlock:
- createInformationDialog:argBlock:
- createLabel:argBlock:
- createList:argBlock:
- createMainWindow:argBlock:
- createMenuBar:argBlock:
- createMessageBox:argBlock:
- createMessageDialog:argBlock:
- createOptionMenu:argBlock:
- createPopupMenu:argBlock:
- createPromptDialog:argBlock:
- createPulldownMenu:argBlock:
- createPushButton:argBlock:
- createQuestionDialog:argBlock:
- createRadioBox:argBlock:
- createRowColumn:argBlock:
- createScale:argBlock:
- createScrollBar:argBlock:
- createScrolledList:argBlock:
- createScrolledText:argBlock:
- createScrolledWindow:argBlock:
- createSelectionBox:argBlock:
- createSelectionDialog:argBlock:
- createSeparator:argBlock:
- createSimpleCheckBox:argBlock:
- createSimpleMenuBar:argBlock:
- createSimpleOptionMenu:argBlock:
- createSimplePopupMenu:argBlock:
- createSimplePulldownMenu:argBlock:
- createSimpleRadioBox:argBlock:
- createText:argBlock:
- createToggleButton:argBlock:
- createWarningDialog:argBlock:
- createWorkArea:argBlock:
- createWorkingDialog:argBlock:
- deferRedraw:
- depth
- destroyCallback:
- destroyWidget
- display
- extent
- hasFocus
- height
- height:
- isComposite
- isDestroyed
- isManaged
- isRealized
- isSensitive
- leftAttachment
- leftAttachment:
- leftOffset
- leftOffset:
- leftPosition
- leftPosition:
- leftWidget
- leftWidget:
- makeGeometryRequest:replyReturn:
- makeResizeRequest:height:widthReturn:heightReturn:
- manageChild
- manageChildren:
- mappedWhenManaged
- mappedWhenManaged:
- mapWidget
- moveWidget:y:
- name
- origin
- parent
- primaryWidget
- processTraversal:
- queryGeometry:preferredReturn:
- realizeWidget
- redraw
- redraw:y:width:height:
- removeAllCallbacks:
- removeCallback:receiver:selector:clientData:
- removeEventHandler:receiver:selector:clientData:
- resizable
- resizable:
- resizeCallback:
- resizeWidget:height:borderWidth:
- rightAttachment
- rightAttachment:
- rightOffset
- rightOffset:
- rightPosition
- rightPosition:
- rightWidget
- rightWidget:
- screen
- sendToBack
- sensitive
- sensitive:
- setInputFocus
- setSensitive:
- setValuesBlock:
- shell
- topAttachment
- topAttachment:
- topOffset
- topOffset:
- topPosition
- topPosition:
- topWidget
- topWidget:
- translateCoords:
- unmanageChild
- unmanageChildren:
- unmapWidget
- updateDisplay
- updateWidget
- userData
- userData:
- width
- width:
- window
- x
- x:
- y
- y:
- CwWidgetGeometry methods:
- borderWidth
- borderWidth:
- height
- height:
- requestMode
- requestMode:
- sibling
- sibling:
- stackMode
- stackMode:
- width
- width:
- x
- x:
- y
- y:
- CwWMShell methods:
- autoRaise
- autoRaise:
- dbcsInput
- dbcsInput:
- deIconify
- focusCallback:
- hasFocus
- icon
- icon:
- iconify
- iconifyCallback:
- iconMask
- iconMask:
- iconPixmap
- iconPixmap:
- mwmDecorations
- mwmDecorations:
- title
- title:
- windowCloseCallback:
- NullReturnParameter methods:
- value
- value:
- ReturnParameter methods:
- value
- value:
- Core
- DirectedMessage class methods:
- selector:arguments:receiver:
- OSBaseType class methods:
- isSigned
- isSigned:
- OSObject class methods:
- address:
- address:offset:
- calloc
- calloc:
- calloc:reftype:
- fixedSize
- fixedSize:
- immediate:
- new
- new:
- reference:
- reference:offset:
- reference:reftype:
- reference:reftype:offset:
- undefined
- OSObjectPointer class methods:
- itemType:
- PlatformFunction class methods:
- callingConvention:address:parameterTypes:returnType:
- callingConvention:function:library:parameterTypes:returnType:
- PlatformLibrary class methods:
- logicalName:
- mapLogicalName:toPhysicalName:
- removeMappingForLogicalName:
- removeUnreferencedLibraries
- Block methods:
- atEndOrWhenExceptionDo:
- fork
- forkAt:
- newProcess
- newProcessWith:
- valueWithArguments:onReturnDo:
- when:do:
- when:do:when:do:
- when:do:when:do:when:do:
- when:do:when:do:when:do:when:do:
- when:do:when:do:when:do:when:do:when:do:
- whenExceptionDo:
- whileFalse:
- whileTrue:
- BlockContextTemplate methods:
- argumentCount
- value
- value:
- value:onReturnDo:
- value:value:
- value:value:onReturnDo:
- value:value:value:
- value:value:value:onReturnDo:
- valueOnReturnDo:
- valueWithArguments:
- ByteArray methods:
- int16At:
- int16At:put:
- int32At:
- int32At:put:
- int64At:
- int64At:put:
- int8At:
- int8At:put:
- memcmpFrom:to:with:startingAt:
- memcpyFrom:to:
- memcpyFrom:to:into:startingAt:
- memcpyStringFrom:to:
- uint16At:
- uint16At:put:
- uint32At:
- uint32At:put:
- uint64At:
- uint64At:put:
- uint8At:
- uint8At:put:
- Class methods:
- hash
- CompiledMethod methods:
- hash
- isPrimitive
- isUserPrimitive
- printOn:
- storeOn:
- DirectedMessage methods:
- printOn:
- receiver
- receiver:
- send
- EmSystemConfiguration methods:
- vmVersion
- EsEmptyBlock methods:
- argumentCount
- value
- valueOnReturnDo:
- EsString methods:
- int16At:
- int16At:put:
- int32At:
- int32At:put:
- int64At:
- int64At:put:
- int8At:
- int8At:put:
- memcmpFrom:to:with:startingAt:
- memcpyFrom:to:
- memcpyFrom:to:into:startingAt:
- memcpyStringFrom:to:
- uint16At:
- uint16At:put:
- uint32At:
- uint32At:put:
- uint64At:
- uint64At:put:
- uint8At:
- uint8At:put:
- ExceptionalEvent methods:
- defaultHandler
- defaultHandler:
- description
- description:
- newChild
- parent
- printOn:
- resumable
- resumable:
- signal
- signalWith:
- signalWith:with:
- signalWithArguments:
- |
- Message methods:
- arguments
- arguments:
- printOn:
- selector
- selector:
- Metaclass methods:
- hash
- Object methods:
- addToBeFinalized
- error:
- finalize
- halt
- halt:
- isOSObject
- onFinalizeDo:
- removeToBeFinalized
- OSBaseType methods:
- at:
- at:put:
- OSObject methods:
- +
- -
- =
- at:
- at:put:
- free
- hash
- int16At:
- int16At:put:
- int32At:
- int32At:put:
- int64At:
- int64At:put:
- int8At:
- int8At:put:
- isImmediate
- isNull
- isOSObject
- isUndefined
- maxOffset
- memcmpFrom:to:with:startingAt:
- memcpyFrom:to:
- memcpyFrom:to:into:startingAt:
- memcpyStringFrom:to:
- minOffset
- notNull
- offset
- offset:
- reference
- reference:
- reftype
- reftype:
- struct:at:
- structAt:put:
- uint16At:
- uint16At:put:
- uint32At:
- uint32At:put:
- uint64At:
- uint64At:put:
- uint8At:
- uint8At:put:
- OSObjectPointer methods:
- at:
- at:put:
- itemType
- itemType:
- PlatformFunction methods:
- address
- call
- callingConvention
- callWith:
- callWith:with:
- callWith:with:with:
- callWith:with:with:with:
- callWith:with:with:with:with:
- callWith:with:with:with:with:with:
- callWith:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:with:with:with:with:with:with:with:
- callWith:with:with:with:with:with:with:with:with:with:with:with:with:with:with:with:
- functionNumber
- library
- name
- parameterTypes
- returnType
- PlatformLibrary methods:
- close
- getAddress:
- logicalName
- physicalName
- Signal methods:
- argument
- arguments
- description
- exception
- exitWith:
- handlesByDefault
- printOn:
- resumeWith:
- retry
- signal
- signalWith:
- signalWith:with:
- signalWithArguments:
- CPM
- Delay class methods:
- forMilliseconds:
- forSeconds:
- untilMilliseconds:
- Process class methods:
- basicAllInstances
- Semaphore class methods:
- forMutualExclusion
- new
- Delay methods:
- resumptionTime
- wait
- Process methods:
- printOn:
- priority
- priority:
- resume
- suspend
- terminate
- ProcessorScheduler methods:
- activePriority
- activeProcess
- highIOPriority
- lowIOPriority
- signal:atTime:
- systemBackgroundPriority
- timingPriority
- userBackgroundPriority
- userInterruptPriority
- userSchedulingPriority
- Semaphore methods:
- critical:
- signal
- wait
- CwExtendedWidgetFramework
- CwExtendedWidget class methods:
- createManagedWidget:parent:argBlock:
- createWidget:parent:argBlock:
- CwExtendedComposite methods:
- addTabGroup
- children
- interceptEvents
- interceptEvents:
- isComposite
- numChildren
- CwExtendedPrimitive methods:
- addTabGroup
- backgroundColor
- backgroundColor:
- foregroundColor
- foregroundColor:
- navigationType
- navigationType:
- removeTabGroup
- traversalOn
- traversalOn:
- CwExtendedWidget methods:
- addCallback:receiver:selector:clientData:
- addEventHandler:receiver:selector:clientData:
- callCallbacks:callData:
- name
- parent
- primaryWidget
- removeAllCallbacks:
- removeCallback:receiver:selector:clientData:
- removeEventHandler:receiver:selector:clientData:
- sensitive
- sensitive:
- setInputFocus
- setSensitive:
- setValuesBlock:
- CwPrompters
- CwFileSelectionPrompter class methods:
- defaultSearchPath
- defaultSearchPath:
- initialize
- CwPrompter class methods:
- defaultPrompterStyle
- defaultPrompterStyle:
- for:
- new
- CwFileSelectionPrompter methods:
- accessType
- accessType:
- fileName
- fileName:
- searchMask
- searchMask:
- searchPath
- searchPath:
- CwMessagePrompter methods:
- buttonType
- buttonType:
- defaultButtonType
- defaultButtonType:
- iconType
- iconType:
- messageString
- messageString:
- CwPrompter methods:
- prompt
- prompterStyle
- prompterStyle:
- title
- title:
- CwTextPrompter methods:
- answerString
- answerString:
- messageString
- messageString:
- DdePMImplementationSupport
- DdeClient methods:
- coldLink:format:
- connect:topic:
- execute:
- requestData:format:
- sendItem:value:format:
- DdeServerManager methods:
- free
- DecimalMath
- Decimal class methods:
- fromString:
- Decimal methods:
- *
- +
- -
- /
- //
- <
- <=
- =
- >
- >=
- asDecimal
- asFloat
- asFraction
- asInteger
- fractionPart
- hash
- integerPart
- negated
- printOn:
- printOn:showDigits:pad:
- raisedToInteger:
- reciprocal
- scale
- significantDigits
- storeOn:
- truncated
- Float methods:
- asDecimal
- Fraction methods:
- asDecimal
- Integer methods:
- asDecimal
- SmallInteger methods:
- asDecimal
- String methods:
- asDecimal
- DsConfigurationApp
- DsDistributedSystemConfiguration methods:
- allObjectSpaceNames
- allObjectSpaces
- classInUiObjectSpace:
- collecting
- distributedUnitOfWork
- distributionEnabled
- dsAllObjectSpaces
- localSpace
- version
- DsLocalObjectSpace methods:
- globalAt:ifAbsent:
- DsObjectSpace methods:
- connected
- globalAt:
- nickName
- nickName:
- printOn:
- Object methods:
- dsInLocalSpace
- dsPerformWithLocalResult:
- dsPerformWithLocalResult:with:with:
- dsPerformWithLocalResult:with:with:with:
- dsPerformWithLocalResult:withArguments:
- dsSpace
- DynamicDataExchange
- DdeClass methods:
- addCallback:receiver:selector:clientData:
- connected
- disconnect
- removeAllCallbacks:
- removeCallback:receiver:selector:clientData:
- timeout
- timeout:
- DdeClient methods:
- free
- hotLink:format:
- queryAll
- queryServersFor:
- queryTopicsFrom:
- warmLink:format:
- DdeServer methods:
- disconnect
- sendItem:value:format:
- DdeServerManager methods:
- addCallback:receiver:selector:clientData:
- addItem:topic:value:format:
- name
- notifyClientOfSupportFor:
- removeAllCallbacks:
- removeCallback:receiver:selector:clientData:
- removeItem:topic:format:
- servers
- testMode
- testMode:
- timeout
- timeout:
- updateItem:topic:value:format:
- EaDumper
- ApplicationDumper class methods:
- new
- ApplicationDumper methods:
- byteArray
- currentErrorString
- description
- description:
- dump:intoFileNamed:
- dumpApplications:
- dumpClasses:
- dumpClassInstVar:in:
- dumpClassInstVar:withValue:in:
- dumpClassVariable:in:
- dumpClassVariable:withValue:in:
- dumpGlobal:withValue:
- dumpGlobals:
- dumpIntoByteArray
- dumpIntoByteArray:
- dumpIntoFileNamed:
- dumpIntoFileNamed:atOffset:
- dumpMethods:
- dumpSharedVariable:in:
- dumpSharedVariable:withValue:in:
- includeManagerStructures:
- redefinitionDictionary:
- runLoadedCode:
- runToBeLoadedCode:
- startupClass:selector:
- startupClassName:selector:
- totalSizeAfterUnload
- totalSizeBeforeUnload
- unlinkInstancesOfClasses:
- EaLoader
- ApplicationLoader class methods:
- new
- ApplicationLoader methods:
- currentErrorString
- debugging:
- descriptionFromByteArray:
- descriptionFromFileHandle:
- descriptionFromFileHandle:atOffset:
- descriptionFromFileNamed:
- descriptionFromFileNamed:atOffset:
- hasFatalErrorOccurred
- loadFromByteArray:
- loadFromFileHandle:
- loadFromFileHandle:atOffset:
- loadFromFileNamed:
- loadFromFileNamed:atOffset:
- EaSupport
- ApplicationSwapper class methods:
- messageForError:
- ApplicationSwapper methods:
- currentError
- currentErrorObject
- currentErrorString
- errorCodes
- errorStream
- errorStream:
- hasErrorOccurred
- logMessage:
- messageForError:
- noErrors
- EwContainerDragAndDropSupport
- EwIconArea methods:
- configureForDefaultDragAndDrop
- deconfigureForDefaultDragAndDrop
- EwContainerSupport
- EwEditPolicy class methods:
- on:
- EwHierarchy class methods:
- on:
- rootItems:
- EwHierarchyPolicy class methods:
- default
- EwTableColumn class methods:
- new
- CwWidget methods:
- createFlowedIconList:argBlock:
- createIconArea:argBlock:
- createIconList:argBlock:
- createIconTree:argBlock:
- createScrolledFlowedIconList:argBlock:
- createScrolledIconArea:argBlock:
- createScrolledIconList:argBlock:
- createScrolledIconTree:argBlock:
- createScrolledTableList:argBlock:
- createScrolledTableTree:argBlock:
- createTableList:argBlock:
- createTableTree:argBlock:
- EwBeginEditCallbackData methods:
- editPolicy
- editPolicy:
- value
- EwBeginEditCellCallbackData methods:
- column
- EwCellValueCallbackData methods:
- column
- value
- value:
- EwChildrenCallbackData methods:
- children
- children:
- EwComboBoxEditPolicy methods:
- editable
- editable:
- items
- items:
- maxLength
- maxLength:
- value
- value:
- EwContainerList methods:
- addedAt:count:
- applicationDrawnBackground
- applicationDrawnBackground:
- deletedAt:count:
- drawBackgroundCallback:
- endEdit
- fontList
- fontList:
- indexAtPoint:
- itemAtPoint:
- itemHeight
- itemHeight:
- items:
- refreshItem:
- refreshPos:
- updateEdit
- visualInfoCallback:
- EwDrawBackgroundCallbackData methods:
- doit
- doit:
- item
- renderContext
- selected
- value
- EwEditCallbackData methods:
- doit
- doit:
- EwEndEditCallbackData methods:
- newValue
- oldValue
- EwEndEditCellCallbackData methods:
- column
- EwFlowedIconList methods:
- boundingBoxForPos:
- itemHeight
- itemHeight:
- itemWidth
- itemWidth:
- setBottomPos:
- topItemPosition:
- EwHierarchyPolicy methods:
- indentationWidth
- indentationWidth:
- leftMargin
- leftMargin:
- lines
- lines:
- rightMargin
- rightMargin:
- EwIconArea methods:
- added:
- addedItem:location:
- addItem:location:
- applicationDrawnBackground
- applicationDrawnBackground:
- arrangeItems
- beginEditCallback:
- boundingBoxForItem:
- deleted:
- deleteItem:
- deleteItems:
- deselectAllItems
- deselectItem:
- drawBackgroundCallback:
- editItem:
- endEdit
- endEditCallback:
- fontList
- fontList:
- innerMargin
- innerMargin:
- itemAtPoint:
- items:
- itemsWithLocationsDo:
- labelOrientation
- labelOrientation:
- locationOf:
- makeItemFullyVisible:
- moveItem:to:
- refreshItem:
- replaceItems:newItems:
- selectAllItemsNotify:
- selectedItemCount
- selectedItems
- selectedItems:
- selectionPolicy:
- selectItem:notify:
- updateEdit
- visibleExtent
- visibleItemCount
- visibleItems
- visibleOrigin
- visualInfoCallback:
- EwIconHierarchyPolicy methods:
- childless
- childless:
- collapsed
- collapsed:
- collapsingDown
- collapsingDown:
- collapsingUp
- collapsingUp:
- expanded
- expanded:
- expandingDown
- expandingDown:
- expandingUp
- expandingUp:
- height
- height:
- width
- width:
- EwIconList methods:
- beginEditCallback:
- editItemAt:
- emphasisPolicy
- emphasisPolicy:
- endEditCallback:
- innerMargin
- innerMargin:
- itemWidth
- itemWidth:
- labelOrientation
- labelOrientation:
- visualInfoCallback:
- EwIconListDrawBackgroundCallbackData methods:
- region
- EwIconListSelectionCallbackData methods:
- region
- EwIconTree methods:
- addItem:position:
- addItems:position:
- childrenCallback:
- collapsePos:notify:
- deleteItem:
- deleteItems:
- deleteItemsPos:position:
- deletePos:
- expandCollapseCallback:
- expandCollapsePos:notify:
- expandPos:notify:
- hierarchyPolicy
- hierarchyPolicy:
- isExpandedPos:
- itemCount
- itemExists:
- items:
- itemsDo:
- parentOfItem:
- refreshHierarchyPos:
- replaceItems:newItems:
- replaceItemsPos:position:
- EwIconTreeVisualInfoCallbackData methods:
- hasChildren
- hasChildren:
- EwIconVisualInfoCallbackData methods:
- icon
- icon:
- label
- label:
- EwTableColumn methods:
- addCallback:receiver:selector:clientData:
- beginEditCallback:
- cellValueCallback:
- editable
- editable:
- endEditCallback:
- etched
- etched:
- heading
- heading:
- headingHeight
- horizontalAlignment
- horizontalAlignment:
- horizontalHeadingAlignment
- horizontalHeadingAlignment:
- outerWidth
- outerWidth:
- removeAllCallbacks:
- removeCallback:receiver:selector:clientData:
- resizable
- resizable:
- resizeCallback:
- showInUse
- showInUse:
- unscrolledX
- userData
- userData:
- verticalAlignment
- verticalAlignment:
- verticalSeparatorThickness
- verticalSeparatorThickness:
- width
- width:
- EwTableList methods:
- addedAt:count:
- cellBlockSelectionCallback:
- cellSingleSelectionCallback:
- columnHeadingSelectionCallback:
- columns
- columns:
- deselectAllCells
- deselectCell:
- deselectColumn:
- editable
- editable:
- editCellAt:
- editSelectedCell
- endEdit
- headingSeparatorThickness
- headingSeparatorThickness:
- items:
- itemWidth
- lockedColumns
- lockedColumns:
- refreshCell:
- regionAtPoint:
- rowSeparators
- rowSeparators:
- selectableColumns
- selectableColumns:
- selectCell:notify:
- selectCells:notify:
- selectColumn:
- selectedCell
- selectedCells
- selectedColumns
- selectedColumns:
- selectionPolicy
- selectionPolicy:
- separatorsToExtremes
- separatorsToExtremes:
- setFirstColumnPos:
- setLastColumnPos:
- updateEdit
- visualStyle
- visualStyle:
- EwTableListDrawBackgroundCallbackData methods:
- columnPosition
- heading
- EwTableListSelectionCallbackData methods:
- columnPosition
- columnPositions
- selectedCells
- EwTableTree methods:
- addItem:position:
- addItems:position:
- childrenCallback:
- collapsePos:notify:
- deleteItem:
- deleteItems:
- deleteItemsPos:position:
- deletePos:
- expandCollapseCallback:
- expandCollapsePos:notify:
- expandPos:notify:
- hierarchyPolicy
- hierarchyPolicy:
- isExpandedPos:
- itemCount
- itemExists:
- items:
- itemsDo:
- parentOfItem:
- refreshHierarchyPos:
- replaceItems:newItems:
- replaceItemsPos:position:
- EwTextEditPolicy methods:
- editMode
- editMode:
- maxLength
- maxLength:
- selection
- selection:
- value
- value:
- EwToggleButtonEditPolicy methods:
- alignment
- alignment:
- labelString
- labelString:
- set
- set:
- EwTreeVisualInfoCallbackData methods:
- hasChildren
- hasChildren:
- EwVisualInfoCallbackData methods:
- isInUse
- isInUse:
- EwDragAndDropSupport
- EwDragAndDropManager class methods:
- default
- reset
- EwSourceAdapter class methods:
- on:
- EwTargetAdapter class methods:
- on:
- EwBlockSourceAdapter methods:
- sourceItemsBlock
- sourceItemsBlock:
- EwDragAndDropAdapter methods:
- addCallback:receiver:selector:clientData:
- arm
- disarm
- dragCancelCallback:
- drawDuringDrag:
- isArmed
- release
- removeAllCallbacks:
- removeCallback:receiver:selector:clientData:
- EwDragAndDropManager methods:
- assignCursor:toOperation:
- assignCursorImage:offset:toOperation:
- button
- button:
- clearCursorForOperation:
- clearCursorImageForOperation:
- cursorForOperation:
- cursorImageForOperation:
- cursorImageOffsetForOperation:
- cursorImageOffsets
- cursorImages
- cursors
- isInProgress
- keys
- keys:
- operations
- operations:
- resetCursorImagesAndOffset
- resetCursors
- threshold
- threshold:
- EwDragChangeCallbackData methods:
- images
- images:
- offsets
- offsets:
- operation
- sourceItems
- sourceItems:
- sourceModel
- sourceModel:
- targetItem
- targetModel
- targetWidget
- vote
- vote:
- EwDragCompleteCallbackData methods:
- operation
- sourceItems
- targetItem
- targetModel
- targetWidget
- EwDragLeaveCallbackData methods:
- sourceItems
- sourceModel
- sourceWidget
- EwDragOverCallbackData methods:
- emphasis
- emphasis:
- event
- itemUnderCursor
- repeat
- repeat:
- sourceItems
- sourceModel
- sourceWidget
- targetItem
- targetItem:
- targetModel
- targetModel:
- vote
- vote:
- EwDragStartCallbackData methods:
- doit
- doit:
- event
- images
- images:
- offsets
- offsets:
- sourceItems
- sourceItems:
- sourceModel
- sourceModel:
- vote
- vote:
- EwDropCallbackData methods:
- doit
- doit:
- event
- insertionIndex
- offsets
- operation
- sourceItems
- sourceModel
- sourceWidget
- targetItem
- EwSourceAdapter methods:
- beginDragUsing:
- dragChangeCallback:
- dragCompleteCallback:
- dragStartCallback:
- fontStruct
- fontStruct:
- EwSourceCancelCallbackData methods:
- operation
- sourceItems
- targetItem
- targetModel
- targetWidget
- EwTargetAdapter methods:
- dragLeaveCallback:
- dragOverCallback:
- dropCallback:
- EwTargetCancelCallbackData methods:
- event
- insertionIndex
- offsets
- operation
- sourceItems
- sourceModel
- sourceWidget
- targetItem
- EwDrawnListSupport
- CwWidget methods:
- createDrawnList:argBlock:
- createScrolledDrawnList:argBlock:
- EwDrawnList methods:
- applicationDrawnStates
- applicationDrawnStates:
- boundingBoxForPos:
- displayCallback:
- indexAtPoint:
- itemAtPoint:
- itemHeight
- itemHeight:
- items:
- itemWidth
- itemWidth:
- measureCallback:
- EwDrawnListDrawCallbackData methods:
- damagedRectangle
- drawable
- gc
- height
- height:
- object
- states
- width
- x
- y
- EwListSupport
- EwScrollable class methods:
- createScrolledManagedWidget:parent:argBlock:
- createScrolledWidget:parent:argBlock:
- EwLinearList methods:
- addItem:position:
- addItems:position:
- boundingBoxForItem:
- boundingBoxForPos:
- deleteItem:
- deleteItems:
- deleteItemsPos:position:
- deletePos:
- deselectAllItems
- deselectItem:
- deselectPos:
- getItemPos:
- getMatchPos:
- getSelectedPos
- indexOf:
- indexOfVisibleItem:
- itemIsVisible:
- items:
- replaceItems:newItems:
- replaceItemsPos:position:
- selectedItemCount
- selectedItems
- selectedItems:
- selectItem:notify:
- selectPos:notify:
- setBottomItem:
- setBottomPos:
- setItem:
- setPos:
- topItemPosition
- topItemPosition:
- visibleItemCount
- EwList methods:
- backgroundColor
- backgroundColor:
- browseSelectionCallback:
- defaultActionCallback:
- deferRefreshWhile:
- deleteAllItems
- extendedSelectionCallback:
- foregroundColor:
- itemCount
- itemExists:
- items
- items:
- itemsDo:
- modifyVerifyCallback:
- multipleSelectionCallback:
- scrollHorizontal
- scrollHorizontal:
- selectionPolicy
- selectionPolicy:
- setValuesBlock:
- singleSelectionCallback:
- EwListCallbackData methods:
- item
- itemPosition
- EwListSelectionCallbackData methods:
- selectedItemCount
- selectedItemPositions
- selectedItems
- EwScrollable methods:
- manageChild
- unmanageChild
- EwNotebookSupport
- EwPage class methods:
- createVirtualWidget:parent:argBlock:before:sharingWith:
- createVirtualWidget:parent:argBlock:sharingWith:
- createWidget:parent:argBlock:before:
- CwPageChangeCallbackData methods:
- currentPage
- newPage
- CwWidget methods:
- createPMNotebook:argBlock:
- createWINNotebook:argBlock:
- isNotebook
- EwNotebook methods:
- backgroundColor
- backgroundColor:
- children
- createPage:argBlock:
- createPage:argBlock:before:
- createPage:argBlock:before:sharingWith:
- createPage:argBlock:sharingWith:
- currentPage
- currentPage:
- fontList
- fontList:
- isNotebook
- pageChangeCallback:
- EwPage methods:
- buttonFontList
- buttonFontList:
- cancelButton
- cancelButton:
- defaultButton
- defaultButton:
- fractionBase
- fractionBase:
- horizontalSpacing
- horizontalSpacing:
- labelFontList
- labelFontList:
- marginHeight
- marginHeight:
- marginWidth
- marginWidth:
- pageEnterCallback:
- pageLabel
- pageLabel:
- pageLeaveCallback:
- resizePolicy
- resizePolicy:
- rubberPositioning
- rubberPositioning:
- tabBackgroundColor
- tabBackgroundColor:
- tabLabel
- tabLabel:
- tabType
- tabType:
- textFontList
- textFontList:
- verticalSpacing
- verticalSpacing:
- EwPMNotebook methods:
- backPagePosition
- backPagePosition:
- bindingType
- bindingType:
- foregroundColor
- foregroundColor:
- majorTabHeight
- majorTabHeight:
- majorTabWidth
- majorTabWidth:
- minorTabHeight
- minorTabHeight:
- minorTabWidth
- minorTabWidth:
- orientation
- orientation:
- pageButtonHeight
- pageButtonHeight:
- pageButtonWidth
- pageButtonWidth:
- regionAtPoint:
- EwWINNotebook methods:
- regionAtPoint:
- tabHeight
- tabHeight:
- tabsPerRow
- tabsPerRow:
- EwSliderSupport
- CwWidget methods:
- createSlider:argBlock:
- EwSlider methods:
- activeScale
- activeScale:
- addDetentToScale:at:label:
- addTickToScale:at:size:label:
- bottomOrRightScaleMax
- bottomOrRightScaleMax:
- bottomOrRightScaleMin
- bottomOrRightScaleMin:
- bottomOrRightScaleResolution
- bottomOrRightScaleResolution:
- bottomOrRightScaleShaftIncrement
- bottomOrRightScaleShaftIncrement:
- bottomOrRightScaleValue
- bottomOrRightScaleValue:
- buttonStyle
- buttonStyle:
- clearScale:
- clearScales
- currentValue
- currentValue:
- dragCallback:
- focusCallback:
- fontList
- fontList:
- horizontalMargin
- horizontalMargin:
- losingFocusCallback:
- orientation
- orientation:
- readOnly
- readOnly:
- removeDetentsFromScale:at:
- removeTicksFromScale:at:size:
- ribbonStrip
- ribbonStrip:
- setCurrentValue:notify:
- setValuesBlock:
- snapToResolution
- snapToResolution:
- thickness
- thickness:
- topOrLeftScaleMax
- topOrLeftScaleMax:
- topOrLeftScaleMin
- topOrLeftScaleMin:
- topOrLeftScaleResolution
- topOrLeftScaleResolution:
- topOrLeftScaleShaftIncrement
- topOrLeftScaleShaftIncrement:
- topOrLeftScaleValue
- topOrLeftScaleValue:
- valueChangedCallback:
- verticalMargin
- verticalMargin:
- EwSliderValuesCallbackData methods:
- bottomOrRightValue
- topOrLeftValue
- EwSpinButtonSupport
- CwWidget methods:
- createSpinButton:argBlock:
- EwSpinButton methods:
- activateCallback:
- backgroundColor
- backgroundColor:
- decrementCallback:
- editable
- editable:
- focusCallback:
- fontList
- fontList:
- foregroundColor
- foregroundColor:
- increment
- increment:
- incrementCallback:
- items
- items:
- itemType
- itemType:
- losingFocusCallback:
- maximum
- maximum:
- minimum
- minimum:
- modifyVerifyCallback:
- value
- value:
- valueChangedCallback:
- wrap
- wrap:
- EwSupport
- CgDeviceIndependentImage methods:
- ewDrawUsing:
- ewHeightUsing:
- ewWidthUsing:
- CgIcon methods:
- ewDrawUsing:
- ewHeightUsing:
- ewWidthUsing:
- CgPixmap methods:
- ewDrawUsing:
- ewHeightUsing:
- ewWidthUsing:
- Character methods:
- ewDrawUsing:
- ewHeightUsing:
- ewWidthUsing:
- CwExtendedComposite methods:
- backgroundColor
- backgroundColor:
- foregroundColor
- foregroundColor:
- navigationType
- navigationType:
- removeTabGroup
- traversalOn
- traversalOn:
- EsString methods:
- ewDrawUsing:
- ewHeightUsing:
- ewWidthUsing:
- EwRegion methods:
- boundingBox
- height
- object
- region
- width
- x
- y
- EwRenderContext methods:
- drawable
- drawable:
- fontStruct
- fontStruct:
- gc
- gc:
- height
- height:
- width
- width:
- x
- x:
- y
- y:
- Object methods:
- ewDrawUsing:
- ewHeightUsing:
- ewWidthUsing:
- UndefinedObject methods:
- ewDrawUsing:
- ewHeightUsing:
- ewWidthUsing:
- NlsExternalizationRuntime
- NlsMessageCatalog class methods:
- on:
- NlsMessageCatalog methods:
- allMessageIdentifiers
- compatibilities
- currentError
- currentErrorObject
- currentErrorString
- declareKeysFor:language:territory:characterSet:
- fileName
- fileName:
- hasErrorOccurred
- hiddenMessageIdentifiers
- indexesForLanguage:territory:characterSet:
- loadLanguage:territory:characterSet:
- loadLanguage:territory:characterSet:index:
- loadLanguage:territory:characterSet:intoDictionary:
- localeCompatibleWithLanguage:territory:characterSet:
- messageIdentifiers
- objectPlatform
- pathName
- supportsLanguage:territory:characterSet:
- SOMBaseApp
- SOMCompletionStatus class methods:
- mAYBE
- nO
- yES
- SOMExceptionType class methods:
- nOEXCEPTION
- sYSTEMEXCEPTION
- uSEREXCEPTION
- SOMOutChar class methods:
- close
- on:
- SOMCompletionStatus methods:
- value
- value:
- SOMEnvironment methods:
- major
- major:
- SOMExceptionType methods:
- value
- value:
- SOMStExcep methods:
- completed
- completed:
- minor
- minor:
- SOMCLDTAdditionsApp
- Array methods:
- value
- value:
- Object methods:
- asCORBAParameter
- OrderedCollection methods:
- buffer
- length
- String methods:
- asSomId
- asSOMRepositoryId
- withoutSOMRepositoryPrefix
- UndefinedObject methods:
- asCORBAParameter
- SOMCOREAdditionsApp
- ExceptionalEvent methods:
- corbaHandle:do:
- Signal methods:
- corbaExceptionValue
- SOMDataTypeApp
- SOMTypeCode class methods:
- tcNew:
- tcNew:ap:
- Character methods:
- somTypeCode
- EsString methods:
- somTypeCode
- Integer methods:
- somTypeCode
- Object methods:
- asCORBAUnion:
- SOMEnumerator methods:
- <
- <=
- =
- >
- >=
- SOMTypeCode methods:
- tcAlignment
- tcCopy
- tcEqual:
- tcFree
- tcKind
- tcParamCount
- tcParameter:
- tcPrint
- tcSetAlignment:
- tcSize
- SOMUnion methods:
- discriminator
- discriminator:
- value
- value:
- SOMDFrameworkApp
- SOMBOA methods:
- changeImplementation:impl:
- create:intf:impl:
- deactivateImpl:
- deactivateObj:
- dispose:
- getId:
- getPrincipal:reqEv:
- implIsReady:
- objIsReady:impl:
- setException:userid:param:
- SOMContext methods:
- createChild:childCtx:
- deleteValues:
- destroy:
- getValues:opFlags:propName:values:
- setOneValue:value:
- setValues:
- somDefaultInit:
- somDestruct:ctrl:
- SOMImplementationDef methods:
- implAlias
- implAlias:
- implFlags
- implFlags:
- implHostname
- implHostname:
- implId
- implId:
- implProgram
- implProgram:
- implRefdataBkup
- implRefdataBkup:
- implRefdataFile
- implRefdataFile:
- implServerClass
- implServerClass:
- SOMImplRepository methods:
- addClassToImpldef:classname:
- addImpldef:
- deleteImpldef:
- findAllImpldefs:
- findClassesByImpldef:
- findImpldef:
- findImpldefByAlias:
- findImpldefByClass:
- removeClassFromAll:
- removeClassFromImpldef:classname:
- somInit
- somUninit
- updateImpldef:
- SOMNamedValue methods:
- argModes
- argModes:
- argument
- argument:
- len
- len:
- name
- name:
- SOMNVList methods:
- addItem:itemType:value:valueLen:itemFlags:
- free
- freeMemory
- getCount:
- getItem:itemName:itemType:value:valueLen:itemFlags:
- setItem:itemName:itemType:value:valueLen:itemFlags:
- somInit
- SOMObjectMgr methods:
- somdDestroyObject:
- somdGetIdFromObject:
- somdGetObjectFromId:
- somdNewObject:hints:
- somdReleaseObject:
- SOMORB methods:
- createList:newList:
- createOperationList:newList:
- getDefaultContext:
- objectToString:
- stringToObject:
- SOMPrincipal methods:
- hostName
- hostName:
- somDefaultInit:
- somDestruct:ctrl:
- userName
- userName:
- SOMRequest methods:
- addArg:argType:value:len:argFlags:
- destroy
- getResponse:
- invoke:
- send:
- somInit
- somUninit
- SOMSOMDClientProxy methods:
- createRequest:operation:argList:result:request:reqFlags:
- createRequestArgs:argList:result:
- isProxy
- somDefaultAssign:fromObj:
- somDefaultConstAssign:fromObj:
- somDefaultConstCopyInit:fromObj:
- somDefaultConstVAssign:fromObj:
- somDefaultConstVCopyInit:fromObj:
- somDefaultCopyInit:fromObj:
- somDefaultInit:
- somDefaultVAssign:fromObj:
- somDefaultVCopyInit:fromObj:
- somDestruct:ctrl:
- somDispatch:methodId:ap:
- somDispatchA:descriptor:ap:
- somDispatchD:descriptor:ap:
- somDispatchL:descriptor:ap:
- somDispatchV:descriptor:ap:
- somdProxyFree
- somdProxyGetClass
- somdProxyGetClassName
- somdReleaseResources
- somdTargetFree
- somdTargetGetClass
- somdTargetGetClassName
- somFree
- somGetClass
- somGetClassName
- somRelease
- SOMSOMDMetaproxy methods:
- somInitMIClass:className:parentClasses:dataSize:dataAlignment:maxStaticMethods:majorVersion:minorVersion:
- SOMSOMDObject methods:
- createRequest:operation:argList:result:request:reqFlags:
- createRequestArgs:argList:result:
- duplicate
- getImplementation
- getInterface
- isConstant
- isNil
- isProxy
- isSOMRef
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelfInt:
- somRelease
- SOMSOMDObjectMgr methods:
- somd21somFree
- somd21somFree:
- somdDestroyObject:
- somdFindAnyServerByClass:
- somdFindServer:
- somdFindServerByName:
- somdFindServersByClass:
- somdGetIdFromObject:
- somdGetObjectFromId:
- somdNewObject:hints:
- somdReleaseObject:
- somInit
- SOMSOMDServer methods:
- somdCreateObj:hints:
- somdDeleteObj:
- somdDispatchMethod:retValue:methodId:ap:
- somdGetClassObj:
- somdObjReferencesCached
- somdRefFromSOMObj:
- somdSOMObjFromRef:
- SOMSOMDServerMgr methods:
- somdDisableServer:
- somdEnableServer:
- somdIsServerEnabled:
- somdListServer:
- somdRestartServer:
- somdShutdownServer:
- somdStartServer:
- SOMSOMOA methods:
- activateImplFailed:rc:
- changeId:id:
- changeImplementation:impl:
- create:intf:impl:
- createConstant:intf:impl:
- createSOMRef:impl:
- deactivateImpl:
- deactivateObj:
- dispose:
- executeNextRequest:
- executeRequestLoop:
- getId:
- getPrincipal:reqEv:
- getSOMObject:
- implIsReady:
- interruptServer
- objIsReady:impl:
- setException:userid:param:
- somInit
- somUninit
- SOMDistributionFrameworkWrapperApp
- Principal class methods:
- somDefaultInit:
- SOMDClientProxy class methods:
- somDefaultConstCopyInit:fromObj:
- somDefaultConstVCopyInit:fromObj:
- somDefaultCopyInit:fromObj:
- somDefaultInit:
- somDefaultVCopyInit:fromObj:
- SOMDContext class methods:
- somDefaultInit:
- SOMDObject class methods:
- somDefaultInit:
- BOA methods:
- changeImplementation:impl:
- create:intf:impl:
- deactivateImpl:
- deactivateObj:
- dispose:
- getId:
- getPrincipal:reqEv:
- implIsReady:
- objIsReady:impl:
- setException:userid:param:
- ImplementationDef methods:
- implAlias
- implAlias:
- implFlags
- implFlags:
- implHostname
- implHostname:
- implId
- implId:
- implProgram
- implProgram:
- implRefdataBkup
- implRefdataBkup:
- implRefdataFile
- implRefdataFile:
- implServerClass
- implServerClass:
- ImplRepository methods:
- addClassToImpldef:classname:
- addImpldef:
- deleteImpldef:
- findAllImpldefs:
- findClassesByImpldef:
- findImpldef:
- findImpldefByAlias:
- findImpldefByClass:
- removeClassFromAll:
- removeClassFromImpldef:classname:
- somInit
- somUninit
- updateImpldef:
- NVList methods:
- addItem:itemType:value:valueLen:itemFlags:
- free
- freeMemory
- getCount:
- getItem:itemName:itemType:value:valueLen:itemFlags:
- setItem:itemName:itemType:value:valueLen:itemFlags:
- somInit
- ObjectMgr methods:
- somdDestroyObject:
- somdGetIdFromObject:
- somdGetObjectFromId:
- somdNewObject:hints:
- somdReleaseObject:
- ORB methods:
- createList:newList:
- createOperationList:newList:
- getDefaultContext:
- objectToString:
- stringToObject:
- Principal methods:
- hostName
- hostName:
- somDefaultInit:
- somDestruct:ctrl:
- userName
- userName:
- Request methods:
- addArg:argType:value:len:argFlags:
- destroy
- getResponse:
- invoke:
- send:
- somInit
- somUninit
- SOMDClientProxy methods:
- createRequest:operation:argList:result:request:reqFlags:
- createRequestArgs:argList:result:
- isProxy
- somDefaultAssign:fromObj:
- somDefaultConstAssign:fromObj:
- somDefaultConstCopyInit:fromObj:
- somDefaultConstVAssign:fromObj:
- somDefaultConstVCopyInit:fromObj:
- somDefaultCopyInit:fromObj:
- somDefaultInit:
- somDefaultVAssign:fromObj:
- somDefaultVCopyInit:fromObj:
- somDestruct:ctrl:
- somDispatch:methodId:ap:
- somDispatchA:descriptor:ap:
- somDispatchD:descriptor:ap:
- somDispatchL:descriptor:ap:
- somDispatchV:descriptor:ap:
- somdProxyFree
- somdProxyGetClass
- somdProxyGetClassName
- somdReleaseResources
- somdTargetFree
- somdTargetGetClass
- somdTargetGetClassName
- somFree
- somGetClass
- somGetClassName
- somRelease
- SOMDContext methods:
- createChild:childCtx:
- deleteValues:
- destroy:
- getValues:opFlags:propName:values:
- setOneValue:value:
- setValues:
- somDefaultInit:
- somDestruct:ctrl:
- SOMDMetaproxy methods:
- somInitMIClass:className:parentClasses:dataSize:dataAlignment:maxStaticMethods:majorVersion:minorVersion:
- SOMDObject methods:
- createRequest:operation:argList:result:request:reqFlags:
- createRequestArgs:argList:result:
- duplicate
- getImplementation
- getInterface
- isConstant
- isNil
- isProxy
- isSOMRef
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelfInt:
- somRelease
- SOMDObjectMgr methods:
- primSomInit:
- somd21somFree
- somd21somFree:
- somdDestroyObject:
- somdFindAnyServerByClass:
- somdFindServer:
- somdFindServerByName:
- somdFindServersByClass:
- somdGetIdFromObject:
- somdGetObjectFromId:
- somdNewObject:hints:
- somdReleaseObject:
- somInit
- SOMDServer methods:
- somdCreateObj:hints:
- somdDeleteObj:
- somdDispatchMethod:retValue:methodId:ap:
- somdGetClassObj:
- somdObjReferencesCached
- somdRefFromSOMObj:
- somdSOMObjFromRef:
- SOMDServerMgr methods:
- somdDisableServer:
- somdEnableServer:
- somdIsServerEnabled:
- somdListServer:
- somdRestartServer:
- somdShutdownServer:
- somdStartServer:
- SOMOA methods:
- activateImplFailed:rc:
- changeId:id:
- changeImplementation:impl:
- create:intf:impl:
- createConstant:intf:impl:
- createSOMRef:impl:
- deactivateImpl:
- deactivateObj:
- dispose:
- executeNextRequest:
- executeRequestLoop:
- getId:
- getPrincipal:reqEv:
- getSOMObject:
- implIsReady:
- interruptServer
- objIsReady:impl:
- setException:userid:param:
- somInit
- somUninit
- SOMDistributionFrameworkWrapperFunctionsSubApp
- SOMEnvironment methods:
- getNextResponse:req:
- somdExceptionFree
- SOMDInit
- SOMDNoORBfree
- SOMDUninit
- SOMPointer methods:
- ORBfree
- SOMDSamplesApp
- Stack class methods:
- somDefaultInit:
- Stack methods:
- empty
- full
- pop
- push:
- somDefaultInit:
- top
- SOMGeneratorApp
- SOMSmalltalkConstructor class methods:
- constructWrappersFor:usingOptions:
- generate:
- generateClasses:
- generateMethods:
- generateNewClassesAndAllMethods:
- SOMSmalltalkConstructorOptions class methods:
- smalltalkWrapperMap
- SOMSmalltalkConstructorOptions methods:
- constructCompatibilityClasses
- constructionMap:
- constructPrerequisiteClasses
- constructPrerequisiteStructures
- defaultToLocalObjects
- defaultToRemoteObjects
- generateAllMethods
- ignoreCompatibilityClasses
- ignorePrerequisiteClasses
- ignorePrerequisiteStructures
- onlyGenerateModifiedMethods
- targetApplication:
- SOMInterfaceRepositoryApp
- SOMAttributeMode class methods:
- nORMAL
- rEADONLY
- SOMIrOpenErrorCodes class methods:
- bADMAGICNUMBER
- iOERROR
- mISSINGVERSIONINFO
- nOACCESS
- nOWRITEACCESS
- vERSIONMISMATCH
- SOMOperationMode class methods:
- nORMAL
- oNEWAY
- SOMParameterMode class methods:
- iN
- iNOUT
- oUT
- SOMAttributeDef methods:
- describe
- mode
- mode:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- SOMAttributeDescription methods:
- definedIn
- definedIn:
- id
- id:
- mode
- mode:
- name
- name:
- type
- type:
- SOMAttributeMode methods:
- value
- value:
- SOMConstantDef methods:
- describe
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- value
- value:
- SOMConstantDescription methods:
- definedIn
- definedIn:
- id
- id:
- name
- name:
- type
- type:
- value
- value:
- SOMContained methods:
- definedIn
- definedIn:
- describe
- id
- id:
- name
- name:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- somFree
- somModifiers
- somModifiers:
- within
- SOMContainer methods:
- contents:excludeInherited:
- describeContents:excludeInherited:maxReturnedObjs:
- lookupName:levelsToSearch:limitType:excludeInherited:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- SOMContainerDescription methods:
- containedObject
- containedObject:
- name
- name:
- value
- value:
- SOMDescription methods:
- name
- name:
- value
- value:
- SOMExceptionDef methods:
- describe
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- SOMExceptionDescription methods:
- definedIn
- definedIn:
- id
- id:
- name
- name:
- type
- type:
- SOMFullInterfaceDescription methods:
- attributes
- attributes:
- definedIn
- definedIn:
- id
- id:
- name
- name:
- operation
- operation:
- SOMInterfaceDef methods:
- baseInterfaces
- baseInterfaces:
- contents:excludeInherited:
- describe
- describeContents:excludeInherited:maxReturnedObjs:
- describeInterface
- instanceData
- instanceData:
- lookupName:levelsToSearch:limitType:excludeInherited:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- within
- SOMInterfaceDescription methods:
- definedIn
- definedIn:
- id
- id:
- name
- name:
- SOMIrOpenErrorCodes methods:
- value
- value:
- SOMModuleDef methods:
- contents:excludeInherited:
- describe
- describeContents:excludeInherited:maxReturnedObjs:
- lookupName:levelsToSearch:limitType:excludeInherited:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- within
- SOMModuleDescription methods:
- definedIn
- definedIn:
- id
- id:
- name
- name:
- SOMOperationDef methods:
- contents:excludeInherited:
- contexts
- contexts:
- describe
- describeContents:excludeInherited:maxReturnedObjs:
- lookupName:levelsToSearch:limitType:excludeInherited:
- mode
- mode:
- result
- result:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- SOMOperationDescription methods:
- contexts
- contexts:
- definedIn
- definedIn:
- exceptions
- exceptions:
- id
- id:
- mode
- mode:
- name
- name:
- parameter
- parameter:
- result
- result:
- SOMOperationMode methods:
- value
- value:
- SOMParameterDef methods:
- describe
- mode
- mode:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- SOMParameterDescription methods:
- definedIn
- definedIn:
- id
- id:
- mode
- mode:
- name
- name:
- type
- type:
- SOMParameterMode methods:
- value
- value:
- SOMRepository methods:
- describeContents:excludeInherited:maxReturnedObjs:
- lookupId:
- lookupModifier:modifier:
- releaseCache
- somDefaultCopyInit:fromObj:
- somDumpSelf:
- somDumpSelfInt:
- somFree
- SOMRepositoryDescription methods:
- definedIn
- definedIn:
- id
- id:
- name
- name:
- SOMSOMClassMgr methods:
- somInterfaceRepository
- SOMSomModifier methods:
- name
- name:
- value
- value:
- SOMTypeDef methods:
- describe
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- SOMTypeDescription methods:
- definedIn
- definedIn:
- id
- id:
- name
- name:
- type
- type:
- SOMInterfaceRepositoryFrameworkWrapperApp
- AttributeDef class methods:
- somDefaultInit:
- ConstantDef class methods:
- somDefaultInit:
- Contained class methods:
- somDefaultInit:
- Container class methods:
- somDefaultInit:
- ExceptionDef class methods:
- somDefaultInit:
- InterfaceDef class methods:
- somDefaultInit:
- ModuleDef class methods:
- somDefaultInit:
- OperationDef class methods:
- somDefaultInit:
- ParameterDef class methods:
- somDefaultInit:
- Repository class methods:
- somDefaultCopyInit:fromObj:
- TypeDef class methods:
- somDefaultInit:
- AttributeDef methods:
- describe
- mode
- mode:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- ConstantDef methods:
- describe
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- value
- value:
- Contained methods:
- definedIn
- definedIn:
- describe
- id
- id:
- name
- name:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- somFree
- somModifiers
- somModifiers:
- within
- Container methods:
- contents:excludeInherited:
- describeContents:excludeInherited:maxReturnedObjs:
- lookupName:levelsToSearch:limitType:excludeInherited:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- ExceptionDef methods:
- describe
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- InterfaceDef methods:
- baseInterfaces
- baseInterfaces:
- contents:excludeInherited:
- describe
- describeContents:excludeInherited:maxReturnedObjs:
- describeInterface
- instanceData
- instanceData:
- lookupName:levelsToSearch:limitType:excludeInherited:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- within
- ModuleDef methods:
- contents:excludeInherited:
- describe
- describeContents:excludeInherited:maxReturnedObjs:
- lookupName:levelsToSearch:limitType:excludeInherited:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- within
- OperationDef methods:
- contents:excludeInherited:
- contexts
- contexts:
- describe
- describeContents:excludeInherited:maxReturnedObjs:
- lookupName:levelsToSearch:limitType:excludeInherited:
- mode
- mode:
- result
- result:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- ParameterDef methods:
- describe
- mode
- mode:
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- Repository methods:
- describeContents:excludeInherited:maxReturnedObjs:
- lookupId:
- lookupModifier:modifier:
- releaseCache
- somDefaultCopyInit:fromObj:
- somDumpSelf:
- somDumpSelfInt:
- somFree
- SOMClassMgr methods:
- somInterfaceRepository
- somInterfaceRepository:
- TypeDef methods:
- describe
- somDefaultInit:
- somDestruct:ctrl:
- somDumpSelf:
- somDumpSelfInt:
- type
- type:
- SOMKernelApp
- SOMSOMClass methods:
- somAddDynamicMethod:methodDescriptor:method:applyStub:
- somAddStaticMethod:methodDescriptor:method:redispatchStub:applyStub:
- somAllocate:
- somCheckVersion:minorVersion:
- somClassAllocate
- somClassDeallocate
- somClassReady
- somDataAlignment
- somDeallocate:
- somDefinedMethod:
- somDescendedFrom:
- somDirectInitClasses
- somDirectInitClasses:
- somFindMethod:m:
- somFindMethodOk:m:
- somFindSMethod:
- somFindSMethodOk:
- somGetApplyStub:
- somGetClassData
- somGetClassMtab
- somGetInstanceAssignmentMask:
- somGetInstanceDestructionMask:
- somGetInstanceInitMask:
- somGetInstanceOffset
- somGetInstancePartSize
- somGetInstanceSize
- somGetInstanceToken
- somGetMemberToken:instanceToken:
- somGetMethodData:md:
- somGetMethodDescriptor:
- somGetMethodIndex:
- somGetMethodToken:
- somGetName
- somGetNthMethodData:md:
- somGetNthMethodInfo:descriptor:
- somGetNumMethods
- somGetNumStaticMethods
- somGetParent
- somGetParents
- somGetPClsMtab
- somGetPClsMtabs
- somGetRdStub:
- somGetVersionNumbers:minorVersion:
- somInitClass:parentClass:dataSize:maxStaticMethods:majorVersion:minorVersion:
- somInitMIClass:className:parentClasses:dataSize:dataAlignment:maxStaticMethods:majorVersion:minorVersion:
- somInstanceDataOffsets
- somLookupMethod:
- somNew
- somNewNoInit
- somOverrideMtab
- somOverrideSMethod:method:
- somRenewNoInit:
- somRenewNoInitNoZero:
- somRenewNoZero:
- somSetClassData:
- somSetMethodDescriptor:descriptor:
- somSupportsMethod:
- SOMSomClassDataStructure methods:
- classObject
- classObject:
- tokens
- tokens:
- SOMSomGenericCtrl methods:
- ctrlInfo
- ctrlInfo:
- info
- info:
- infoSize
- infoSize:
- mask
- mask:
- SOMSomMethodDataStruct methods:
- descriptor
- descriptor:
- id
- id:
- method
- method:
- mToken
- mToken:
- shared
- shared:
- type
- type:
- SOMSomMethodTab methods:
- classObject
- classObject:
- SOMSomMethodTabList methods:
- mtab
- mtab:
- next
- next:
- SOMSOMObject methods:
- somCastObj:
- somClassDispatch:retValue:methodId:ap:
- somDefaultAssign:fromObj:
- somDefaultConstAssign:fromObj:
- somDefaultConstCopyInit:fromObj:
- somDefaultConstVAssign:fromObj:
- somDefaultConstVCopyInit:fromObj:
- somDefaultCopyInit:fromObj:
- somDefaultInit:
- somDefaultVAssign:fromObj:
- somDefaultVCopyInit:fromObj:
- somDestruct:ctrl:
- somDispatch:methodId:ap:
- somDispatchA:descriptor:ap:
- somDispatchD:descriptor:ap:
- somDispatchL:descriptor:ap:
- somDispatchV:descriptor:ap:
- somDumpSelf:
- somDumpSelfInt:
- somFree
- somGetClass
- somGetClassName
- somGetSize
- somInit
- somIsA:
- somIsInstanceOf:
- somPrintSelf
- somResetObj
- somRespondsTo:
- somUninit
- SOMSomObjectOffset methods:
- obj
- obj:
- offset
- offset:
- SOMSomOffsetInfo methods:
- cls
- cls:
- offset
- offset:
- SOMKernelSupportApp
- SOMSOMObject methods:
- environment
- environment:
- somEnvironment
- somEnvironment:
- SOMKernelWrapperApp
- SOMObject class methods:
- somDefaultConstCopyInit:fromObj:
- somDefaultConstVCopyInit:fromObj:
- somDefaultCopyInit:fromObj:
- somDefaultInit:
- somDefaultVCopyInit:fromObj:
- SOMClass methods:
- somAddDynamicMethod:methodDescriptor:method:applyStub:
- somAddStaticMethod:methodDescriptor:method:redispatchStub:applyStub:
- somAllocate:
- somCheckVersion:minorVersion:
- somClassAllocate
- somClassDeallocate
- somClassReady
- somDataAlignment
- somDeallocate:
- somDefinedMethod:
- somDescendedFrom:
- somDirectInitClasses
- somDirectInitClasses:
- somFindMethod:m:
- somFindMethodOk:m:
- somFindSMethod:
- somFindSMethodOk:
- somGetApplyStub:
- somGetClassData
- somGetClassMtab
- somGetInstanceAssignmentMask:
- somGetInstanceDestructionMask:
- somGetInstanceInitMask:
- somGetInstanceOffset
- somGetInstancePartSize
- somGetInstanceSize
- somGetInstanceToken
- somGetMemberToken:instanceToken:
- somGetMethodData:md:
- somGetMethodDescriptor:
- somGetMethodIndex:
- somGetMethodToken:
- somGetName
- somGetNthMethodData:md:
- somGetNthMethodInfo:descriptor:
- somGetNumMethods
- somGetNumStaticMethods
- somGetParent
- somGetParents
- somGetPClsMtab
- somGetPClsMtabs
- somGetRdStub:
- somGetVersionNumbers:minorVersion:
- somInitClass:parentClass:dataSize:maxStaticMethods:majorVersion:minorVersion:
- somInitMIClass:className:parentClasses:dataSize:dataAlignment:maxStaticMethods:majorVersion:minorVersion:
- somInstanceDataOffsets
- somLookupMethod:
- somNew
- somNewNoInit
- somOverrideMtab
- somOverrideSMethod:method:
- somRenew:
- somRenewNoInit:
- somRenewNoInitNoZero:
- somRenewNoZero:
- somSetClassData:
- somSetMethodDescriptor:descriptor:
- somSupportsMethod:
- SOMClassMgr methods:
- somBeginPersistentClasses
- somClassFromId:
- somDumpSelfInt:
- somEndPersistentClasses
- somFindClass:majorVersion:minorVersion:
- somFindClsInFile:majorVersion:minorVersion:file:
- somGetInitFunction
- somGetRelatedClasses:
- somInit
- somJoinAffinityGroup:affClass:
- somLoadClassFile:majorVersion:minorVersion:file:
- somLocateClassFile:majorVersion:minorVersion:
- somMergeInto:
- somRegisterClass:
- somRegisterClassLibrary:libraryInitRtn:
- somRegisteredClasses
- somSubstituteClass:newClassName:
- somUninit
- somUnloadClassFile:
- somUnregisterClass:
- SOMObject methods:
- somCastObj:
- somClassDispatch:retValue:methodId:ap:
- somDefaultAssign:fromObj:
- somDefaultConstAssign:fromObj:
- somDefaultConstCopyInit:fromObj:
- somDefaultConstVAssign:fromObj:
- somDefaultConstVCopyInit:fromObj:
- somDefaultCopyInit:fromObj:
- somDefaultInit:
- somDefaultVAssign:fromObj:
- somDefaultVCopyInit:fromObj:
- somDestruct:ctrl:
- somDispatch:methodId:ap:
- somDispatchA:descriptor:ap:
- somDispatchD:descriptor:ap:
- somDispatchL:descriptor:ap:
- somDispatchV:descriptor:ap:
- somDumpSelf:
- somDumpSelfInt:
- somFree
- somGetClass
- somGetClassName
- somGetSize
- somInit
- somIsA:
- somIsInstanceOf:
- somPrintSelf
- somResetObj
- somRespondsTo:
- somUninit
- SOMKernelWrapperFunctionsSubApp
- SOMEnvironment class methods:
- SOMCreateLocalEnvironment
- somEnvironmentEnd
- somEnvironmentNew
- somGetGlobalEnvironment
- somMainProgram
- SOMPointer class methods:
- somBuildClass:sciPtr:majorVersion:minorVersion:
- SOMCalloc:size:
- SOMMalloc:
- somParentNumResolve:parentNum:mToken:
- somParentResolve:mToken:
- somPrefixLevel:
- somVprintf:ap:
- SOMSomId class methods:
- primSomBeginPersistentIds
- primSomEndPersistentIds
- primSomIdFromString:
- primSomSetExpectedIds:
- primSomTotalRegIds
- somBeginPersistentIds
- somEndPersistentIds
- somIdFromString:
- somSetExpectedIds:
- somTotalRegIds
- SOMEnvironment methods:
- exceptionFree
- SOMDestroyLocalEnvironment
- somExceptionFree
- somExceptionId
- somExceptionValue
- SOMInitLocalEnvironment
- somSetException:exceptionName:params:
- SOMUninitEnvironment
- SOMObject methods:
- somApply:mdPtr:ap:
- somClassResolve:
- somDataResolve:
- somIsObj
- somResolve:
- somResolveByName:
- SOMPointer methods:
- primSomApply:retVal:mdPtr:ap:
- primSomClassResolve:mToken:
- primSomDataResolve:dToken:
- primSOMFree:
- primSomIsObj:
- primSomResolve:mdata:
- primSomResolveByName:methodName:
- somApply:mdPtr:ap:
- somClassResolve:
- somDataResolve:
- SOMFree
- somIsObj
- somResolve:
- somResolveByName:
- SOMSomId methods:
- primSomCheckId:
- primSomCompareIds:id2:
- primSomRegisterId:
- primSomStringFromId:
- primSomUniqueKey:
- somCheckId
- somCompareIds:
- somRegisterId
- somStringFromId
- somUniqueKey
- SOMKernelWrapperSupportSubApp
- SOMObject methods:
- somEnvironment
- somEnvironment:
- SOMKSamplesApp
- AnimalsAnimal methods:
- display
- genus
- name
- name:
- somDumpSelfInt:
- somFree
- somInit
- somUninit
- sound
- sound:
- species
- talk
- AnimalsBigDog methods:
- talk
- AnimalsDog methods:
- breed
- breed:
- color
- color:
- display
- genus
- somDumpSelfInt:
- somInit
- somUninit
- species
- AnimalsKennel methods:
- newDog:sound:breed:color:
- somNew
- AnimalsLittleDog methods:
- talk
- AnimalsMAnimal methods:
- addInstance:
- deleteInstance:
- instances
- instances:
- newAnimal:sound:
- somInit
- somNew
- somUninit
- SOMMetaclassFrameworkApp
- SOMSOMMBeforeAfter methods:
- somDefaultInit:
- somInitMIClass:className:parentClasses:dataSize:dataAlignment:maxStaticMethods:majorVersion:minorVersion:
- sommAfterMethod:methodId:returnedvalue:ap:
- sommBeforeMethod:methodId:ap:
- SOMSOMMSingleInstance methods:
- sommFreeSingleInstance
- sommGetSingleInstance
- SOMSOMMTraced methods:
- somInitMIClass:className:parentClasses:dataSize:dataAlignment:maxStaticMethods:majorVersion:minorVersion:
- sommAfterMethod:methodId:returnedvalue:ap:
- sommBeforeMethod:methodId:ap:
- sommTraceIsOn
- sommTraceIsOn:
- SOMMetaclassFrameworkWrapperApp
- SOMMBeforeAfter class methods:
- somDefaultInit:
- SOMMBeforeAfter methods:
- somDefaultInit:
- somInitMIClass:className:parentClasses:dataSize:dataAlignment:maxStaticMethods:majorVersion:minorVersion:
- sommAfterMethod:methodId:returnedvalue:ap:
- sommBeforeMethod:methodId:ap:
- SOMMSingleInstance methods:
- sommFreeSingleInstance
- sommGetSingleInstance
- SOMMTraced methods:
- somInitMIClass:className:parentClasses:dataSize:dataAlignment:maxStaticMethods:majorVersion:minorVersion:
- sommAfterMethod:methodId:returnedvalue:ap:
- sommBeforeMethod:methodId:ap:
- sommTraceIsOn
- sommTraceIsOn:
- Swapper
- ClassObjectEntry class methods:
- class:originalName:mutated:origInstVars:instances:
- ObjectSwapper class methods:
- new
- Swapper class methods:
- dllName
- dllName:
- Behavior methods:
- defaultInstanceVariableMappings
- mutateObjects:fromPlatform:named:withDefinition:
- ClassObjectEntry methods:
- classObject
- classObject:
- isMutationRequired
- loadedInstances
- loadedInstances:
- mutated
- mutated:
- originalName
- originalName:
- origInstVars
- origInstVars:
- printOn:
- ObjectDumper methods:
- classesTreatedAsObjects:
- outputBufferLimit
- outputBufferLimit:
- overrideUndumpableClasses
- resetUndumpableClasses
- totalSizeAfterUnload
- totalSizeBeforeUnload:
- unlinkInstancesOfClasses:
- unlinkInstVars:fromClasses:
- unlinkObjects:
- unload:intoByteObjects:offsetsIntoByteObjects:maximumLimit:errorStream:
- unload:intoFile:
- unload:intoFile:atOffset:
- unload:intoFile:atOffset:maximumLimit:
- unload:intoFileHandle:atOffset:
- unload:intoFileHandle:atOffset:maximumLimit:
- unload:intoFileHandle:atOffset:maximumLimit:errorStream:
- ObjectLoader methods:
- addMutatedClassNamed:newClass:
- extractInstancesOfClasses:
- loadFromByteObjects:offsetsIntoByteObjects:errorStream:
- loadFromFile:
- loadFromFile:atOffset:
- loadFromFileHandle:atOffset:
- loadFromFileHandle:atOffset:errorStream:
- objectPlatform
- relinkObjects:
- remapClassReference:toClass:
- removeMutatedClassNamed:
- removeRemappedClassReference:
- requestedNewlyLoadedInstances
- ObjectSwapper methods:
- currentError
- currentErrorString
- errorObject
- errorObject:
- hasErrorOccurred
- includeInstVarNames
- includeInstVarNames:
- logMessage:
- userDefinedLookupTable
- userDefinedLookupTable:
- versionNumber
- warnedObjects
- warnings
- SwapperCrossloadingToES
- Array class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- Bag class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- Block class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- Date class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- Dictionary class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- IdentityDictionary class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- Interval class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- OrderedCollection class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- Rectangle class methods:
- defaultInstanceVariableMappings
- Set class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- SortedCollection class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- Time class methods:
- mutateObjects:fromPlatform:named:withDefinition:
- SwapperES
- ObjectSwapper class methods:
- primitiveLibraryName:
- shutDown
- startUp
- SwapperES class methods:
- loaded
- Behavior methods:
- uniqueDescriptor
- ObjectDumper methods:
- unload:intoFile:atOffset:maximumLimit:errorStream:
- ObjectLoader methods:
- loadFromFile:atOffset:errorStream:
- UNIXProcesses
- UNIXEnvironment class methods:
- current
- getenv:
- new
- putenv:
- startUpEnvironment
- UNIXPipeStream class methods:
- for:
- new
- UNIXProcess class methods:
- endAsyncIO
- execute:
- execute:input:output:error:environment:
- shell:
- startAsyncIO
- system:
- UNIXProcesses class methods:
- startUp
- UNIXReadPipeStream class methods:
- for:
- UNIXWritePipeStream class methods:
- for:
- UNIXEnvironment methods:
- at:
- at:ifAbsent:
- at:put:
- envAt:
- envAt:ifAbsent:
- envStringAt:ifAbsent:
- keys
- UNIXPipeStream methods:
- blocking:
- contents
- isBlocking
- isBytes
- isBytes:
- isCharacters
- isCharacters:
- isEmpty
- lineDelimiter
- lineDelimiter:
- position
- position:
- reset
- setToEnd
- size
- UNIXProcess methods:
- closePipe:
- exitCode
- fillPipe:
- isComplete
- kill
- nextFrom:
- nextPut:on:
- pid
- stderr
- stdin
- stdout
- waitForCompletion
- UNIXReadPipeStream methods:
- atEnd
- close
- copyFrom:to:
- do:
- fill
- next
- next:
- nextLine
- nextMatchFor:
- peek
- peekFor:
- skip:
- skipTo:
- skipToAll:
- upTo:
- upToAll:
- upToEnd
- UNIXWritePipeStream methods:
- atEnd
- close
- cr
- flush
- next:put:
- nextPut:
- nextPutAll:
- position:
- skip:
- space
- tab
- UnixPlatformFileSystem
- OSDir class methods:
- opendir:
- OSObject class methods:
- errno
- OSPlatformDependentStructPtr class methods:
- initialize
- initializeAllStructInfo
- initializeStructInfo
- OSTmPtr class methods:
- localtime:
- UnixPlatformFileSystem class methods:
- initializePlatformFSConstants
- initializePlatformFSFunctions
- initializePlatformFSGlobals
- initializeSystem
- loaded
- removing
- OSDir methods:
- closedir
- readdir
- rewinddir
- OSDirent methods:
- dName
- OSFSCall methods:
- chdir:
- close:
- fcntl:cmd:arg:
- fsync:
- getcwd:size:
- lseek:offset:whence:
- mkdir:mode:
- open:oflag:mode:
- read:buf:nbyte:
- rename:new:
- rmdir:
- sisblk:
- sischr:
- sisdir:
- sisfifo:
- sisreg:
- stat:buf:
- statStructInfo:sizes:
- unlink:
- write:buf:nbyte:
- OSFlock methods:
- lLen
- lLen:
- lPid
- lPid:
- lStart
- lStart:
- lType
- lType:
- lWhence
- lWhence:
- OSStat methods:
- stAtime
- stCtime
- stDev
- stGid
- stIno
- stMode
- stMtime
- stNlink
- stSize
- stUid
- OSTmPtr methods:
- tmHour
- tmIsdst
- tmMday
- tmMin
- tmMon
- tmSec
- tmWday
- tmYday
- tmYear
-