Uses of Class
org.eclipse.swt.internal.cocoa.NSButtonCell
-
Packages that use NSButtonCell Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSButtonCell in org.eclipse.swt.internal.cocoa
Subclasses of NSButtonCell in org.eclipse.swt.internal.cocoa Modifier and Type Class Description class
SWTButtonCell
Methods in org.eclipse.swt.internal.cocoa that return NSButtonCell Modifier and Type Method Description NSButtonCell
NSSearchFieldCell. cancelButtonCell()
NSButtonCell
NSWindow. defaultButtonCell()
NSButtonCell
NSSearchFieldCell. searchButtonCell()
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSButtonCell Modifier and Type Method Description void
NSSearchFieldCell. setCancelButtonCell(NSButtonCell cancelButtonCell)
void
NSWindow. setDefaultButtonCell(NSButtonCell defaultButtonCell)
void
NSSearchFieldCell. setSearchButtonCell(NSButtonCell searchButtonCell)
-