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

io.mosip.registration.controller.settings.SettingsInterface Maven / Gradle / Ivy

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