com.jniwrapper.win32.ie.command
Class SaveAsCommand

java.lang.Object
  extended by com.jniwrapper.win32.ie.command.BrowserCommand
      extended by com.jniwrapper.win32.ie.command.SaveAsCommand

public class SaveAsCommand
extends BrowserCommand

Invokes SaveAs dialog.


Constructor Summary
SaveAsCommand()
          Creates Save As command.
 
Method Summary
 java.lang.Object getId()
          Returns command ID.
 
Methods inherited from class com.jniwrapper.win32.ie.command.BrowserCommand
getOption, getParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveAsCommand

public SaveAsCommand()
Creates Save As command.

Method Detail

getId

public java.lang.Object getId()
Returns command ID.

Specified by:
getId in class BrowserCommand
Returns:
ID as OleCmdID instance.