Printer_Fragment
abstract class Printer_Fragment<Service_Type : IService?, Activity_Type : Main_Activity<Service_Type>?, Preference_Type : SharedPreferencesHelper?> : IFragment<Service_Type, Activity_Type, Preference_Type> , IPrinter_Fragment
the printer fragment
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Properties
Functions
Link copied to clipboard
Returns the instance as a Fragment (saves you an instanceOf check and cast)
Link copied to clipboard
Bind or unbind the calculator activity
Link copied to clipboard
Bind or unbind the calculator preferences
Link copied to clipboard
Bind or unbind the calculator service
Link copied to clipboard
the clear printout button was clicked
Link copied to clipboard
he form feed button was clicked
Link copied to clipboard
the SAVE EXE button was clicked
Link copied to clipboard
Text currently displayed
Link copied to clipboard
init widgets
Link copied to clipboard
Called to ask the fragment to save its current dynamic state, so it can later be reconstructed in a new instance of its process is restarted.
Link copied to clipboard
Set text to be displayed (java string).