summaryrefslogtreecommitdiffstats
path: root/wizards/com/sun/star/wizards/common/Indexable.java
blob: 5e19b0ca474b26146f8d34a1e1a5cbf8a422c385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Indexable.java
 *
 * Created on 16. September 2003, 11:38
 */

package com.sun.star.wizards.common;

/**
 *
 * @author  rpiterman
 */
public interface Indexable {

    public int getIndex();

}