Java Doc for Frame.java in  » IDE-Netbeans » visualweb.api.designer » org » netbeans » modules » visualweb » xhtml » 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 » IDE Netbeans » visualweb.api.designer » org.netbeans.modules.visualweb.xhtml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.modules.visualweb.xhtml.Object
   org.netbeans.modules.visualweb.xhtml.Frame

Frame
public class Frame (Code)
Frame is generated from xhtml.rng by Relaxer. This class is derived from:
 <element name="frame">
 <ref name="frame.attlist"/>
 </element>

version:
   xhtml.rng (Tue Apr 20 01:31:09 PDT 2004)
author:
   Relaxer 1.1b (http://www.relaxer.org)


Field Summary
final public static  StringFRAMEBORDER_0
    
final public static  StringFRAMEBORDER_1
    
final public static  StringNORESIZE_NORESIZE
    
final public static  StringSCROLLING_AUTO
    
final public static  StringSCROLLING_NO
    
final public static  StringSCROLLING_YES
    

Constructor Summary
public  Frame()
     Creates a Frame.

Method Summary
public  StringgetClassValue()
     Gets the String property classValue.
public  StringgetFrameborder()
     Gets the String property frameborder.
public  StringgetId()
     Gets the String property id.
public  StringgetLongdesc()
     Gets the String property longdesc.
public  StringgetMarginheight()
     Gets the String property marginheight.
public  StringgetMarginwidth()
     Gets the String property marginwidth.
public  StringgetNoresize()
     Gets the String property noresize.
public  StringgetScrolling()
     Gets the String property scrolling.
public  StringgetSrc()
     Gets the String property src.
public  StringgetStyle()
     Gets the String property style.
public  StringgetTitle()
     Gets the String property title.
public  voidsetClassValue(String classValue)
     Sets the String property classValue.
public  voidsetFrameborder(String frameborder)
     Sets the String property frameborder.
public  voidsetId(String id)
     Sets the String property id.
public  voidsetLongdesc(String longdesc)
     Sets the String property longdesc.
public  voidsetMarginheight(String marginheight)
     Sets the String property marginheight.
public  voidsetMarginwidth(String marginwidth)
     Sets the String property marginwidth.
public  voidsetNoresize(String noresize)
     Sets the String property noresize.
public  voidsetScrolling(String scrolling)
     Sets the String property scrolling.
public  voidsetSrc(String src)
     Sets the String property src.
public  voidsetStyle(String style)
     Sets the String property style.
public  voidsetTitle(String title)
     Sets the String property title.

Field Detail
FRAMEBORDER_0
final public static String FRAMEBORDER_0(Code)



FRAMEBORDER_1
final public static String FRAMEBORDER_1(Code)



NORESIZE_NORESIZE
final public static String NORESIZE_NORESIZE(Code)



SCROLLING_AUTO
final public static String SCROLLING_AUTO(Code)



SCROLLING_NO
final public static String SCROLLING_NO(Code)



SCROLLING_YES
final public static String SCROLLING_YES(Code)




Constructor Detail
Frame
public Frame()(Code)
Creates a Frame.




Method Detail
getClassValue
public String getClassValue()(Code)
Gets the String property classValue. String



getFrameborder
public String getFrameborder()(Code)
Gets the String property frameborder. String



getId
public String getId()(Code)
Gets the String property id. String



getLongdesc
public String getLongdesc()(Code)
Gets the String property longdesc. String



getMarginheight
public String getMarginheight()(Code)
Gets the String property marginheight. String



getMarginwidth
public String getMarginwidth()(Code)
Gets the String property marginwidth. String



getNoresize
public String getNoresize()(Code)
Gets the String property noresize. String



getScrolling
public String getScrolling()(Code)
Gets the String property scrolling. String



getSrc
public String getSrc()(Code)
Gets the String property src. String



getStyle
public String getStyle()(Code)
Gets the String property style. String



getTitle
public String getTitle()(Code)
Gets the String property title. String



setClassValue
public void setClassValue(String classValue)(Code)
Sets the String property classValue.
Parameters:
  classValue -



setFrameborder
public void setFrameborder(String frameborder)(Code)
Sets the String property frameborder.
Parameters:
  frameborder -



setId
public void setId(String id)(Code)
Sets the String property id.
Parameters:
  id -



setLongdesc
public void setLongdesc(String longdesc)(Code)
Sets the String property longdesc.
Parameters:
  longdesc -



setMarginheight
public void setMarginheight(String marginheight)(Code)
Sets the String property marginheight.
Parameters:
  marginheight -



setMarginwidth
public void setMarginwidth(String marginwidth)(Code)
Sets the String property marginwidth.
Parameters:
  marginwidth -



setNoresize
public void setNoresize(String noresize)(Code)
Sets the String property noresize.
Parameters:
  noresize -



setScrolling
public void setScrolling(String scrolling)(Code)
Sets the String property scrolling.
Parameters:
  scrolling -



setSrc
public void setSrc(String src)(Code)
Sets the String property src.
Parameters:
  src -



setStyle
public void setStyle(String style)(Code)
Sets the String property style.
Parameters:
  style -



setTitle
public void setTitle(String title)(Code)
Sets the String property title.
Parameters:
  title -



Fields inherited from org.netbeans.modules.visualweb.xhtml.Object
final public static String ALIGN_BOTTOM(Code)(Java Doc)
final public static String ALIGN_LEFT(Code)(Java Doc)
final public static String ALIGN_MIDDLE(Code)(Java Doc)
final public static String ALIGN_RIGHT(Code)(Java Doc)
final public static String ALIGN_TOP(Code)(Java Doc)
final public static String DECLARE_DECLARE(Code)(Java Doc)
final public static String DIR_LTR(Code)(Java Doc)
final public static String DIR_RTL(Code)(Java Doc)

Methods inherited from org.netbeans.modules.visualweb.xhtml.Object
public String getAlign()(Code)(Java Doc)
public String getArchive()(Code)(Java Doc)
public String getBorder()(Code)(Java Doc)
public String getClassValue()(Code)(Java Doc)
public String getClassid()(Code)(Java Doc)
public String getCodebase()(Code)(Java Doc)
public String getCodetype()(Code)(Java Doc)
public String getData()(Code)(Java Doc)
public String getDeclare()(Code)(Java Doc)
public String getDir()(Code)(Java Doc)
public String getHeight()(Code)(Java Doc)
public String getHspace()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public String getLang()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getOnclick()(Code)(Java Doc)
public String getOndblclick()(Code)(Java Doc)
public String getOnkeydown()(Code)(Java Doc)
public String getOnkeypress()(Code)(Java Doc)
public String getOnkeyup()(Code)(Java Doc)
public String getOnmousedown()(Code)(Java Doc)
public String getOnmousemove()(Code)(Java Doc)
public String getOnmouseout()(Code)(Java Doc)
public String getOnmouseover()(Code)(Java Doc)
public String getOnmouseup()(Code)(Java Doc)
public String getStandby()(Code)(Java Doc)
public String getStyle()(Code)(Java Doc)
public String getTabindex()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public String getType()(Code)(Java Doc)
public String getUsemap()(Code)(Java Doc)
public String getVspace()(Code)(Java Doc)
public String getWidth()(Code)(Java Doc)
public String getXmlLang()(Code)(Java Doc)
public void setAlign(String align)(Code)(Java Doc)
public void setArchive(String archive)(Code)(Java Doc)
public void setBorder(String border)(Code)(Java Doc)
public void setClassValue(String classValue)(Code)(Java Doc)
public void setClassid(String classid)(Code)(Java Doc)
public void setCodebase(String codebase)(Code)(Java Doc)
public void setCodetype(String codetype)(Code)(Java Doc)
public void setData(String data)(Code)(Java Doc)
public void setDeclare(String declare)(Code)(Java Doc)
public void setDir(String dir)(Code)(Java Doc)
public void setHeight(String height)(Code)(Java Doc)
public void setHspace(String hspace)(Code)(Java Doc)
public void setId(String id)(Code)(Java Doc)
public void setLang(String lang)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setOnclick(String onclick)(Code)(Java Doc)
public void setOndblclick(String ondblclick)(Code)(Java Doc)
public void setOnkeydown(String onkeydown)(Code)(Java Doc)
public void setOnkeypress(String onkeypress)(Code)(Java Doc)
public void setOnkeyup(String onkeyup)(Code)(Java Doc)
public void setOnmousedown(String onmousedown)(Code)(Java Doc)
public void setOnmousemove(String onmousemove)(Code)(Java Doc)
public void setOnmouseout(String onmouseout)(Code)(Java Doc)
public void setOnmouseover(String onmouseover)(Code)(Java Doc)
public void setOnmouseup(String onmouseup)(Code)(Java Doc)
public void setStandby(String standby)(Code)(Java Doc)
public void setStyle(String style)(Code)(Java Doc)
public void setTabindex(String tabindex)(Code)(Java Doc)
public void setTitle(String title)(Code)(Java Doc)
public void setType(String type)(Code)(Java Doc)
public void setUsemap(String usemap)(Code)(Java Doc)
public void setVspace(String vspace)(Code)(Java Doc)
public void setWidth(String width)(Code)(Java Doc)
public void setXmlLang(String xmlLang)(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.