package org.multibit.hd.ui.views; /** * <p>Enum to provide the following to View API:</p> * <ul> * <li>Identification of the different view components</li> * </ul> * * @since 0.0.1 * */ public enum ViewKey { MAIN, HEADER, SIDEBAR, DETAIL, FOOTER }