View Javadoc
1   package org.argeo.eclipse.ui.fs;
2   
3   /** Centralize constants used by the Nio FS UI parts */
4   public interface FsUiConstants {
5   
6   	// TODO use standard properties
7   	String PROPERTY_NAME = "name";
8   	String PROPERTY_SIZE = "size";
9   	String PROPERTY_LAST_MODIFIED = "last-modified";
10  	String PROPERTY_TYPE = "type";
11  }