]> git.argeo.org Git - lgpl/argeo-commons.git/blob - model/UiNode.java
Prepare next development cycle
[lgpl/argeo-commons.git] / model / UiNode.java
1 package org.argeo.jcr.ui.explorer.model;
2
3 /**
4 * insure presence of the useful specific methods used in the building a UI Tree
5 * based on JCR repositories
6 */
7 public interface UiNode {
8
9 public String getAlias();
10 }