| java.lang.Object com.sun.jumpimpl.presentation.simplebasis.SimpleBasisAMS
Inner Class :class LoadAppsThread extends Thread | |
Inner Class :class LaunchThread extends Thread | |
Inner Class :class ScreenButtonsKeyListener implements KeyListener | |
Inner Class :class CommandButtonsKeyListener implements KeyListener | |
Inner Class :class InstallScreenActionListener implements ActionListener | |
Inner Class :class RemoveScreenActionListener implements ActionListener | |
Inner Class :class ApplicationsScreenActionListener implements ActionListener | |
Inner Class :class SwitchToScreenActionListener implements ActionListener | |
Inner Class :class PrefsScreenActionListener implements ActionListener | |
Inner Class :class DisplayLayout extends GridLayout | |
MAX_TITLE_CHARS | final protected static int MAX_TITLE_CHARS(Code) | | |
SCREEN_COLUMNS | final static int SCREEN_COLUMNS(Code) | | |
SCREEN_DISPLAY_ICONS | final static int SCREEN_DISPLAY_ICONS(Code) | | |
SCREEN_ROWS | final static int SCREEN_ROWS(Code) | | |
applicationsScreenPageNumber | int applicationsScreenPageNumber(Code) | | |
killScreenPageNumber | int killScreenPageNumber(Code) | | |
switchToScreenPageNumber | int switchToScreenPageNumber(Code) | | |
verbose | static boolean verbose(Code) | | |
SimpleBasisAMS | public SimpleBasisAMS()(Code) | | Creates a new instance of SimpleBasisAMS
|
clearScreen | public void clearScreen()(Code) | | |
doApplicationsScreen | void doApplicationsScreen()(Code) | | Display the screen containing application icons.
|
getCurrentScreen | int getCurrentScreen()(Code) | | |
getTotalScreenPages | int getTotalScreenPages(int numIcons, int screenIconCapacity)(Code) | | |
load | public void load(Map map)(Code) | | load the presentation module
Parameters: map - the configuration data required for loading this module. |
refreshApplicationsScreen | public void refreshApplicationsScreen()(Code) | | |
refreshScreen | public void refreshScreen()(Code) | | |
setCurrentScreen | void setCurrentScreen(int screen)(Code) | | |
start | public void start()(Code) | | Implementation of the interface's start() method.
|
unload | public void unload()(Code) | | |
|
|