| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalState | |
|---|---|
| oracle.ide.history | Contains API classes for the local history feature. | 
| Uses of LocalState in oracle.ide.history | 
|---|
| Methods in oracle.ide.history that return LocalState | |
|---|---|
| abstract  LocalState | HistoryManager.getLastState(java.lang.Object objId)Get the last local state for the object identified by the given ID. | 
| abstract  LocalState[] | HistoryManager.getLocalHistory(java.lang.Object objId)Get all local history for the object identified by the given ID. | 
| abstract  LocalState[] | HistoryManager.getLocalHistory(java.net.URL url)Get all local history for the object located at the given URL. | 
| static LocalState | HistoryContext.getLocalState(Context context)Returns the LocalState stored in the specified Context, if any. | 
| Methods in oracle.ide.history with parameters of type LocalState | |
|---|---|
| abstract  void | HistoryManager.restore(LocalState[] states,
        Context context)Restore the given states. | 
| static void | HistoryContext.setLocalState(Context context,
              LocalState localState)Stored the specified LocalState in the specified Context. | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||