Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
jpeterka edited this page Sep 19, 2013 · 6 revisions

API / Abstract

  • Combo / AbstractCombo

Implementation(s)

  • DefaultCombo

Usage

DefaultCombo

Lookup for a combo with selection "Selection1"

Combo c = new DefaultCombo("Selection1");

Get current combo text

String selection = c.getText(); 

Set combo selection

c.setText("Selection2"); 
Clone this wiki locally