Searched refs:newFilter (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/actions/
H A DNewFilterAction.java43 FilterTopComponent.findInstance().newFilter();
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DHandler.java173 * @param newFilter a <tt>Filter</tt> object (may be null)
177 public void setFilter(Filter newFilter) throws SecurityException { argument
179 filter = newFilter;
H A DLogger.java568 * @param newFilter a filter object (may be null)
572 public void setFilter(Filter newFilter) throws SecurityException { argument
574 filter = newFilter;
/openjdk7/jdk/src/share/classes/java/awt/
H A DEventDispatchThread.java171 ModalEventFilter newFilter = (ModalEventFilter)filter;
177 if (cf.compareTo(newFilter) > 0) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DFilterTopComponent.java371 public void newFilter() { method in class:FilterTopComponent

Completed in 41 milliseconds