Package org.loboevolution.menu.tools
Interface ToolsInfo
public interface ToolsInfo
ToolsInfo interface.
-
Method Summary
Modifier and TypeMethodDescriptionCreates the settings ui.Gets the description.getName()
Gets the name.
-
Method Details
-
createSettingsUI
AbstractToolsUI createSettingsUI()Creates the settings ui.- Returns:
- the abstract settings ui
-
getDescription
String getDescription()Gets the description.- Returns:
- the description
-
getName
String getName()Gets the name.- Returns:
- the name
-