Java Doc for AbstractWorkingSetManager.java in  » IDE-Eclipse » ui-workbench » org » eclipse » ui » internal » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » ui workbench » org.eclipse.ui.internal 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.ui.internal.AbstractWorkingSetManager

All known Subclasses:   org.eclipse.ui.internal.LocalWorkingSetManager,  org.eclipse.ui.internal.WorkingSetManager,
AbstractWorkingSetManager
abstract public class AbstractWorkingSetManager extends EventManager implements IWorkingSetManager,BundleListener,IExtensionChangeHandler(Code)
Abstract implementation of IWorkingSetManager.



Constructor Summary
protected  AbstractWorkingSetManager(BundleContext context)
    

Method Summary
public  voidaddExtension(IExtensionTracker tracker, IExtension extension)
    
public  voidaddPropertyChangeListener(IPropertyChangeListener listener)
    
public  voidaddToWorkingSets(IAdaptable element, IWorkingSet[] workingSets)
    
public  voidaddWorkingSet(IWorkingSet workingSet)
    
public  voidbundleChanged(BundleEvent event)
    
public  IWorkingSetcreateAggregateWorkingSet(String name, String label, IWorkingSet[] components)
    
public  IWorkingSetcreateWorkingSet(String name, IAdaptable[] elements)
    
public  IWorkingSetcreateWorkingSet(IMemento memento)
    
public  IWorkingSetEditWizardcreateWorkingSetEditWizard(IWorkingSet workingSet)
    
public  IWorkingSetNewWizardcreateWorkingSetNewWizard(String[] workingSetIds)
    
public  IWorkingSetSelectionDialogcreateWorkingSetSelectionDialog(Shell parent)
    
public  IWorkingSetSelectionDialogcreateWorkingSetSelectionDialog(Shell parent, boolean multi)
    
public  IWorkingSetSelectionDialogcreateWorkingSetSelectionDialog(Shell parent, boolean multi, String[] workingsSetIds)
    
public  voiddispose()
    
public  booleanequals(Object object)
     Tests the receiver and the object for equality
Parameters:
  object - object to compare the receiver to true=the object equals the receiver, it has the same working sets.
protected  voidfirePropertyChange(String changeId, Object oldValue, Object newValue)
     Notify property change listeners about a change to the list of working sets.
public  IWorkingSet[]getAllWorkingSets()
    
 IWorkingSetElementAdaptergetElementAdapter(WorkingSetDescriptor descriptor)
    
public  IWorkingSet[]getRecentWorkingSets()
    
public  IWorkingSetgetWorkingSet(String name)
    
public  IWorkingSet[]getWorkingSets()
    
public  inthashCode()
     Returns the hash code.
protected  voidinternalAddRecentWorkingSet(IWorkingSet workingSet)
     Adds the specified working set to the list of recently used working sets.
protected  booleaninternalRemoveWorkingSet(IWorkingSet workingSet)
    
public  voidremoveExtension(IExtension extension, Object[] objects)
    
public  voidremovePropertyChangeListener(IPropertyChangeListener listener)
    
protected  voidrestoreMruList(IMemento memento)
     Restores the list of most recently used working sets from the persistence store.
protected  IWorkingSetrestoreWorkingSet(IMemento memento)
     Recreates a working set from the persistence store.
protected  voidrestoreWorkingSetState(IMemento memento)
     Recreates all working sets from the persistence store and adds them to the receiver.
protected  voidsaveMruList(IMemento memento)
     Saves the list of most recently used working sets in the persistence store.
public  voidsaveState(File stateFile)
     Save the state to the state file.
public  voidsaveWorkingSetState(IMemento memento)
     Saves all persistable working sets in the persistence store.
public  voidworkingSetChanged(IWorkingSet changedWorkingSet, String propertyChangeId, Object oldValue)
     Fires a property change event for the changed working set.


Constructor Detail
AbstractWorkingSetManager
protected AbstractWorkingSetManager(BundleContext context)(Code)




Method Detail
addExtension
public void addExtension(IExtensionTracker tracker, IExtension extension)(Code)



addPropertyChangeListener
public void addPropertyChangeListener(IPropertyChangeListener listener)(Code)



addToWorkingSets
public void addToWorkingSets(IAdaptable element, IWorkingSet[] workingSets)(Code)



addWorkingSet
public void addWorkingSet(IWorkingSet workingSet)(Code)



bundleChanged
public void bundleChanged(BundleEvent event)(Code)



createAggregateWorkingSet
public IWorkingSet createAggregateWorkingSet(String name, String label, IWorkingSet[] components)(Code)



createWorkingSet
public IWorkingSet createWorkingSet(String name, IAdaptable[] elements)(Code)



createWorkingSet
public IWorkingSet createWorkingSet(IMemento memento)(Code)



createWorkingSetEditWizard
public IWorkingSetEditWizard createWorkingSetEditWizard(IWorkingSet workingSet)(Code)

See Also:   org.eclipse.ui.IWorkingSetManager.createWorkingSetEditWizard(org.eclipse.ui.IWorkingSet)
since:
   2.1



createWorkingSetNewWizard
public IWorkingSetNewWizard createWorkingSetNewWizard(String[] workingSetIds)(Code)



createWorkingSetSelectionDialog
public IWorkingSetSelectionDialog createWorkingSetSelectionDialog(Shell parent)(Code)



createWorkingSetSelectionDialog
public IWorkingSetSelectionDialog createWorkingSetSelectionDialog(Shell parent, boolean multi)(Code)



createWorkingSetSelectionDialog
public IWorkingSetSelectionDialog createWorkingSetSelectionDialog(Shell parent, boolean multi, String[] workingsSetIds)(Code)



dispose
public void dispose()(Code)



equals
public boolean equals(Object object)(Code)
Tests the receiver and the object for equality
Parameters:
  object - object to compare the receiver to true=the object equals the receiver, it has the same working sets. false otherwise



firePropertyChange
protected void firePropertyChange(String changeId, Object oldValue, Object newValue)(Code)
Notify property change listeners about a change to the list of working sets.
Parameters:
  changeId - one of IWorkingSetManager#CHANGE_WORKING_SET_ADD IWorkingSetManager#CHANGE_WORKING_SET_REMOVEIWorkingSetManager#CHANGE_WORKING_SET_CONTENT_CHANGE IWorkingSetManager#CHANGE_WORKING_SET_NAME_CHANGE
Parameters:
  oldValue - the removed working set or null if a working set was added or changed.
Parameters:
  newValue - the new or changed working set or null if a working set was removed.



getAllWorkingSets
public IWorkingSet[] getAllWorkingSets()(Code)



getElementAdapter
IWorkingSetElementAdapter getElementAdapter(WorkingSetDescriptor descriptor)(Code)



getRecentWorkingSets
public IWorkingSet[] getRecentWorkingSets()(Code)



getWorkingSet
public IWorkingSet getWorkingSet(String name)(Code)



getWorkingSets
public IWorkingSet[] getWorkingSets()(Code)



hashCode
public int hashCode()(Code)
Returns the hash code. the hash code.



internalAddRecentWorkingSet
protected void internalAddRecentWorkingSet(IWorkingSet workingSet)(Code)
Adds the specified working set to the list of recently used working sets.
Parameters:
  workingSet - working set to added to the list of recently used working sets.



internalRemoveWorkingSet
protected boolean internalRemoveWorkingSet(IWorkingSet workingSet)(Code)



removeExtension
public void removeExtension(IExtension extension, Object[] objects)(Code)



removePropertyChangeListener
public void removePropertyChangeListener(IPropertyChangeListener listener)(Code)



restoreMruList
protected void restoreMruList(IMemento memento)(Code)
Restores the list of most recently used working sets from the persistence store.
Parameters:
  memento - the persistence store



restoreWorkingSet
protected IWorkingSet restoreWorkingSet(IMemento memento)(Code)
Recreates a working set from the persistence store.
Parameters:
  memento - the persistence store the working set created from the memento or null ifcreation failed.



restoreWorkingSetState
protected void restoreWorkingSetState(IMemento memento)(Code)
Recreates all working sets from the persistence store and adds them to the receiver.
Parameters:
  memento - the persistence store



saveMruList
protected void saveMruList(IMemento memento)(Code)
Saves the list of most recently used working sets in the persistence store.
Parameters:
  memento - the persistence store



saveState
public void saveState(File stateFile) throws IOException(Code)
Save the state to the state file.
Parameters:
  stateFile -
throws:
  IOException -



saveWorkingSetState
public void saveWorkingSetState(IMemento memento)(Code)
Saves all persistable working sets in the persistence store.
Parameters:
  memento - the persistence store
See Also:   IPersistableElement



workingSetChanged
public void workingSetChanged(IWorkingSet changedWorkingSet, String propertyChangeId, Object oldValue)(Code)
Fires a property change event for the changed working set. Should only be called by org.eclipse.ui.internal.WorkingSet.
Parameters:
  changedWorkingSet - the working set that has changed
Parameters:
  propertyChangeId - the changed property. one ofCHANGE_WORKING_SET_CONTENT_CHANGE,CHANGE_WORKING_SET_LABEL_CHANGE, andCHANGE_WORKING_SET_NAME_CHANGE
Parameters:
  oldValue - the old value



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.