io.mosip.registration.controller.settings.SettingsInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registration-client Show documentation
Show all versions of registration-client Show documentation
Maven project of MOSIP Registration UI
package io.mosip.registration.controller.settings;
import org.springframework.stereotype.Component;
import javafx.scene.layout.HBox;
@Component
public interface SettingsInterface {
public void setHeaderLabel(String headerLabel);
public HBox getShortCut(String shortcutIcon);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy