/** * <copyright> * </copyright> * * $Id: PasswordField.java,v 1.1 2009/08/27 08:55:36 htraetteb Exp $ */ package org.eclipse.e4.tm.widgets; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Password Field</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.e4.tm.widgets.WidgetsPackage#getPasswordField() * @model annotation="http://www.eclipse.org/e4/swt.ecore style='PASSWORD'" * @generated */ public interface PasswordField extends Text { } // PasswordField