Searched refs:getLookup (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DSaveAsAction.java54 Group group = n.getLookup().lookup(Group.class);
117 cnt += n.getLookup().lookupAll(Group.class).size();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/
H A DMoveFilterDownAction.java42 Filter c = n.getLookup().lookup(Filter.class);
H A DMoveFilterUpAction.java42 Filter c = n.getLookup().lookup(Filter.class);
H A DRemoveFilterAction.java57 FilterTopComponent.findInstance().removeFilter(activatedNodes[i].getLookup().lookup(Filter.class));
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/
H A DOutlineTopComponent.java114 toolbar.add(((NodeAction) RemoveAction.get(RemoveAction.class)).createContextAwareInstance(this.getLookup()));
117 toolbar.add(((NodeAction) SaveAsAction.get(SaveAsAction.class)).createContextAwareInstance(this.getLookup()));
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMXBeanLookup.java169 static MXBeanLookup getLookup() { method in class:MXBeanLookup
H A DMXBeanProxy.java163 MXBeanLookup oldLookup = MXBeanLookup.getLookup();
H A DConvertingMethod.java172 MXBeanLookup old = MXBeanLookup.getLookup();
H A DDefaultMXBeanMappingFactory.java714 MXBeanLookup lookup = MXBeanLookup.getLookup();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowTopComponent.java59 this.associateLookup(scene.getLookup());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java358 toolBar.add(MoveFilterUpAction.get(MoveFilterUpAction.class).createContextAwareInstance(this.getLookup()));
359 toolBar.add(MoveFilterDownAction.get(MoveFilterDownAction.class).createContextAwareInstance(this.getLookup()));
360 toolBar.add(RemoveFilterAction.get(RemoveFilterAction.class).createContextAwareInstance(this.getLookup()));
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DEditorTopComponent.java213 this.associateLookup(new ProxyLookup(new Lookup[]{scene.getLookup(), new AbstractLookup(content)}));
H A DDiagramScene.java845 public Lookup getLookup() { method in class:DiagramScene

Completed in 347 milliseconds