Java Doc for ExplorerEditor.java in  » Content-Management-System » contelligent » de » finix » contelligent » client » gui » explorer » 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 » Content Management System » contelligent » de.finix.contelligent.client.gui.explorer 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.finix.contelligent.client.gui.AbstractComponentEditor
   de.finix.contelligent.client.gui.explorer.ExplorerEditor

ExplorerEditor
public class ExplorerEditor extends AbstractComponentEditor implements TypeEventListener,ComponentEventListener,ComponentDisplayEventListener,LockEventListener,ContextEventListener(Code)
Wrapped by DirectoryGUI, PreviewGUI and ExpertTreeGUI, each of which calls this calls with different parameters.


Field Summary
public static  intBROWSABLE_VIEW
    
public static  intDEFAULT_MODE
    
public static  intEXPERT_MODE
    
 intMAX_SUBMENU_ITEMS
    
final static  Object[]OK_OPTIONS
    
public static  intRESTRICTED_MODE
    
public static  intTREE_VIEW
    
final static  Object[]YES_CANCEL_OPTIONS
    
final static  Object[]YES_NO_OPTIONS
    
 ContelligentComponentbrowseRootComponent
    
 booleancanAccessSystemClipboard
     Indicates if it is safe to access the system clipboard.
static  ContelligentComponentcomponentToCopy
    
 StringcreatedComponent
    
 StringcurrentContext
    
 booleaneditCreatedComponent
    
 FindActionfindAction
    
 GoToActiongoToAction
    
 GUIContainerguiContainer
    
 HelpActionhelpAction
    
 booleanisRootVisible
    
static  Loggerlogger
    
 MoveActionmoveAction
    
 PathSelectionManagerpathSelectionManager
    
 ContelligentComponentrootComponent
    
 DefaultMutableTreeNoderootNode
    
 StringsearchTerm
    
public  JTreeDNDtree
    
public  TypeActiontypeAction
    


Method Summary
synchronized  voidaddSubcomponents(ContelligentComponent component, DefaultMutableTreeNode node)
    
 booleancanAccessSystemClipboard()
     Returns true if it is safe to access the system Clipboard.
protected  voidchildComponentAdded(ContelligentEvent event)
    
protected  voidchildComponentChanged(ContelligentEvent event)
    
protected  voidchildComponentRemoved(ContelligentEvent event)
    
public  voidcommit()
    
public  intcompareNavigation(Object o1, Object o2)
     Only compares navigation nodes for next and previous and returns 0 if neither of the arguments is one.
protected  voidcomponentChanged(ContelligentEvent event)
    
 voidcreateType(String actionType)
    
 voiddeleteType(String typeName, boolean force, boolean deleteComponent)
    
protected  voiddescendentComponentChanged(ContelligentEvent event)
    
 StringfindTypeNameOfSelectedComponent()
    
public  Action[]getActions()
    
public  Action[]getBookmarkActions()
    
public  DefaultMutableTreeNodegetChild(DefaultMutableTreeNode node, String childName)
    
 ClipboardgetClipboard(JComponent c)
     Returns the clipboard to use for cut/copy/paste.
public  intgetDragAndDropActions()
    
public  ContelligentComponentgetSelectedComponent()
    
public  voidinit()
    
public  voidinitialSelect()
    
 voidnavigate(DefaultMutableTreeNode node)
    
public  voidonComponentAddAborted(ContelligentComponentDisplayEvent event)
    
public  voidonComponentAddInProgress(ContelligentComponentDisplayEvent event)
    
public synchronized  voidonComponentAdded(ContelligentComponentEvent event)
     This method is called when a component add event occurs.
public  voidonComponentChanged(ContelligentComponentEvent event)
    
public  voidonComponentEdit(ContelligentComponentDisplayEvent e)
    
public  voidonComponentLocked(ContelligentLockEvent event)
    
public  voidonComponentRemoveAborted(ContelligentComponentDisplayEvent event)
    
public  voidonComponentRemoveInProgress(ContelligentComponentDisplayEvent event)
    
public  voidonComponentRemoved(ContelligentComponentEvent event)
    
public  voidonComponentSelected(ContelligentComponentDisplayEvent event)
    
public  voidonComponentUnlocked(ContelligentLockEvent event)
    
public  voidonContextCreated(ContextEvent e)
    
public  voidonContextDiscarded(ContextEvent e)
    
public  voidonContextSwitched(ContextEvent e)
    
public  voidonTypeChanged(TypeEvent e)
    
public  voidonTypeCreated(TypeEvent e)
    
public  voidonTypeDeleted(TypeEvent e)
    
protected  booleanopenEditors()
     Checks if there are any outstanding edit processes.
 voidpreview(String mode, boolean useLastPreviewConfiguration)
    
public  voidrollback()
    
public  voidselectComponent(ContelligentComponent component)
    
public  voidselectComponent(String path)
    
 voidsetActions(Action[] actions)
    
public  voidsetBrowseMode(int browseMode)
    
public  voidsetDragAndDropActions(int dragAndDropActions)
    
public  voidsetDropEnabled(boolean dropEnabled)
    
public  voidsetEditable(boolean editable)
    
public  voidsetFilter(ComponentFilter filter)
    
public  voidsetGuiContainer(GUIContainer guiContainer)
    
public  voidsetIsRootVisible(boolean isRootVisible)
    
public  voidsetMaxVisibleChildren(int maxVisibleChildren)
    
public  voidsetMode(int mode)
    
public  voidsetPathSelectionManager(PathSelectionManager pathSelectionManager)
    
public  voidsetPreviewEditListener(boolean previewEditListener)
    
public  voidupdate()
    
 voidupdateActiveActionsCheckingWorkflowAndACL()
    
protected  voidupdateComponent()
    

Field Detail
BROWSABLE_VIEW
public static int BROWSABLE_VIEW(Code)



DEFAULT_MODE
public static int DEFAULT_MODE(Code)



EXPERT_MODE
public static int EXPERT_MODE(Code)



MAX_SUBMENU_ITEMS
int MAX_SUBMENU_ITEMS(Code)



OK_OPTIONS
final static Object[] OK_OPTIONS(Code)



RESTRICTED_MODE
public static int RESTRICTED_MODE(Code)



TREE_VIEW
public static int TREE_VIEW(Code)



YES_CANCEL_OPTIONS
final static Object[] YES_CANCEL_OPTIONS(Code)



YES_NO_OPTIONS
final static Object[] YES_NO_OPTIONS(Code)



browseRootComponent
ContelligentComponent browseRootComponent(Code)



canAccessSystemClipboard
boolean canAccessSystemClipboard(Code)
Indicates if it is safe to access the system clipboard. Once false, access will never be checked again.



componentToCopy
static ContelligentComponent componentToCopy(Code)



createdComponent
String createdComponent(Code)



currentContext
String currentContext(Code)



editCreatedComponent
boolean editCreatedComponent(Code)



findAction
FindAction findAction(Code)



goToAction
GoToAction goToAction(Code)



guiContainer
GUIContainer guiContainer(Code)



helpAction
HelpAction helpAction(Code)



isRootVisible
boolean isRootVisible(Code)



logger
static Logger logger(Code)



moveAction
MoveAction moveAction(Code)



pathSelectionManager
PathSelectionManager pathSelectionManager(Code)



rootComponent
ContelligentComponent rootComponent(Code)



rootNode
DefaultMutableTreeNode rootNode(Code)



searchTerm
String searchTerm(Code)



tree
public JTreeDND tree(Code)



typeAction
public TypeAction typeAction(Code)





Method Detail
addSubcomponents
synchronized void addSubcomponents(ContelligentComponent component, DefaultMutableTreeNode node)(Code)



canAccessSystemClipboard
boolean canAccessSystemClipboard()(Code)
Returns true if it is safe to access the system Clipboard. If the environment is headless or the security manager does not allow access to the system clipboard, a private clipboard is used.



childComponentAdded
protected void childComponentAdded(ContelligentEvent event)(Code)



childComponentChanged
protected void childComponentChanged(ContelligentEvent event)(Code)



childComponentRemoved
protected void childComponentRemoved(ContelligentEvent event)(Code)



commit
public void commit()(Code)



compareNavigation
public int compareNavigation(Object o1, Object o2)(Code)
Only compares navigation nodes for next and previous and returns 0 if neither of the arguments is one.



componentChanged
protected void componentChanged(ContelligentEvent event)(Code)



createType
void createType(String actionType)(Code)



deleteType
void deleteType(String typeName, boolean force, boolean deleteComponent)(Code)



descendentComponentChanged
protected void descendentComponentChanged(ContelligentEvent event)(Code)



findTypeNameOfSelectedComponent
String findTypeNameOfSelectedComponent()(Code)



getActions
public Action[] getActions()(Code)



getBookmarkActions
public Action[] getBookmarkActions()(Code)
Array of bookmark related actions



getChild
public DefaultMutableTreeNode getChild(DefaultMutableTreeNode node, String childName)(Code)



getClipboard
Clipboard getClipboard(JComponent c)(Code)
Returns the clipboard to use for cut/copy/paste.



getDragAndDropActions
public int getDragAndDropActions()(Code)



getSelectedComponent
public ContelligentComponent getSelectedComponent()(Code)



init
public void init()(Code)



initialSelect
public void initialSelect()(Code)



navigate
void navigate(DefaultMutableTreeNode node)(Code)



onComponentAddAborted
public void onComponentAddAborted(ContelligentComponentDisplayEvent event)(Code)



onComponentAddInProgress
public void onComponentAddInProgress(ContelligentComponentDisplayEvent event)(Code)



onComponentAdded
public synchronized void onComponentAdded(ContelligentComponentEvent event)(Code)
This method is called when a component add event occurs. It has to check, if the component to add already exists or if a progress indicator exitst under the name of the newly added component.
Parameters:
  event -



onComponentChanged
public void onComponentChanged(ContelligentComponentEvent event)(Code)



onComponentEdit
public void onComponentEdit(ContelligentComponentDisplayEvent e)(Code)



onComponentLocked
public void onComponentLocked(ContelligentLockEvent event)(Code)



onComponentRemoveAborted
public void onComponentRemoveAborted(ContelligentComponentDisplayEvent event)(Code)



onComponentRemoveInProgress
public void onComponentRemoveInProgress(ContelligentComponentDisplayEvent event)(Code)



onComponentRemoved
public void onComponentRemoved(ContelligentComponentEvent event)(Code)



onComponentSelected
public void onComponentSelected(ContelligentComponentDisplayEvent event)(Code)



onComponentUnlocked
public void onComponentUnlocked(ContelligentLockEvent event)(Code)



onContextCreated
public void onContextCreated(ContextEvent e)(Code)



onContextDiscarded
public void onContextDiscarded(ContextEvent e)(Code)



onContextSwitched
public void onContextSwitched(ContextEvent e)(Code)



onTypeChanged
public void onTypeChanged(TypeEvent e)(Code)



onTypeCreated
public void onTypeCreated(TypeEvent e)(Code)



onTypeDeleted
public void onTypeDeleted(TypeEvent e)(Code)



openEditors
protected boolean openEditors()(Code)
Checks if there are any outstanding edit processes. If none, it returns false; else it opens an error dialog and returns true.



preview
void preview(String mode, boolean useLastPreviewConfiguration)(Code)



rollback
public void rollback()(Code)



selectComponent
public void selectComponent(ContelligentComponent component)(Code)



selectComponent
public void selectComponent(String path)(Code)



setActions
void setActions(Action[] actions)(Code)



setBrowseMode
public void setBrowseMode(int browseMode)(Code)



setDragAndDropActions
public void setDragAndDropActions(int dragAndDropActions)(Code)



setDropEnabled
public void setDropEnabled(boolean dropEnabled)(Code)
Enables or disabled dropping of components on the tree
Parameters:
  dropEnabled - true=drop is accepted, false=drop will be rejected



setEditable
public void setEditable(boolean editable)(Code)



setFilter
public void setFilter(ComponentFilter filter)(Code)



setGuiContainer
public void setGuiContainer(GUIContainer guiContainer)(Code)



setIsRootVisible
public void setIsRootVisible(boolean isRootVisible)(Code)



setMaxVisibleChildren
public void setMaxVisibleChildren(int maxVisibleChildren)(Code)



setMode
public void setMode(int mode)(Code)



setPathSelectionManager
public void setPathSelectionManager(PathSelectionManager pathSelectionManager)(Code)



setPreviewEditListener
public void setPreviewEditListener(boolean previewEditListener)(Code)



update
public void update()(Code)



updateActiveActionsCheckingWorkflowAndACL
void updateActiveActionsCheckingWorkflowAndACL()(Code)



updateComponent
protected void updateComponent()(Code)



Fields inherited from de.finix.contelligent.client.gui.AbstractComponentEditor
protected boolean editable(Code)(Java Doc)

Methods inherited from de.finix.contelligent.client.gui.AbstractComponentEditor
public void addActionListener(ActionListener listener)(Code)(Java Doc)
public void commit()(Code)(Java Doc)
public Iterator getActionListeners()(Code)(Java Doc)
public boolean isEditable()(Code)(Java Doc)
protected void notifyListeners()(Code)(Java Doc)
public void removeActionListener(ActionListener listener)(Code)(Java Doc)
public void rollback()(Code)(Java Doc)
public void setEditable(boolean editable)(Code)(Java Doc)
abstract protected void updateComponent()(Code)(Java Doc)

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