public class AttributeResultFilter extends Object implements LookupResultFilter
Modifier and Type | Field and Description |
---|---|
protected boolean |
acceptIfSet |
protected Attribute<?> |
attribute |
protected String |
description |
protected String |
name |
Constructor and Description |
---|
AttributeResultFilter(String _name,
String _description,
Attribute<?> _attribute,
boolean _acceptIfSet) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(DictionaryEntry de) |
protected boolean |
acceptIfSet(DictionaryEntry de) |
boolean |
enableFor(Dictionary dic) |
Component |
getCustomConfigUI() |
String |
getDescription() |
String |
getName() |
protected String name
protected String description
protected Attribute<?> attribute
protected boolean acceptIfSet
public boolean accept(DictionaryEntry de)
accept
in interface LookupResultFilter
protected boolean acceptIfSet(DictionaryEntry de)
public boolean enableFor(Dictionary dic)
enableFor
in interface LookupResultFilter
public String getName()
getName
in interface LookupResultFilter
public String getDescription()
getDescription
in interface LookupResultFilter
public Component getCustomConfigUI()
getCustomConfigUI
in interface LookupResultFilter
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.