Revision 31344 branches/v2_0_0_prep/libraries/libCorePlugin/src/org/gvsig/coreplugin/mdiManager/SingletonWindowSupport.java

View differences:

SingletonWindowSupport.java
124 124
		return contentFrame.containsKey(swi);
125 125
	}
126 126

  
127
	public boolean contains(Class windowClass, Object model){
128
		SingletonWindowInfo swi = new SingletonWindowInfo(windowClass, model);
129
		return contentFrame.containsKey(swi);
130
	}
131

  
127 132
	/**
128 133
	 * DOCUMENT ME!
129 134
	 *

Also available in: Unified diff