All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nextapp.echo2.extras.app.menu.DefaultMenuSelectionModel Maven / Gradle / Ivy

Go to download

Echo2 bundled with Echo2_Extras, Echo2_FileTransfer and echopointing and various improvements/bugfixes

There is a newer version: 2.0.4
Show newest version
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