Java Doc for IUnDialog.java in  » J2EE » WiSerFramework » de » ug2t » unifiedGui » interfaces » 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 » J2EE » WiSerFramework » de.ug2t.unifiedGui.interfaces 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.ug2t.unifiedGui.interfaces.IUnDialog

All known Subclasses:   de.ug2t.channel.markup.generic.MuGenericDialog,  de.ug2t.channel.ho.server.generic.HoSrvGenericDialog,  de.ug2t.channel.ho.client.swing.HoSwingDialog,
IUnDialog
public interface IUnDialog extends IUnContainer,IUnLayouted,IUnComponent,IUnPanel,IUnGuiEventListener(Code)

author:
   Dirk
author:
   date: 30.08.2003 project: WiSer-Framework
author:
  


author:
   This is the common interface to dialogs
author:
  


Inner Class :public static class Factory

Field Summary
final public static  StringDIALOG_ACTIVATED
    
final public static  StringDIALOG_CLOSED
    
final public static  StringDIALOG_CLOSING
    
final public static  StringDIALOG_DEACTIVATED
    
final public static  StringDIALOG_DEICONIFIED
    
final public static  StringDIALOG_GETFOCUS
    
final public static  StringDIALOG_ICONIFIED
    
final public static  StringDIALOG_LOSTFOCUS
    
final public static  StringDIALOG_MOVED
    
final public static  StringDIALOG_OPENED
    
final public static  StringDIALOG_RESIZED
    


Method Summary
public  voidpcmf_displayDialog()
    

This function activates the dialog, that means the next render positions the dialogue of the active page.

public  booleanpcmf_getGenerateReshapeEvents()
    
public  Stringpcmf_getTitle()
    

Gets the title of the dialog.

public  voidpcmf_hideDialog()
    

Deactivates an activated dialog.

public  booleanpcmf_isDisplay()
    

Informs the caller whether the dialog is currently displayed or not.

public  booleanpcmf_isModal()
    
public  booleanpcmf_isResizable()
    
public  voidpcmf_setDecoration(boolean xDeco)
    
public  voidpcmf_setGenerateReshapeEvents(boolean xReshapes)
    

If a dialog is used within a mdi environment it may be reshaped.

public  voidpcmf_setModal(boolean xModal)
    
public  voidpcmf_setPosition(int xPos, int yPos, int xWi, int xHi)
    
public  voidpcmf_setResizable(boolean xSizable)
    
public  voidpcmf_setTitle(String xTitle)
    

Sets the title of the dialog.

public  voidpcmf_toFront()
    

Brings the dialog to front.


Field Detail
DIALOG_ACTIVATED
final public static String DIALOG_ACTIVATED(Code)



DIALOG_CLOSED
final public static String DIALOG_CLOSED(Code)



DIALOG_CLOSING
final public static String DIALOG_CLOSING(Code)



DIALOG_DEACTIVATED
final public static String DIALOG_DEACTIVATED(Code)



DIALOG_DEICONIFIED
final public static String DIALOG_DEICONIFIED(Code)



DIALOG_GETFOCUS
final public static String DIALOG_GETFOCUS(Code)



DIALOG_ICONIFIED
final public static String DIALOG_ICONIFIED(Code)



DIALOG_LOSTFOCUS
final public static String DIALOG_LOSTFOCUS(Code)



DIALOG_MOVED
final public static String DIALOG_MOVED(Code)



DIALOG_OPENED
final public static String DIALOG_OPENED(Code)



DIALOG_RESIZED
final public static String DIALOG_RESIZED(Code)





Method Detail
pcmf_displayDialog
public void pcmf_displayDialog()(Code)

This function activates the dialog, that means the next render positions the dialogue of the active page.




pcmf_getGenerateReshapeEvents
public boolean pcmf_getGenerateReshapeEvents()(Code)

Returns whether reshape events are generated or not

true or false




pcmf_getTitle
public String pcmf_getTitle()(Code)

Gets the title of the dialog.

xTitle




pcmf_hideDialog
public void pcmf_hideDialog()(Code)

Deactivates an activated dialog.




pcmf_isDisplay
public boolean pcmf_isDisplay()(Code)

Informs the caller whether the dialog is currently displayed or not.




pcmf_isModal
public boolean pcmf_isModal()(Code)

Returns whether the dialog is modal or not




pcmf_isResizable
public boolean pcmf_isResizable()(Code)

Informs about the resizability of the dialog




pcmf_setDecoration
public void pcmf_setDecoration(boolean xDeco)(Code)

Sets the dialog to have no decoration


Parameters:
  xDeco - true indicates that the dialog has a decoration, false does theopposite




pcmf_setGenerateReshapeEvents
public void pcmf_setGenerateReshapeEvents(boolean xReshapes)(Code)

If a dialog is used within a mdi environment it may be reshaped. Because the corresponding events lead to massive network traffic, they can be enabled and disabled separately.


Parameters:
  xReshapes - true or false




pcmf_setModal
public void pcmf_setModal(boolean xModal)(Code)

Sets the dialog to modal


Parameters:
  xModal - true indicates modal otherwise non modal




pcmf_setPosition
public void pcmf_setPosition(int xPos, int yPos, int xWi, int xHi)(Code)

Sets the position of the dialog


Parameters:
  xPos - position in x-direction
Parameters:
  yPos - position in y-direction
Parameters:
  xWi - width of the object
Parameters:
  xHi - height of the object




pcmf_setResizable
public void pcmf_setResizable(boolean xSizable)(Code)

Sets the dialog to be resizable


Parameters:
  xSizable - true indicates that the dialogue is resizable, false does theopposite




pcmf_setTitle
public void pcmf_setTitle(String xTitle)(Code)

Sets the title of the dialog. This can only be done while the dialog is not connected to a component tree


Parameters:
  xTitle - title of the dialog




pcmf_toFront
public void pcmf_toFront()(Code)

Brings the dialog to front.




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