]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui/src/org/argeo/eclipse/ui/fs/FsUiConstants.java
Start working on pseudo Eclipse Forms in order to ease transition to
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui / src / org / argeo / eclipse / ui / fs / FsUiConstants.java
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 }