Java Doc for ControlServerHelper.java in  » Web-Server » Jigsaw » org » w3c » jigadmin » editors » 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 » Web Server » Jigsaw » org.w3c.jigadmin.editors 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JToolBar
   org.w3c.jigadmin.editors.ControlServerHelper

ControlServerHelper
public class ControlServerHelper extends JToolBar implements ServerHelperInterface,ResourceActionSource(Code)
The server helper for the control resource.
version:
   $Revision: 1.12 $
author:
   Benoît Mahé (bmahe@w3.org)


Field Summary
final protected static  StringADD_A
    
final protected static  StringDELE_A
    
final protected static  StringEDIT_A
    
final protected static  StringHELP_A
    
final protected static  StringREFE_A
    
final protected static  StringREIN_A
    
final protected static  StringSAVE_A
    
final protected static  StringSTOP_A
    
protected  StringaddBTT
    
 ActionListeneral
     Our internal ActionListener.
 booleanbuilt
    
protected  RemoteResourceWrappercontrol
    
protected  StringdeleBTT
    
protected  StringeditBTT
    
protected  StringhelpBTT
    
protected  Vectorlisteners
    
protected  Stringname
    
protected  StringrefeBTT
    
protected  StringreinBTT
    
 booleanres_op_enabled
    
protected  StringsaveBTT
    
protected  StringstopBTT
    
protected  Stringtooltip
    

Constructor Summary
public  ControlServerHelper()
     Constructor.

Method Summary
public  voidaddResourceActionListener(ResourceActionListener listener)
     Add a ResourceActionListener.
protected  voidbuild()
     Build the interface.
protected  voidfireResourceEvent(int type)
     Fire a resource event.
public  ComponentgetComponent()
    
public  StringgetName()
     Get the helper name.
public  StringgetToolTip()
    
public  voidinitialize(String name, RemoteResourceWrapper rrw, Properties p)
     Initialize this editor.
public  voidremoveResourceActionListener(ResourceActionListener listener)
     Remove a ResourceActionListener.
public  voidsetAddToolTipText(String tooltip)
     Set the tooltip for the add button.
public  voidsetDeleteToolTipText(String tooltip)
     Set the tooltip for the delete button.
public  voidsetEditToolTipText(String tooltip)
     Set the tooltip for the edit button.
public  voidsetHelpToolTipText(String tooltip)
     Set the tooltip for the help button.
public  voidsetReferenceToolTipText(String tooltip)
     Set the tooltip for the information button.
public  voidsetReindexToolTipText(String tooltip)
     Set the tooltip for the reindex button.
public  voidsetResOpEnabled(boolean onoff)
     Enable or disable the resource operations.
public  voidsetSaveToolTipText(String tooltip)
     Set the tooltip for the save button.
public  voidsetStopToolTipText(String tooltip)
     Set the tooltip for the stop button.

Field Detail
ADD_A
final protected static String ADD_A(Code)



DELE_A
final protected static String DELE_A(Code)



EDIT_A
final protected static String EDIT_A(Code)



HELP_A
final protected static String HELP_A(Code)



REFE_A
final protected static String REFE_A(Code)



REIN_A
final protected static String REIN_A(Code)



SAVE_A
final protected static String SAVE_A(Code)



STOP_A
final protected static String STOP_A(Code)



addBTT
protected String addBTT(Code)



al
ActionListener al(Code)
Our internal ActionListener.



built
boolean built(Code)



control
protected RemoteResourceWrapper control(Code)



deleBTT
protected String deleBTT(Code)



editBTT
protected String editBTT(Code)



helpBTT
protected String helpBTT(Code)



listeners
protected Vector listeners(Code)



name
protected String name(Code)



refeBTT
protected String refeBTT(Code)



reinBTT
protected String reinBTT(Code)



res_op_enabled
boolean res_op_enabled(Code)



saveBTT
protected String saveBTT(Code)



stopBTT
protected String stopBTT(Code)



tooltip
protected String tooltip(Code)




Constructor Detail
ControlServerHelper
public ControlServerHelper()(Code)
Constructor.




Method Detail
addResourceActionListener
public void addResourceActionListener(ResourceActionListener listener)(Code)
Add a ResourceActionListener.
Parameters:
  listener - the ResourceActionListener to add



build
protected void build()(Code)
Build the interface.



fireResourceEvent
protected void fireResourceEvent(int type)(Code)
Fire a resource event.
Parameters:
  type - the resource event type
See Also:   org.w3c.jigadmin.event.ResourceActionEvent



getComponent
public Component getComponent()(Code)
Get the helper Component a Component instance



getName
public String getName()(Code)
Get the helper name. a String instance



getToolTip
public String getToolTip()(Code)
Get the helper tooltip a String



initialize
public void initialize(String name, RemoteResourceWrapper rrw, Properties p)(Code)
Initialize this editor.
Parameters:
  name - the editor name
Parameters:
  rrw - the RemoteResourceWrapper wrapping the editor node.
Parameters:
  p - the editor properties



removeResourceActionListener
public void removeResourceActionListener(ResourceActionListener listener)(Code)
Remove a ResourceActionListener.
Parameters:
  listener - the ResourceActionListener to remove



setAddToolTipText
public void setAddToolTipText(String tooltip)(Code)
Set the tooltip for the add button.
Parameters:
  tooltip - the tooltip



setDeleteToolTipText
public void setDeleteToolTipText(String tooltip)(Code)
Set the tooltip for the delete button.
Parameters:
  tooltip - the tooltip



setEditToolTipText
public void setEditToolTipText(String tooltip)(Code)
Set the tooltip for the edit button.
Parameters:
  tooltip - the tooltip



setHelpToolTipText
public void setHelpToolTipText(String tooltip)(Code)
Set the tooltip for the help button.
Parameters:
  tooltip - the tooltip



setReferenceToolTipText
public void setReferenceToolTipText(String tooltip)(Code)
Set the tooltip for the information button.
Parameters:
  tooltip - the tooltip



setReindexToolTipText
public void setReindexToolTipText(String tooltip)(Code)
Set the tooltip for the reindex button.
Parameters:
  tooltip - the tooltip



setResOpEnabled
public void setResOpEnabled(boolean onoff)(Code)
Enable or disable the resource operations.
Parameters:
  onoff - a boolean.



setSaveToolTipText
public void setSaveToolTipText(String tooltip)(Code)
Set the tooltip for the save button.
Parameters:
  tooltip - the tooltip



setStopToolTipText
public void setStopToolTipText(String tooltip)(Code)
Set the tooltip for the stop button.
Parameters:
  tooltip - the tooltip



Methods inherited from javax.swing.JToolBar
public JButton add(Action a)(Code)(Java Doc)
protected void addImpl(Component comp, Object constraints, int index)(Code)(Java Doc)
public void addSeparator()(Code)(Java Doc)
public void addSeparator(Dimension size)(Code)(Java Doc)
protected PropertyChangeListener createActionChangeListener(JButton b)(Code)(Java Doc)
protected JButton createActionComponent(Action a)(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public Component getComponentAtIndex(int i)(Code)(Java Doc)
public int getComponentIndex(Component c)(Code)(Java Doc)
public Insets getMargin()(Code)(Java Doc)
public int getOrientation()(Code)(Java Doc)
public ToolBarUI getUI()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
public boolean isBorderPainted()(Code)(Java Doc)
public boolean isFloatable()(Code)(Java Doc)
public boolean isRollover()(Code)(Java Doc)
protected void paintBorder(Graphics g)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void setBorderPainted(boolean b)(Code)(Java Doc)
public void setFloatable(boolean b)(Code)(Java Doc)
public void setLayout(LayoutManager mgr)(Code)(Java Doc)
public void setMargin(Insets m)(Code)(Java Doc)
public void setOrientation(int o)(Code)(Java Doc)
public void setRollover(boolean rollover)(Code)(Java Doc)
public void setUI(ToolBarUI ui)(Code)(Java Doc)
public void updateUI()(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.