webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Protected Attributes | List of all members
WebJavaScriptTextInputPanel Class Reference

#import <WebJavaScriptTextInputPanel.h>

Inheritance diagram for WebJavaScriptTextInputPanel:

Instance Methods

(id- initWithPrompt:text:
 
(NSString *) - text
 
(IBAction) - pressedCancel:
 
(IBAction) - pressedOK:
 

Protected Attributes

IBOutlet NSTextField * prompt
 
IBOutlet NSTextField * textInput
 

Method Documentation

◆ initWithPrompt:text:()

- (id) initWithPrompt: (NSString *)  prompt
text: (NSString *)  text 

◆ pressedCancel:()

- (IBAction) pressedCancel: (id sender

◆ pressedOK:()

- (IBAction) pressedOK: (id sender

◆ text()

- (NSString *) text

Member Data Documentation

◆ prompt

- (IBOutlet NSTextField*) prompt
protected

◆ textInput

- (IBOutlet NSTextField*) textInput
protected

The documentation for this class was generated from the following files: