blob: b4f222c4f197ba74d29e159cb5ac23514d802090 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2019 Xored Software Inc and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.tesla.core.ui;
import java.util.Map;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.common.util.EMap;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Table Item</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#isSelected <em>Selected</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#isChecked <em>Checked</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getBackgroundColor <em>Background Color</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getForegroundColor <em>Foreground Color</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getBounds <em>Bounds</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getColumns <em>Columns</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getColumnsBackgroundColor <em>Columns Background Color</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getColumnsForegroundColor <em>Columns Foreground Color</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getStyleRanges <em>Style Ranges</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getStyles <em>Styles</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getValues <em>Values</em>}</li>
* </ul>
*
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem()
* @model
* @generated
*/
public interface TableItem extends Item, WithImage {
/**
* Returns the value of the '<em><b>Selected</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Selected</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Selected</em>' attribute.
* @see #setSelected(boolean)
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_Selected()
* @model
* @generated
*/
boolean isSelected();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.core.ui.TableItem#isSelected <em>Selected</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Selected</em>' attribute.
* @see #isSelected()
* @generated
*/
void setSelected(boolean value);
/**
* Returns the value of the '<em><b>Checked</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Checked</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Checked</em>' attribute.
* @see #setChecked(boolean)
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_Checked()
* @model
* @generated
*/
boolean isChecked();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.core.ui.TableItem#isChecked <em>Checked</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Checked</em>' attribute.
* @see #isChecked()
* @generated
*/
void setChecked(boolean value);
/**
* Returns the value of the '<em><b>Background Color</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Background Color</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Background Color</em>' containment reference.
* @see #setBackgroundColor(Color)
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_BackgroundColor()
* @model containment="true"
* @generated
*/
Color getBackgroundColor();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getBackgroundColor <em>Background Color</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Background Color</em>' containment reference.
* @see #getBackgroundColor()
* @generated
*/
void setBackgroundColor(Color value);
/**
* Returns the value of the '<em><b>Foreground Color</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Foreground Color</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Foreground Color</em>' containment reference.
* @see #setForegroundColor(Color)
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_ForegroundColor()
* @model containment="true"
* @generated
*/
Color getForegroundColor();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getForegroundColor <em>Foreground Color</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Foreground Color</em>' containment reference.
* @see #getForegroundColor()
* @generated
*/
void setForegroundColor(Color value);
/**
* Returns the value of the '<em><b>Bounds</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bounds</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Bounds</em>' containment reference.
* @see #setBounds(Rectangle)
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_Bounds()
* @model containment="true"
* @generated
*/
Rectangle getBounds();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.core.ui.TableItem#getBounds <em>Bounds</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bounds</em>' containment reference.
* @see #getBounds()
* @generated
*/
void setBounds(Rectangle value);
/**
* Returns the value of the '<em><b>Columns</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Columns</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Columns</em>' attribute list.
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_Columns()
* @model unique="false"
* @generated
*/
EList<String> getColumns();
/**
* Returns the value of the '<em><b>Columns Background Color</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.rcptt.tesla.core.ui.Color}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Columns Background Color</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Columns Background Color</em>' containment reference list.
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_ColumnsBackgroundColor()
* @model containment="true"
* @generated
*/
EList<Color> getColumnsBackgroundColor();
/**
* Returns the value of the '<em><b>Columns Foreground Color</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.rcptt.tesla.core.ui.Color}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Columns Foreground Color</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Columns Foreground Color</em>' containment reference list.
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_ColumnsForegroundColor()
* @model containment="true"
* @generated
*/
EList<Color> getColumnsForegroundColor();
/**
* Returns the value of the '<em><b>Style Ranges</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Style Ranges</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Style Ranges</em>' attribute list.
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_StyleRanges()
* @model
* @generated
*/
EList<String> getStyleRanges();
/**
* Returns the value of the '<em><b>Styles</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.rcptt.tesla.core.ui.StyleRangeEntry}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Styles</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Styles</em>' containment reference list.
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_Styles()
* @model containment="true"
* @generated
*/
EList<StyleRangeEntry> getStyles();
/**
* Returns the value of the '<em><b>Values</b></em>' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link java.lang.String},
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Values</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Values</em>' map.
* @see org.eclipse.rcptt.tesla.core.ui.UiPackage#getTableItem_Values()
* @model mapType="org.eclipse.rcptt.tesla.core.ui.ValuesMap&lt;org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString&gt;"
* @generated
*/
EMap<String, String> getValues();
} // TableItem