/* * Indexable.java * * Created on 16. September 2003, 11:38 */ package com.sun.star.wizards.common; /** * * @author rpiterman */ public interface Indexable { public int getIndex(); }