oracle.ide.editor
Class RecentFile
java.lang.Object
oracle.ide.editor.RecentFile
- public class RecentFile
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
RecentFile
public RecentFile()
RecentFile
public RecentFile(Context context)
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)
Copyright © 1997, 2004, Oracle. All rights reserved.