Skip navigation links 
 
oracle.ide.editor
Class RecentFile
java.lang.Object
   oracle.javatools.data.HashStructureAdapter
oracle.javatools.data.HashStructureAdapter
       oracle.ide.editor.RecentFile
oracle.ide.editor.RecentFile
- 
public class RecentFile
 
- extends HashStructureAdapter
 
 
  
 
  
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
 
RecentFile
public RecentFile()
RecentFile
public RecentFile(Context context)
isExplicit
public boolean isExplicit()
setExplicit
public void setExplicit(boolean explicit)
getWorkspaceURL
public java.net.URL getWorkspaceURL()
setWorkspaceURL
public void setWorkspaceURL(java.net.URL workspaceURL)
getProjectURL
public java.net.URL getProjectURL()
setProjectURL
public void setProjectURL(java.net.URL projectURL)
getNodeURL
public java.net.URL getNodeURL()
setNodeURL
public void setNodeURL(java.net.URL nodeURL)
getEditor
public java.lang.String getEditor()
- 
- Returns:
- the class name of the last EditorAddinused on this file
 
setEditor
public void setEditor(java.lang.String editor)
getContext
public Context getContext()
isSameNode
public boolean isSameNode(Context otherContext)
isValidNode
public boolean isValidNode()
- This goes one step further than isValid()as it also checks that a full context can be created.
- 
- Returns:
 
equals
public boolean equals(java.lang.Object o)
- Description copied from class: HashStructureAdapter
- Equals support. As long as the subclass stores all data in the HashStructureAdapter._hash, this base equals implementation should be sufficient and not need to be overridden.
- 
- Overrides:
- equalsin class- HashStructureAdapter
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- java.lang.Object
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.