Documentation Archive Developer
Search

InputMethodKit Changes

InputMethodKit (Added)

Added IMKCandidates
Added IMKCandidates.candidateIdentifierAtLineNumber(Int) -> Int
Added IMKCandidates.clearSelection()
Added IMKCandidates.hide()
Added IMKCandidates.isVisible() -> Bool
Added IMKCandidates.lineNumberForCandidateWithIdentifier(Int) -> Int
Added IMKCandidates.panelType() -> IMKCandidatePanelType
Added IMKCandidates.selectedCandidateString() -> NSAttributedString!
Added IMKCandidates.init(server: IMKServer!, panelType: IMKCandidatePanelType)
Added IMKCandidates.init(server: IMKServer!, panelType: IMKCandidatePanelType, styleType: IMKStyleType)
Added IMKCandidates.setPanelType(IMKCandidatePanelType)
Added IMKCandidates.show(IMKCandidatesLocationHint)
Added IMKCandidates.showAnnotation(NSAttributedString!)
Added IMKCandidates.showSublist([AnyObject]!, subListDelegate: AnyObject!)
Added IMKCandidates.updateCandidates()
Added IMKInputController
Added IMKInputController.annotationSelected(NSAttributedString!, forCandidate: NSAttributedString!)
Added IMKInputController.cancelComposition()
Added IMKInputController.candidateSelected(NSAttributedString!)
Added IMKInputController.candidateSelectionChanged(NSAttributedString!)
Added IMKInputController.client() -> protocol<IMKTextInput, NSObjectProtocol>!
Added IMKInputController.compositionAttributesAtRange(NSRange) -> NSMutableDictionary!
Added IMKInputController.delegate() -> AnyObject!
Added IMKInputController.doCommandBySelector(Selector, commandDictionary:[NSObject: AnyObject]!)
Added IMKInputController.hidePalettes()
Added IMKInputController.inputControllerWillClose()
Added IMKInputController.markForStyle(Int, atRange: NSRange) -> [NSObject: AnyObject]!
Added IMKInputController.menu() -> NSMenu!
Added IMKInputController.replacementRange() -> NSRange
Added IMKInputController.selectionRange() -> NSRange
Added IMKInputController.server() -> IMKServer!
Added IMKInputController.init(server: IMKServer!, delegate: AnyObject!, client: AnyObject!)
Added IMKInputController.setDelegate(AnyObject!)
Added IMKInputController.updateComposition()
Added IMKMouseHandling
Added IMKMouseHandling.mouseDownOnCharacterIndex(Int, coordinate: NSPoint, withModifier: Int, continueTracking: UnsafeMutablePointer<ObjCBool>, client: AnyObject!) -> Bool
Added IMKMouseHandling.mouseMovedOnCharacterIndex(Int, coordinate: NSPoint, withModifier: Int, client: AnyObject!) -> Bool
Added IMKMouseHandling.mouseUpOnCharacterIndex(Int, coordinate: NSPoint, withModifier: Int, client: AnyObject!) -> Bool
Added IMKServer
Added IMKServer.bundle() -> NSBundle!
Added IMKServer.lastKeyEventWasDeadKey() -> Bool
Added IMKServer.init(name: String!, bundleIdentifier: String!)
Added IMKServer.init(name: String!, controllerClass: AnyClass!, delegateClass: AnyClass!)
Added IMKServer.paletteWillTerminate() -> Bool
Added IMKStateSetting
Added IMKStateSetting.activateServer(AnyObject!)
Added IMKStateSetting.deactivateServer(AnyObject!)
Added IMKStateSetting.modes(AnyObject!) -> [NSObject: AnyObject]!
Added IMKStateSetting.recognizedEvents(AnyObject!) -> Int
Added IMKStateSetting.setValue(AnyObject!, forTag: Int, client: AnyObject!)
Added IMKStateSetting.showPreferences(AnyObject!)
Added IMKStateSetting.valueForTag(Int, client: AnyObject!) -> AnyObject!
Added NSObject.candidates(AnyObject!) -> [AnyObject]!
Added NSObject.commitComposition(AnyObject!)
Added NSObject.composedString(AnyObject!) -> AnyObject!
Added NSObject.didCommandBySelector(Selector, client: AnyObject!) -> Bool
Added NSObject.handleEvent(NSEvent!, client: AnyObject!) -> Bool
Added NSObject.inputText(String!, client: AnyObject!) -> Bool
Added NSObject.inputText(String!, key: Int, modifiers: Int, client: AnyObject!) -> Bool
Added NSObject.originalString(AnyObject!) -> NSAttributedString!
Added IMKCandidatePanelType
Added IMKCandidatesLocationHint
Added IMKCandidatesOpacityAttributeName
Added IMKCandidatesSendServerKeyEventFirst
Added IMKControllerClass
Added IMKDelegateClass
Added IMKModeDictionary
Added IMKStyleType
Added kIMKAnnotation
Added kIMKCommandClientName
Added kIMKCommandMenuItemName
Added kIMKLocateCandidatesAboveHint
Added kIMKLocateCandidatesBelowHint
Added kIMKLocateCandidatesLeftHint
Added kIMKLocateCandidatesRightHint
Added kIMKMain
Added kIMKScrollingGridCandidatePanel
Added kIMKSingleColumnScrollingCandidatePanel
Added kIMKSingleRowSteppingCandidatePanel
Added kIMKSubList