edu.washington.cs.supple.customization.state
Interface ApplicationFunction
- public interface ApplicationFunction
An application function is a function defined by the developer of a Supple
application. This interface is used by the RemoveDynamicElement customization
command.
Example: An application has a button (button X) that loads a print dialog window. The
print dialog window contains widgets for adjusting printer settings and also
a print button (button Y) that finally initates printing (application function Z).
By using the RemoveDynamicElement command, a user can remove the print dialog window.
In this case Supple asks if button X should directly initiate printing (application function Z)
instead of loading the print dialog window.
- Author:
- raphael
execute
public void execute()