public interface FilterIF
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(java.awt.event.ActionListener l)
Adds an ActionListener to the Filter.
|
void |
addItemListener(java.awt.event.ItemListener l)
Adds an ItemListener to the Filter.
|
SelItem[] |
createCondSeq(java.lang.String aaname)
The Filter specific method to create a Condition Sequence
|
void |
destroy()
The destroyer.
|
java.lang.String |
getActionCommand()
Returns the ActionCommand of the Filter
|
java.awt.event.ActionListener[] |
getActionListeners()
Returns a list of ActionListeners added to this Implementation
|
java.awt.event.ItemListener[] |
getItemListeners()
Returns a list of ItemListeners added to this Implementation
|
void |
loadComps(ApplicationElement ae,
InstanceElement ie,
ApplicationStructure as)
A workaround to not having to use a specialized Constructor for a Filter Class.
|
void |
removeActionListener(java.awt.event.ActionListener l)
Removes a registered ActionListener from the Object
|
void |
setActionCommand(java.lang.String a)
Sets the ActionCommand of the Implementation
|
java.lang.String getActionCommand()
void addActionListener(java.awt.event.ActionListener l)
l
- The Listenervoid addItemListener(java.awt.event.ItemListener l)
l
- The ListenerSelItem[] createCondSeq(java.lang.String aaname)
aaname
- Name of the Attribute to filtervoid destroy()
java.awt.event.ActionListener[] getActionListeners()
java.awt.event.ItemListener[] getItemListeners()
void loadComps(ApplicationElement ae, InstanceElement ie, ApplicationStructure as)
ae
- An ApplicationElementie
- An InstanceElementas
- An ApplicationStructurevoid setActionCommand(java.lang.String a)
a
- the new ActionCommandvoid removeActionListener(java.awt.event.ActionListener l)
l
- the Listener