|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.diagram.ui.dialogs.sortfilter.SortFilterPage.SortFilterCellModifier
SortFilterCellModifiers. Simple cell modifiers for the first column only
| Constructor Summary | |
SortFilterPage.SortFilterCellModifier()
|
|
| Method Summary | |
boolean |
canModify(java.lang.Object element,
java.lang.String property)
Only allows the visibility property to be modified. |
java.lang.Object |
getValue(java.lang.Object element,
java.lang.String property)
Gets the value of the table's cell. |
void |
modify(java.lang.Object element,
java.lang.String property,
java.lang.Object value)
Modifies the visibility of the compartment item. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SortFilterPage.SortFilterCellModifier()
| Method Detail |
public boolean canModify(java.lang.Object element,
java.lang.String property)
canModify in interface ICellModifierICellModifier.canModify(java.lang.Object, java.lang.String)
public java.lang.Object getValue(java.lang.Object element,
java.lang.String property)
getValue in interface ICellModifierelement - the SortFilterElementproperty - the table property
ICellModifier.getValue(java.lang.Object, java.lang.String)
public void modify(java.lang.Object element,
java.lang.String property,
java.lang.Object value)
modify in interface ICellModifierelement - the SortFilterElementproperty - the table propertyvalue - the cell's new valueICellModifier.modify(java.lang.Object, java.lang.String, java.lang.Object)
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.