Extension SDK 10.1.2

oracle.ide.editor
Class RecentFile

java.lang.Object
  extended byoracle.ide.editor.RecentFile

public class RecentFile
extends java.lang.Object


Constructor Summary
RecentFile()
           
RecentFile(Context context)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Context getContext()
           
 java.net.URL getDocumentURL()
           
 java.lang.String getEditor()
           
 java.net.URL getProjectURL()
           
 java.net.URL getWorkspaceURL()
           
 int hashCode()
           
 boolean isExplicit()
           
 boolean isSameDocument(Context otherContext)
           
 boolean isValidDocument()
          This goes one step further than #isValid as it also checks that a full context can be created
 void setDocumentURL(java.net.URL documentURL)
           
 void setEditor(java.lang.String editor)
           
 void setExplicit(boolean explicit)
           
 void setProjectURL(java.net.URL projectURL)
           
 void setWorkspaceURL(java.net.URL worspaceURL)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentFile

public RecentFile()

RecentFile

public RecentFile(Context context)
Method Detail

getContext

public Context getContext()

setExplicit

public void setExplicit(boolean explicit)

isExplicit

public boolean isExplicit()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

isSameDocument

public boolean isSameDocument(Context otherContext)

isValidDocument

public boolean isValidDocument()
This goes one step further than #isValid as it also checks that a full context can be created

Returns:

getWorkspaceURL

public java.net.URL getWorkspaceURL()

setWorkspaceURL

public void setWorkspaceURL(java.net.URL worspaceURL)

getProjectURL

public java.net.URL getProjectURL()

setProjectURL

public void setProjectURL(java.net.URL projectURL)

getDocumentURL

public java.net.URL getDocumentURL()

setDocumentURL

public void setDocumentURL(java.net.URL documentURL)

getEditor

public java.lang.String getEditor()
Returns:
the class name of the last EditorAddin used on this file

setEditor

public void setEditor(java.lang.String editor)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.