org.rococoa.cocoa.webkit.categories
Interface WebIBActions
- All Superinterfaces:
- NSUserInterfaceValidations
- All Known Implementing Classes:
- WebView
public interface WebIBActions
- extends NSUserInterfaceValidations
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
takeStringURLFrom
void takeStringURLFrom(org.rococoa.ID sender)
stopLoading
void stopLoading(org.rococoa.ID sender)
reload
void reload(org.rococoa.ID sender)
canGoBack
boolean canGoBack()
goBack
void goBack(org.rococoa.ID sender)
canGoForward
boolean canGoForward()
goForward
void goForward(org.rococoa.ID sender)
canMakeTextLarger
boolean canMakeTextLarger()
makeTextLarger
void makeTextLarger(org.rococoa.ID sender)
canMakeTextSmaller
boolean canMakeTextSmaller()
makeTextSmaller
void makeTextSmaller(org.rococoa.ID sender)
canMakeTextStandardSize
boolean canMakeTextStandardSize()
makeTextStandardSize
void makeTextStandardSize(org.rococoa.ID sender)
toggleContinuousSpellChecking
void toggleContinuousSpellChecking(org.rococoa.ID sender)
toggleSmartInsertDelete
void toggleSmartInsertDelete(org.rococoa.ID sender)