Searched refs:theTrayIcon (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTrayIcon.h69 -(id)initWithTrayIcon:(AWTTrayIcon *)theTrayIcon; variable
72 -(void)setTrayIcon:(AWTTrayIcon*)theTrayIcon; variable
H A DCTrayIcon.m164 -(id)initWithTrayIcon:(AWTTrayIcon *)theTrayIcon {
167 [self setTrayIcon: theTrayIcon];
197 -(void)setTrayIcon:(AWTTrayIcon*)theTrayIcon {
198 trayIcon = theTrayIcon;

Completed in 21 milliseconds