Java Doc for IUnPage.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.IUnPage

All known Subclasses:   de.ug2t.channel.markup.generic.MuGenericPage,  de.ug2t.channel.ho.server.generic.HoSrvGenericPage,  de.ug2t.channel.ho.client.swing.HoSwingPage,
IUnPage
public interface IUnPage extends IUnIconView,IUnContainer,IUnLayouted,IUnComponent,IUnGuiEventListener,IUnPanel(Code)

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


author:
   IUnPage is the common interface to gui pages. A gui page is one of probably
author:
   several pages of an application. Each page is an container which consists of
author:
   different widgets. In MDI mode an application can show more than one page at
author:
   one time. In SDI mode only one page is showed by an application window at one
author:
   time.
author:
  


Inner Class :public static class Factory

Field Summary
final public static  StringPAGE_ACTIVATED
    
final public static  StringPAGE_CLOSED
    
final public static  StringPAGE_CLOSING
    
final public static  StringPAGE_DEACTIVATED
    
final public static  StringPAGE_DEICONIFIED
    
final public static  StringPAGE_ICONIFIED
    
final public static  StringPAGE_MAXIMIZED
    
final public static  StringPAGE_MOVED
    
final public static  StringPAGE_OPENED
    
final public static  StringPAGE_RESIZED
    
final public static  StringPAGE_WINDOWED
    


Method Summary
public  Stringpcmf_getExternalCss()
    
public  booleanpcmf_getGenerateReshapeEvents()
    
public  booleanpcmf_getOwnsMenu()
    
public  Stringpcmf_getTitle()
    

Gets the title of the page.

public  booleanpcmf_isCssSupported()
    
public  booleanpcmf_isMaximized()
    
public  voidpcmf_maximize(boolean xMax)
    

Return whether a MDI window is maximized or not.

public  voidpcmf_ownsMenu(boolean xOwns)
    

If a page owns its menu the menu is rendererd on top of the page in an MDI interface.

public  voidpcmf_setDefaultFocusWdg(UnComponent xWdg)
    
public  voidpcmf_setExternalCss(String xCss)
    
public  voidpcmf_setGenerateReshapeEvents(boolean xReshapes)
    

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

public  voidpcmf_setInnerPosition(int xPos, int yPos, int xWidth, int xHeigth)
    
public  UnComponentpcmf_setPosition(String xName, int xPos, int yPos, int xWidth, int xHeight, int xAlign)
    

Sets the position of a child-widget.

public  UnComponentpcmf_setPosition(UnComponent xObj, int xPos, int yPos, int xWidth, int xHeight, int xAlign)
    

Sets the position of a child-widget.

public  voidpcmf_setTitle(String xTitle)
    

Sets the title of the page.


Field Detail
PAGE_ACTIVATED
final public static String PAGE_ACTIVATED(Code)



PAGE_CLOSED
final public static String PAGE_CLOSED(Code)



PAGE_CLOSING
final public static String PAGE_CLOSING(Code)



PAGE_DEACTIVATED
final public static String PAGE_DEACTIVATED(Code)



PAGE_DEICONIFIED
final public static String PAGE_DEICONIFIED(Code)



PAGE_ICONIFIED
final public static String PAGE_ICONIFIED(Code)



PAGE_MAXIMIZED
final public static String PAGE_MAXIMIZED(Code)



PAGE_MOVED
final public static String PAGE_MOVED(Code)



PAGE_OPENED
final public static String PAGE_OPENED(Code)



PAGE_RESIZED
final public static String PAGE_RESIZED(Code)



PAGE_WINDOWED
final public static String PAGE_WINDOWED(Code)





Method Detail
pcmf_getExternalCss
public String pcmf_getExternalCss()(Code)

Gets the external CSS stylesheet reference




pcmf_getGenerateReshapeEvents
public boolean pcmf_getGenerateReshapeEvents()(Code)

Returns whether reshape events are generated or not


Parameters:
  xReshapes - true or false




pcmf_getOwnsMenu
public boolean pcmf_getOwnsMenu()(Code)

Return whether the page owns the menu or not

owns




pcmf_getTitle
public String pcmf_getTitle()(Code)

Gets the title of the page.

Title




pcmf_isCssSupported
public boolean pcmf_isCssSupported()(Code)

Return whether css is supported or not

css supported




pcmf_isMaximized
public boolean pcmf_isMaximized()(Code)

Sets an MDI window to full screen mode and back


Parameters:
  xMax - true or false




pcmf_maximize
public void pcmf_maximize(boolean xMax)(Code)

Return whether a MDI window is maximized or not.

css supported




pcmf_ownsMenu
public void pcmf_ownsMenu(boolean xOwns)(Code)

If a page owns its menu the menu is rendererd on top of the page in an MDI interface. If a page does not own the menu the menu is rendered on top of the desktoppane if the page is active.


Parameters:
  xOwns - true or false




pcmf_setDefaultFocusWdg
public void pcmf_setDefaultFocusWdg(UnComponent xWdg)(Code)

After activating a page the focus is set to the widget which is defined with this function


Parameters:
  xWdg - widget which requests the focus after the page has been activated




pcmf_setExternalCss
public void pcmf_setExternalCss(String xCss)(Code)

Sets an external CSS stylesheet reference




pcmf_setGenerateReshapeEvents
public void pcmf_setGenerateReshapeEvents(boolean xReshapes)(Code)

If a page 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_setInnerPosition
public void pcmf_setInnerPosition(int xPos, int yPos, int xWidth, int xHeigth)(Code)

If the page is displayed within an MDI Client this method sets the inner position of the page


Parameters:
  xPos - position in x-direction
Parameters:
  yPos - position in y-direction
Parameters:
  xWidth - width of the object
Parameters:
  xHeight - height of the object




pcmf_setPosition
public UnComponent pcmf_setPosition(String xName, int xPos, int yPos, int xWidth, int xHeight, int xAlign)(Code)

Sets the position of a child-widget. This function is only for internal use, please use 'pcmf_setGuiObjPosition'


Parameters:
  xName - child object name to reposition
Parameters:
  xPos - position in x-direction
Parameters:
  yPos - position in y-direction
Parameters:
  xWidth - width of the object
Parameters:
  xHeight - height of the object
Parameters:
  xAlign - alignment of the object as integer. Values of Java-SwingGridBagLayout are valid




pcmf_setPosition
public UnComponent pcmf_setPosition(UnComponent xObj, int xPos, int yPos, int xWidth, int xHeight, int xAlign)(Code)

Sets the position of a child-widget. This function is only for internal use, please use 'pcmf_setGuiObjPosition'


Parameters:
  xObj - child object to reposition
Parameters:
  xPos - position in x-direction
Parameters:
  yPos - position in y-direction
Parameters:
  xWidth - width of the object
Parameters:
  xHeight - height of the object
Parameters:
  xAlign - alignment of the object as integer. Values of Java-SwingGridBagLayout are valid




pcmf_setTitle
public void pcmf_setTitle(String xTitle)(Code)

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


Parameters:
  xTitle - title of the page




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