nextapp.echo2.extras.app.menu.DefaultMenuSelectionModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ibis-echo2 Show documentation
Show all versions of ibis-echo2 Show documentation
Echo2 bundled with Echo2_Extras, Echo2_FileTransfer and echopointing and various improvements/bugfixes
package nextapp.echo2.extras.app.menu;
public class DefaultMenuSelectionModel extends AbstractMenuSelectionModel {
private String selectedId;
public String getSelectedId() {
return selectedId;
}
public void setSelectedId(String id) {
selectedId = id;
fireStateChanged();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy