]> git.argeo.org Git - lgpl/argeo-commons.git/blob - fs/FsUiConstants.java
Prepare next development cycle
[lgpl/argeo-commons.git] / 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 }