Révision 1130

tmp/org.txm.index.core/src/org/txm/index/core/functions/Lexicon.java (revision 1130)
124 124
	 */
125 125
	public Lexicon(String parametersNodePath, TXMResult parent)	{
126 126
		super(parametersNodePath, parent);
127
		if(this.parent != null && this.parent instanceof Part)	{
128
			this.setVisible(false);
129
		}
127 130
	}
128 131

  
129 132
	@Override
tmp/org.txm.lexicaltable.core/src/org/txm/lexicaltable/core/functions/LexicalTable.java (revision 1130)
201 201
		// parts lexicons
202 202
		List<Lexicon> partsLexicons = new ArrayList<Lexicon>();
203 203
		for (int i = 0; i < partition.getNPart(); i++) {
204
			Lexicon l = Lexicon.getLexicon(partition.getParts().get(i), this.property, this.monitor);
205
			l.setVisible(false);
206
			partsLexicons.add(l);
204
			partsLexicons.add(Lexicon.getLexicon(partition.getParts().get(i), this.property, this.monitor));
207 205
		}
208 206

  
209 207
		// Corpus global lexicon

Formats disponibles : Unified diff