Searched refs:maInstance (Results 1 – 6 of 6) sorted by relevance
44 if (maInstance == null) in Instance()45 maInstance = new HelpWindow(); in Instance()46 return maInstance; in Instance()98 maInstance = null; in HelpWindow()155 maInstance = null; in actionPerformed()199 private static HelpWindow maInstance = null;
29 if (maInstance == null) in Instance()30 maInstance = new EventLogger(); in Instance()31 return maInstance; in Instance()49 private static EventLogger maInstance = null; field in EventLogger
41 if (maInstance == null) in Instance()42 maInstance = new EventQueue (); in Instance()43 return maInstance; in Instance()141 private static EventQueue maInstance = null; field in EventQueue
33 if (maInstance == null) in Instance()35 maInstance = new NodeFactory(); in Instance()37 return maInstance; in Instance()148 private static NodeFactory maInstance = null; field in NodeFactory
46 if (maInstance == null) in Instance()47 maInstance = new HelpWindow(); in Instance()48 return maInstance; in Instance()100 maInstance = null; in HelpWindow()157 maInstance = null; in actionPerformed()201 private static HelpWindow maInstance = null;
65 static ResourceManager maInstance; in Instance() local66 return maInstance; in Instance()
Completed in 40 milliseconds