/******************************************************************************* * Copyright (c) 2008, 2011 Thomas Holland (thomas@innot.de) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Thomas Holland - initial API and implementation *******************************************************************************/ package de.innot.avreclipse.ui.propertypages; /** * The Target Hardware property page. * <p> * This page uses only one single tab * </p> * * @author Thomas Holland * @since 2.2 * */ public class PageTargetHardware extends AbstractAVRPage { /* * (non-Javadoc) * * @see org.eclipse.cdt.ui.newui.AbstractPage#isSingle() */ @Override protected boolean isSingle() { return true; } }