The objects described in this section (Application API for Java) are obsolete from v2012 onwards.
For information about how to access the Application API from Java code, see the section: Programming Languages | Java. |
public class SpyProject
{
public void ReleaseInstance();
public void CloseProject( boolean bDiscardChanges, boolean bCloseFiles, boolean bDialog );
public String GetProjectFile();
public void SetProjectFile( String sFile );
public SpyProjectItems GetRootItems();
public void SaveProject();
public void SaveProjectAs( String sPath, boolean bDialog );
}