| org.enhydra.jawe.ChoiceButton org.enhydra.jawe.XMLElementChoiceButton
XMLElementChoiceButton | public class XMLElementChoiceButton extends ChoiceButton implements ActionListener(Code) | | Creates button witch displays popup with available choices for showing xpdl objects.
Added functionnalities to automatically support
author: Sasa Bojanic author: Miroslav Popov |
alwaysUseDefaultIcon | protected boolean alwaysUseDefaultIcon(Code) | | |
filterModel | protected FilteredListModel filterModel(Code) | | |
lastMode | protected int lastMode(Code) | | |
XMLElementChoiceButton | public XMLElementChoiceButton(Class choiceType, ChoiceButtonListener parent, ImageIcon icon, boolean alwaysUseDefaultIcon, String[] filterDatas)(Code) | | Create a choice button. If filterDatas is not null, this is is a list of element childs
names that will be used to filter.
Parameters: choiceType - Parameters: parent - Parameters: icon - Parameters: filterDatas - |
refresh | protected void refresh()(Code) | | |
Methods inherited from org.enhydra.jawe.ChoiceButton | abstract public Class getChoiceType()(Code)(Java Doc)
|
|
|