| org.enhydra.jawe.base.panel.panels.XMLPanel org.enhydra.jawe.base.panel.panels.XMLBasicPanel org.enhydra.jawe.base.panel.panels.XMLComboPanel
XMLComboPanel | public class XMLComboPanel extends XMLBasicPanel (Code) | | Creates panel with JLabel and JComboBox.
author: Sasa Bojanic author: Zoran Milakovic |
Constructor Summary | |
public | XMLComboPanel(PanelContainer pc, XMLElement myOwner, List choices, boolean ldStrChoices, boolean hasEmptyBorder, boolean isVertical, boolean isEditable, boolean isEnabled) | public | XMLComboPanel(PanelContainer pc, XMLElement myOwner, String title, List choices, boolean ldStrChoices, boolean hasEmptyBorder, boolean isVertical, boolean isEditable, boolean isEnabled, boolean performSorting, boolean adjustDimension) |
XMLComboPanel | public XMLComboPanel(PanelContainer pc, XMLElement myOwner, List choices, boolean ldStrChoices, boolean hasEmptyBorder, boolean isVertical, boolean isEditable, boolean isEnabled)(Code) | | |
XMLComboPanel | public XMLComboPanel(PanelContainer pc, XMLElement myOwner, String title, List choices, boolean ldStrChoices, boolean hasEmptyBorder, boolean isVertical, boolean isEditable, boolean isEnabled, boolean performSorting, boolean adjustDimension)(Code) | | |
cleanup | public void cleanup()(Code) | | |
requestFocus | public void requestFocus()(Code) | | |
setElements | public void setElements()(Code) | | |
validateEntry | public boolean validateEntry()(Code) | | |
|
|