Class SelectEmfElementFromTableButtonProperties<T extends org.eclipse.emf.ecore.EObject,V>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ButtonProperties<SelectEmfElementFromTableButtonProperties<T,V>>
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.EmfButtonProperties<T,V,SelectEmfElementFromTableButtonProperties<T,V>>
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.SelectEmfElementFromTableButtonProperties<T,V>
- All Implemented Interfaces:
IButtonProperties,IEmfButtonProperties
public class SelectEmfElementFromTableButtonProperties<T extends org.eclipse.emf.ecore.EObject,V>
extends EmfButtonProperties<T,V,SelectEmfElementFromTableButtonProperties<T,V>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceNested classes/interfaces inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.EmfButtonProperties
EmfButtonProperties.EmfAction<T> -
Field Summary
Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.EmfButtonProperties
action, setterValue, updaterControlFields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ButtonProperties
eventBroker, height, icon, style, text, tooltip, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomparator(Comparator<V> comparator) customAction(SelectEmfElementFromTableButtonProperties.CustomAction<T, V> customAction) getTitle()Methods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.EmfButtonProperties
action, getActionMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common.ButtonProperties
getEventBroker, getHeight, getIcon, getStyle, getText, getThis, getTooltip, getWidth, height, icon, isEnable, isVisible, setCurrentEnable, setEnable, setEnable, setStyle, setVisible, setVisible, text, tooltip, width
-
Constructor Details
-
SelectEmfElementFromTableButtonProperties
public SelectEmfElementFromTableButtonProperties()
-
-
Method Details
-
getTitle
-
title
-
getColumns
-
columns
-
getValues
-
values
-
getFilter
-
filter
-
getComparator
-
comparator
-
customAction
public SelectEmfElementFromTableButtonProperties<T,V> customAction(SelectEmfElementFromTableButtonProperties.CustomAction<T, V> customAction)
-