Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFColumnStyleCustomization.java')
-rw-r--r--plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFColumnStyleCustomization.java57
1 files changed, 0 insertions, 57 deletions
diff --git a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFColumnStyleCustomization.java b/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFColumnStyleCustomization.java
deleted file mode 100644
index a3d59ea11..000000000
--- a/plugins/org.eclipse.eef/src-gen/org/eclipse/eef/EEFColumnStyleCustomization.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/**
- * Copyright (c) 2015 Obeo.
- * 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.htm
- * Contributors: Obeo - initial API and implementation
- */
-package org.eclipse.eef;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>EEF Column Style Customization</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * Represents a style customization applied on a column widget.
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * </p>
- * <ul>
- * <li>{@link org.eclipse.eef.EEFColumnStyleCustomization#getStyle <em>Style</em>}</li>
- * </ul>
- *
- * @see org.eclipse.eef.EefPackage#getEEFColumnStyleCustomization()
- * @model
- * @generated
- */
-public interface EEFColumnStyleCustomization extends EEFStyleCustomization {
- /**
- * Returns the value of the '<em><b>Style</b></em>' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * Defines the style.
- * <!-- end-model-doc -->
- * @return the value of the '<em>Style</em>' containment reference.
- * @see #setStyle(EEFColumnStyle)
- * @see org.eclipse.eef.EefPackage#getEEFColumnStyleCustomization_Style()
- * @model containment="true" resolveProxies="true"
- * @generated
- */
- EEFColumnStyle getStyle();
-
- /**
- * Sets the value of the '{@link org.eclipse.eef.EEFColumnStyleCustomization#getStyle <em>Style</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Style</em>' containment reference.
- * @see #getStyle()
- * @generated
- */
- void setStyle(EEFColumnStyle value);
-
-} // EEFColumnStyleCustomization

Back to the top