Java Doc for AbstractApplicationEventDialog.java in  » Net » Terracotta » org » terracotta » dso » dialogs » 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 » Net » Terracotta » org.terracotta.dso.dialogs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.terracotta.dso.dialogs.AbstractApplicationEventDialog

All known Subclasses:   org.terracotta.dso.dialogs.AbstractLockDialog,  org.terracotta.dso.dialogs.NonPortableObjectDialog,
AbstractApplicationEventDialog
abstract public class AbstractApplicationEventDialog extends MessageDialog (Code)

Inner Class :class ConfigHelper extends ConfigurationHelper
Inner Class :class IssueTableSelectionListener extends SelectionAdapter
Inner Class :class IssueTreeSelectionListener extends SelectionAdapter
Inner Class :class ActionSelectionChangedHandler implements ISelectionChangedListener
Inner Class :class ActionCheckStateHandler implements ICheckStateListener
Inner Class :class ActionTreeContentProvider implements ITreeContentProvider
Inner Class :protected class IncludeRulePanel extends Composite implements SelectionListener

Field Summary
protected static  ImageBLANK_ICON
    
final protected static  IteratorEMPTY_ITERATOR
    
final protected static  StringEMPTY_STRING
    
final protected static  ImageHELP_ICON
    
final protected static  ImageNEVER_PORTABLE_ICON
    
final protected static  ImageNOT_PORTABLE_ICON
    
final protected static  ObjectNO_ACTION_ITEM
    
final protected static  MultiChangeSignallerNULL_SIGNALLER
    
final protected static  ImageOBJ_CYCLE_ICON
    
final protected static  ImagePORTABLE_ICON
    
final protected static  ImagePRE_INSTRUMENTED_ICON
    
final protected static  ImageRESOLVED_ICON
    
final protected static  ImageTRANSIENT_ICON
    
protected  CompositefActionPanel
    
protected  StackLayoutfActionStackLayout
    
protected  CheckboxTreeViewerfActionTreeViewer
    
protected  ConfigurationHelperfConfigHelper
    
protected  IncludeRulePanelfIncludeRuleView
    
protected  TablefIssueTable
    
protected  IJavaProjectfJavaProject
    
protected  TcConfigfNewConfig
    
protected  TreefObjectTree
    
protected  CLabelfSummaryLabel
    

Constructor Summary
public  AbstractApplicationEventDialog(Shell parentShell, String dialogTitle, AbstractApplicationEvent event, String[] buttonLabels, int defaultButtonIndex)
    

Method Summary
protected  booleananyActionSelected()
    
abstract protected  booleananySelectedActions()
    
protected  voidapply()
    
protected  voidbuttonPressed(int buttonId)
    
public  booleanclose()
    
abstract protected  AbstractResolutionAction[]createActions(AbstractWorkState workState)
    
protected  ControlcreateCustomArea(Composite parent)
    
abstract protected  voidcreateIssueDescriptionArea(Composite parent)
    
protected  IncludeensureIncludeRuleFor(String classExpr)
    
protected  AbstractResolutionAction[]getActions(AbstractWorkState state)
    
public  AbstractApplicationEventgetApplicationEvent()
    
protected  IDialogSettingsgetDialogBoundsSettings()
    
protected  IDialogSettingsgetDialogSettings()
    
abstract protected  StringgetDialogSettingsSectionName()
    
protected  FormToolkitgetFormToolkit()
    
abstract protected  voidhandleTreeSelectionChange()
    
protected  booleanhaveAnyActions()
    
protected  voidhideActionPanel()
    
protected  voidhideResolutionsPanel()
    
protected static  ImageimageFor(AbstractWorkState workState)
    
abstract protected  voidinitIssueList()
    
protected  voidinitTreeItem(TreeItem item, DefaultMutableTreeNode node)
    
protected  voidinitializeBounds()
    
protected  voidpersistSashWeights()
    
 voidpopulateTree()
    
protected  voidsetNoAction(boolean checked)
    
protected  voidshowResolutionsPanel()
    
protected  voidupdateButtons()
    
public  voidwidgetDefaultSelected(SelectionEvent e)
    

Field Detail
BLANK_ICON
protected static Image BLANK_ICON(Code)



EMPTY_ITERATOR
final protected static Iterator EMPTY_ITERATOR(Code)



EMPTY_STRING
final protected static String EMPTY_STRING(Code)



HELP_ICON
final protected static Image HELP_ICON(Code)



NEVER_PORTABLE_ICON
final protected static Image NEVER_PORTABLE_ICON(Code)



NOT_PORTABLE_ICON
final protected static Image NOT_PORTABLE_ICON(Code)



NO_ACTION_ITEM
final protected static Object NO_ACTION_ITEM(Code)



NULL_SIGNALLER
final protected static MultiChangeSignaller NULL_SIGNALLER(Code)



OBJ_CYCLE_ICON
final protected static Image OBJ_CYCLE_ICON(Code)



PORTABLE_ICON
final protected static Image PORTABLE_ICON(Code)



PRE_INSTRUMENTED_ICON
final protected static Image PRE_INSTRUMENTED_ICON(Code)



RESOLVED_ICON
final protected static Image RESOLVED_ICON(Code)



TRANSIENT_ICON
final protected static Image TRANSIENT_ICON(Code)



fActionPanel
protected Composite fActionPanel(Code)



fActionStackLayout
protected StackLayout fActionStackLayout(Code)



fActionTreeViewer
protected CheckboxTreeViewer fActionTreeViewer(Code)



fConfigHelper
protected ConfigurationHelper fConfigHelper(Code)



fIncludeRuleView
protected IncludeRulePanel fIncludeRuleView(Code)



fIssueTable
protected Table fIssueTable(Code)



fJavaProject
protected IJavaProject fJavaProject(Code)



fNewConfig
protected TcConfig fNewConfig(Code)



fObjectTree
protected Tree fObjectTree(Code)



fSummaryLabel
protected CLabel fSummaryLabel(Code)




Constructor Detail
AbstractApplicationEventDialog
public AbstractApplicationEventDialog(Shell parentShell, String dialogTitle, AbstractApplicationEvent event, String[] buttonLabels, int defaultButtonIndex)(Code)




Method Detail
anyActionSelected
protected boolean anyActionSelected()(Code)



anySelectedActions
abstract protected boolean anySelectedActions()(Code)



apply
protected void apply()(Code)



buttonPressed
protected void buttonPressed(int buttonId)(Code)



close
public boolean close()(Code)



createActions
abstract protected AbstractResolutionAction[] createActions(AbstractWorkState workState)(Code)



createCustomArea
protected Control createCustomArea(Composite parent)(Code)



createIssueDescriptionArea
abstract protected void createIssueDescriptionArea(Composite parent)(Code)



ensureIncludeRuleFor
protected Include ensureIncludeRuleFor(String classExpr)(Code)



getActions
protected AbstractResolutionAction[] getActions(AbstractWorkState state)(Code)



getApplicationEvent
public AbstractApplicationEvent getApplicationEvent()(Code)



getDialogBoundsSettings
protected IDialogSettings getDialogBoundsSettings()(Code)



getDialogSettings
protected IDialogSettings getDialogSettings()(Code)



getDialogSettingsSectionName
abstract protected String getDialogSettingsSectionName()(Code)



getFormToolkit
protected FormToolkit getFormToolkit()(Code)



handleTreeSelectionChange
abstract protected void handleTreeSelectionChange()(Code)



haveAnyActions
protected boolean haveAnyActions()(Code)



hideActionPanel
protected void hideActionPanel()(Code)



hideResolutionsPanel
protected void hideResolutionsPanel()(Code)



imageFor
protected static Image imageFor(AbstractWorkState workState)(Code)



initIssueList
abstract protected void initIssueList()(Code)



initTreeItem
protected void initTreeItem(TreeItem item, DefaultMutableTreeNode node)(Code)



initializeBounds
protected void initializeBounds()(Code)



persistSashWeights
protected void persistSashWeights()(Code)



populateTree
void populateTree()(Code)



setNoAction
protected void setNoAction(boolean checked)(Code)



showResolutionsPanel
protected void showResolutionsPanel()(Code)



updateButtons
protected void updateButtons()(Code)



widgetDefaultSelected
public void widgetDefaultSelected(SelectionEvent e)(Code)



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