JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
es.ull.mazesolver.translations
Interface ButtonTranslations
public interface
ButtonTranslations
Agrupa las traducciones de los botones.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
cancel
()
String
configure
()
String
fastRun
()
String
kontinue
()
String
ok
()
String
pause
()
String
run
()
String
step
()
String
stop
()
String
zoom
()
Method Details
run
String
run
()
step
String
step
()
pause
String
pause
()
kontinue
String
kontinue
()
fastRun
String
fastRun
()
stop
String
stop
()
zoom
String
zoom
()
ok
String
ok
()
cancel
String
cancel
()
configure
String
configure
()