Method Summary |
|
public void | commandAction(Command c, Displayable d) Indicates that a command event has occurred on Displayable d.
Parameters: c - a Command object identifying the command. |
protected CommandListener | getCommandListener() Returns command listener. |
public FileConnection | getSelectedFile() Returns selected file as a FileConnection object. |
public String | getSelectedFileURL() Returns selected FileURL object. |
public void | setCommandListener(CommandListener commandListener) Sets command listener to this component. |
public void | setFilter(String filter) Sets the file filter. |
public void | setTitle(String title) Sets component's title. |