|
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.SortFilterElement
Wrapper class for CompartmentList item's. Wraps the item along with a sort ordinal and an visibility flag.
| Constructor Summary | |
SortFilterElement(boolean visible,
java.lang.Object data)
Constructor for the |
|
| Method Summary | |
boolean |
equals(SortFilterElement other)
check if this filter equals the passed filter |
java.lang.Object |
getData()
Returns the view associated with this list compartment item. |
int |
hashCode()
|
boolean |
isVisible()
Returns true if the compartment item is not filtered. |
void |
setVisible(boolean visible)
Sets the visiblilty of this element |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SortFilterElement(boolean visible,
java.lang.Object data)
visible - visible flagdata - the data associated with the filter element| Method Detail |
public boolean isVisible()
public void setVisible(boolean visible)
visible - public java.lang.Object getData()
public boolean equals(SortFilterElement other)
other - the other filter to check againest
public int hashCode()
|
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.