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


java.lang.Object
   org.netbeans.modules.visualweb.designer.WebForm

WebForm
public class WebForm implements Designer(Code)
Holds web-form related state.


author:
   Peter Zavadsky
author:
   Tor Norbye (the original code)


Inner Class :public static class DefaultDesignerEvent implements DesignerEvent



Method Summary
public  voidaddDesignerListener(DesignerListener l)
    
public  intadjustX(int x)
     Adjust the given mouse X position to account for insets in parent components etc., such that the resulting position matches the canvas pixel in the view the mouse is over.
public  intadjustY(int y)
     Adjust the given mouse X position to account for insets in parent components etc., such that the resulting position matches the canvas pixel in the view the mouse is over.
 booleancanDropComponentsAtNode(Element[] componentRootElements, Node node)
    
 booleancanHighlightComponentRootElement(Element componentRootElement)
    
 booleancanImport(JComponent comp, DataFlavor[] transferFlavors, Transferable transferable)
    
public  voidchangeNode(Node rendered, Node parent, Element[] changedElements)
    
public  voidclearDropMatch()
    
public  voidclearSelection(boolean update)
    
public  intcompareBoundaryPoints(Node endPointA, int offsetA, Node endPointB, int offsetB)
    
 intcomputeActions(Element dropeeComponentRootElement, Transferable transferable)
    
public  DomPositioncomputeNextPosition(DomPosition pos)
    
public  DomPositioncomputePreviousPosition(DomPosition pos)
    
public  voidcopyBoxForElement(Element fromElement, Element toElement)
    
public  DomPositioncreateDomPosition(Node node, int offset, Bias bias)
    
public  DomPositioncreateDomPosition(Node node, boolean after)
    
public  DomRangecreateDomRange(Node dotNode, int dotOffset, Node markNode, int markOffset)
    
 InlineEditorSupportcreateInlineEditorSupport(Element componentRootElement, String propertyName, String xpath)
    
public  JComponentcreatePaneComponent()
    
public  Designer.RenderContextcreateRenderContext()
    
public static  WebFormcreateWebForm(DomProvider domProvider)
    
public  voiddetachDomDocument()
    
public  BoxfindBox(int x, int y)
    
public  BoxfindBoxForComponentRootElement(Element componentRootElement)
    
public  BoxfindBoxForElement(Element element)
    
public  BoxfindBoxForSourceElement(Element sourceElement)
    
public  CssBoxfindCssBoxForElement(Element element)
     Locate the box that was created for the given element, if any.
public  WebFormfindExternalForm(URL url)
    
public  voidfinishInlineEditing(boolean cancel)
    
public  voidfireSelectionChanged(DesignerEvent evt)
    
public  voidfireUserActionPerformed(DesignerEvent evt)
    
public  voidfireUserElementClicked(DesignerClickEvent evt)
    
public  voidfireUserPopupActionPerformed(DesignerPopupEvent evt)
    
 DomPositionfirst(DomPosition dot, DomPosition mark)
    
public  URLgetBaseUrl()
    
public  ColorManagergetColors()
    
 ElementgetComponentRootElementEquivalentTo(Element oldComponentRootElement)
    
public static  ElementgetComponentRootElementForCssBox(CssBox cssBox)
     XXX #113773 Find component root element for specified box.
public  CssBoxgetCssBoxForElement(Element element)
    
public  DecorationgetDecoration(Element element)
    
public  intgetDefaultFontSize()
    
public  DomDocumentgetDomDocument()
     Gets the DomDocument associated with this webform.
public  DomProvidergetDomProvider()
    
public  DomProviderServicegetDomProviderService()
    
 intgetDropType(Element origDropeeComponentRootElement, Element droppeeElement, Transferable t, boolean linkOnly)
    
 intgetDropTypeForComponent(Element origDropeeComponentRootElement, Element droppeeElement, Element componentRootElement, boolean linkOnly)
    
public static  ElementgetElementForComponentRootCssBox(CssBox cssBox)
     XXX This will replace the JSF specific above methods. Gets associated element for the css box.
public  DomProvider[]getExternalDomProviders()
    
public  intgetGridHeight()
    
public  intgetGridTraceHeight()
    
public  intgetGridTraceWidth()
    
public  intgetGridWidth()
    
public  ElementgetHtmlBody()
    
public  org.w3c.dom.DocumentgetHtmlDom()
    
public  ImageCachegetImageCache()
    
public  CssBoxgetInitialFocusMarkCssBox()
    
public  InteractionManagergetManager()
     Return the interaction manager which is responsible for coordinating mouse and keyboard gestures with designer modes and actions.
public  BoxgetPageBox()
    
public  intgetPageSizeHeight()
    
public  intgetPageSizeWidth()
    
public  PaletteControllergetPaletteController()
    
public  DesignerPanegetPane()
    
public  ActionMapgetPaneActionMap()
    
public  DomRangegetPaneCaretRange()
    
public  PointgetPastePoint()
    
public  ElementgetPrimarySelectedComponent()
    
public  ElementgetPrimarySelection()
    
public  CellRendererPanegetRenderPane()
     Return a cell renderer pane suitable for use with the designer. Used to stamp out combo boxes etc.
public  Element[]getSelectedComponents()
    
public  ElementgetSelectedContainer()
    
public  intgetSelectedCount()
    
public  SelectionManagergetSelection()
    
public  booleanhasCachedFrameBoxes()
    
public  booleanhasPaneCaret()
    
public  booleanhasSelection()
    
 booleanimportData(JComponent comp, Transferable t, Point canvasPos, Node documentPosNode, int documentPosOffset, Dimension dimension, boolean isGrid, Element droppeeElement, Element dropeeComponentRootElement, int dropAction)
    
 voidimportString(String string, Point canvasPos, Node documentPosNode, int documentPosOffset, Dimension dimension, boolean isGrid, Element droppeeElement, Element dropeeComponentRootElement)
    
public  TransferableinlineCopyText(boolean isCut)
    
public  voidinlineEditComponents(Element[] componentRootElements)
    
public  voidinsertNode(Node rendered, Node parent)
    
public  voidinvokeDeleteNextCharAction(ActionEvent evt)
    
public  booleanisFormComponent(Element componentRootElement)
    
public  booleanisGridMode()
    
public  booleanisGridShow()
    
public  booleanisGridSnap()
    
public  booleanisInlineEditing()
    
public  booleanisInsideEditableRegion(DomPosition pos)
     Return true iff the position is within the editable portion of the document.
public  booleanisPaintSizeMask()
    
public  booleanisRenderedNode(Node node)
    
public  booleanisShowDecorations()
    
 DomPositionlast(DomPosition dot, DomPosition mark)
    
public  RectanglemodelToView(DomPosition pos)
     Converts the given location in the model to a place in the view coordinate system.
public  booleanmoveComponent(Element componentRootElement, Node parentNode, Node before)
    
 voidpaintDesignerDecorations(Graphics2D g)
    
public  voidpaneRequestFocus()
    
 intprocessLinks(Element origElement, Element componentRootElement)
    
public  voidredoPaneLayout(boolean immediate)
    
public  voidremoveDesignerListener(DesignerListener l)
    
public  voidremoveNode(Node previouslyRendered, Node parent)
    
public  voidresetAll()
    
public  voidresetPanePageBox()
    
public  URLresolveUrl(String urlString)
    
public  voidselectComponent(Element componentRootElement)
    
public  voidselectComponentDelayed(Element componentRootElement)
    
public  voidsetCssBoxForElement(Element element, CssBox box)
    
public  voidsetDefaultFontSize(int defaultFontSize)
    
public  voidsetGridHeight(int gridHeight)
    
public  voidsetGridShow(boolean gridShow)
    
public  voidsetGridSnap(boolean gridSnap)
    
public  voidsetGridTraceHeight(int gridTraceHeight)
    
public  voidsetGridTraceWidth(int gridTraceWidth)
    
public  voidsetGridWidth(int gridWidth)
    
public  voidsetInitialFocusMarkCssBox(CssBox cssBox)
    
public  voidsetPageSize(Dimension pageSize)
    
public  voidsetPaintSizeMask(boolean paintSizeMask)
    
public  voidsetPaneCaret(DomPosition pos)
    
public  voidsetPaneGrid(boolean gridMode)
    
public  voidsetSelectedComponents(Element[] componentRootElements, boolean update)
    
public  voidsetShowDecorations(boolean showDecorations)
    
public  voidshowDropMatch(Element componentRootElement, Element regionElement, int dropType)
    
public  intsnapX(int x, Box parent)
     Snap the given X position.
public  intsnapX(int x)
    
public  intsnapY(int y, Box parent)
     Snap the given Y position.
public  intsnapY(int y)
    
public  voidstartInlineEditing(Element componentRootElement, String propertyName)
    
public  voidsyncSelection(boolean update)
    
public  StringtoString()
    
public  voidupdatePaneViewPort()
    
public  voidupdateSelectedNodes()
    
public  DomPositionviewToModel(Point pt)
     Converts the given place in the view coordinate system to the nearest representative location in the model. The component must have a non-zero positive size for this translation to be computed.
Parameters:
  tc - the text component for which this UI is installed
Parameters:
  pt - the location in the view to translate.



Method Detail
addDesignerListener
public void addDesignerListener(DesignerListener l)(Code)



adjustX
public int adjustX(int x)(Code)
Adjust the given mouse X position to account for insets in parent components etc., such that the resulting position matches the canvas pixel in the view the mouse is over.



adjustY
public int adjustY(int y)(Code)
Adjust the given mouse X position to account for insets in parent components etc., such that the resulting position matches the canvas pixel in the view the mouse is over.



canDropComponentsAtNode
boolean canDropComponentsAtNode(Element[] componentRootElements, Node node)(Code)



canHighlightComponentRootElement
boolean canHighlightComponentRootElement(Element componentRootElement)(Code)



canImport
boolean canImport(JComponent comp, DataFlavor[] transferFlavors, Transferable transferable)(Code)



changeNode
public void changeNode(Node rendered, Node parent, Element[] changedElements)(Code)



clearDropMatch
public void clearDropMatch()(Code)



clearSelection
public void clearSelection(boolean update)(Code)



compareBoundaryPoints
public int compareBoundaryPoints(Node endPointA, int offsetA, Node endPointB, int offsetB)(Code)



computeActions
int computeActions(Element dropeeComponentRootElement, Transferable transferable)(Code)



computeNextPosition
public DomPosition computeNextPosition(DomPosition pos)(Code)



computePreviousPosition
public DomPosition computePreviousPosition(DomPosition pos)(Code)



copyBoxForElement
public void copyBoxForElement(Element fromElement, Element toElement)(Code)



createDomPosition
public DomPosition createDomPosition(Node node, int offset, Bias bias)(Code)



createDomPosition
public DomPosition createDomPosition(Node node, boolean after)(Code)



createDomRange
public DomRange createDomRange(Node dotNode, int dotOffset, Node markNode, int markOffset)(Code)



createInlineEditorSupport
InlineEditorSupport createInlineEditorSupport(Element componentRootElement, String propertyName, String xpath)(Code)



createPaneComponent
public JComponent createPaneComponent()(Code)



createRenderContext
public Designer.RenderContext createRenderContext()(Code)



createWebForm
public static WebForm createWebForm(DomProvider domProvider)(Code)



detachDomDocument
public void detachDomDocument()(Code)



findBox
public Box findBox(int x, int y)(Code)



findBoxForComponentRootElement
public Box findBoxForComponentRootElement(Element componentRootElement)(Code)



findBoxForElement
public Box findBoxForElement(Element element)(Code)



findBoxForSourceElement
public Box findBoxForSourceElement(Element sourceElement)(Code)



findCssBoxForElement
public CssBox findCssBoxForElement(Element element)(Code)
Locate the box that was created for the given element, if any. May return null if the element has not been rendered.



findExternalForm
public WebForm findExternalForm(URL url)(Code)



finishInlineEditing
public void finishInlineEditing(boolean cancel)(Code)



fireSelectionChanged
public void fireSelectionChanged(DesignerEvent evt)(Code)



fireUserActionPerformed
public void fireUserActionPerformed(DesignerEvent evt)(Code)



fireUserElementClicked
public void fireUserElementClicked(DesignerClickEvent evt)(Code)



fireUserPopupActionPerformed
public void fireUserPopupActionPerformed(DesignerPopupEvent evt)(Code)



first
DomPosition first(DomPosition dot, DomPosition mark)(Code)



getBaseUrl
public URL getBaseUrl()(Code)



getColors
public ColorManager getColors()(Code)
Return the color manager for the webform which stores color preferences and determines suitable colors for glyphs and nibs painted on top of the webform



getComponentRootElementEquivalentTo
Element getComponentRootElementEquivalentTo(Element oldComponentRootElement)(Code)



getComponentRootElementForCssBox
public static Element getComponentRootElementForCssBox(CssBox cssBox)(Code)
XXX #113773 Find component root element for specified box.



getCssBoxForElement
public CssBox getCssBoxForElement(Element element)(Code)



getDecoration
public Decoration getDecoration(Element element)(Code)



getDefaultFontSize
public int getDefaultFontSize()(Code)



getDomDocument
public DomDocument getDomDocument()(Code)
Gets the DomDocument associated with this webform.



getDomProvider
public DomProvider getDomProvider()(Code)



getDomProviderService
public DomProviderService getDomProviderService()(Code)



getDropType
int getDropType(Element origDropeeComponentRootElement, Element droppeeElement, Transferable t, boolean linkOnly)(Code)



getDropTypeForComponent
int getDropTypeForComponent(Element origDropeeComponentRootElement, Element droppeeElement, Element componentRootElement, boolean linkOnly)(Code)



getElementForComponentRootCssBox
public static Element getElementForComponentRootCssBox(CssBox cssBox)(Code)
XXX This will replace the JSF specific above methods. Gets associated element for the css box. It returns the element only if the specified box represents component top level element except lines, texts and spaces.



getExternalDomProviders
public DomProvider[] getExternalDomProviders()(Code)



getGridHeight
public int getGridHeight()(Code)



getGridTraceHeight
public int getGridTraceHeight()(Code)



getGridTraceWidth
public int getGridTraceWidth()(Code)



getGridWidth
public int getGridWidth()(Code)



getHtmlBody
public Element getHtmlBody()(Code)
Return the <body> element associated with the rendered HTML document



getHtmlDom
public org.w3c.dom.Document getHtmlDom()(Code)



getImageCache
public ImageCache getImageCache()(Code)
Return a cache of images for this document



getInitialFocusMarkCssBox
public CssBox getInitialFocusMarkCssBox()(Code)



getManager
public InteractionManager getManager()(Code)
Return the interaction manager which is responsible for coordinating mouse and keyboard gestures with designer modes and actions.



getPageBox
public Box getPageBox()(Code)



getPageSizeHeight
public int getPageSizeHeight()(Code)



getPageSizeWidth
public int getPageSizeWidth()(Code)



getPaletteController
public PaletteController getPaletteController()(Code)



getPane
public DesignerPane getPane()(Code)



getPaneActionMap
public ActionMap getPaneActionMap()(Code)



getPaneCaretRange
public DomRange getPaneCaretRange()(Code)



getPastePoint
public Point getPastePoint()(Code)



getPrimarySelectedComponent
public Element getPrimarySelectedComponent()(Code)



getPrimarySelection
public Element getPrimarySelection()(Code)



getRenderPane
public CellRendererPane getRenderPane()(Code)
Return a cell renderer pane suitable for use with the designer. Used to stamp out combo boxes etc. into offscreen buffers, since they refuse to paint themselves properly if they are not parented to a heavyweight component (e.g. JFrame). The CellRendererPane prevents additions/removals from causing unnecessary traffic and recomputations in other components.



getSelectedComponents
public Element[] getSelectedComponents()(Code)



getSelectedContainer
public Element getSelectedContainer()(Code)



getSelectedCount
public int getSelectedCount()(Code)



getSelection
public SelectionManager getSelection()(Code)



hasCachedFrameBoxes
public boolean hasCachedFrameBoxes()(Code)
Return true iff the document has cached frame boxes



hasPaneCaret
public boolean hasPaneCaret()(Code)



hasSelection
public boolean hasSelection()(Code)



importData
boolean importData(JComponent comp, Transferable t, Point canvasPos, Node documentPosNode, int documentPosOffset, Dimension dimension, boolean isGrid, Element droppeeElement, Element dropeeComponentRootElement, int dropAction)(Code)



importString
void importString(String string, Point canvasPos, Node documentPosNode, int documentPosOffset, Dimension dimension, boolean isGrid, Element droppeeElement, Element dropeeComponentRootElement)(Code)



inlineCopyText
public Transferable inlineCopyText(boolean isCut)(Code)



inlineEditComponents
public void inlineEditComponents(Element[] componentRootElements)(Code)



insertNode
public void insertNode(Node rendered, Node parent)(Code)



invokeDeleteNextCharAction
public void invokeDeleteNextCharAction(ActionEvent evt)(Code)



isFormComponent
public boolean isFormComponent(Element componentRootElement)(Code)



isGridMode
public boolean isGridMode()(Code)
Return whether or not grid mode is in effect



isGridShow
public boolean isGridShow()(Code)



isGridSnap
public boolean isGridSnap()(Code)



isInlineEditing
public boolean isInlineEditing()(Code)



isInsideEditableRegion
public boolean isInsideEditableRegion(DomPosition pos)(Code)
Return true iff the position is within the editable portion of the document.



isPaintSizeMask
public boolean isPaintSizeMask()(Code)



isRenderedNode
public boolean isRenderedNode(Node node)(Code)



isShowDecorations
public boolean isShowDecorations()(Code)



last
DomPosition last(DomPosition dot, DomPosition mark)(Code)



modelToView
public Rectangle modelToView(DomPosition pos)(Code)
Converts the given location in the model to a place in the view coordinate system. The component must have a non-zero positive size for this translation to be computed.
Parameters:
  tc - the text component for which this UI is installed
Parameters:
  pos - the local location in the model to translate >= 0 the coordinates as a rectangle, null if the model is not painted
exception:
  BadLocationException - if the given position does notrepresent a valid location in the associated document
See Also:   DesignerPaneBaseUI.modelToView



moveComponent
public boolean moveComponent(Element componentRootElement, Node parentNode, Node before)(Code)



paintDesignerDecorations
void paintDesignerDecorations(Graphics2D g)(Code)



paneRequestFocus
public void paneRequestFocus()(Code)



processLinks
int processLinks(Element origElement, Element componentRootElement)(Code)



redoPaneLayout
public void redoPaneLayout(boolean immediate)(Code)



removeDesignerListener
public void removeDesignerListener(DesignerListener l)(Code)



removeNode
public void removeNode(Node previouslyRendered, Node parent)(Code)



resetAll
public void resetAll()(Code)



resetPanePageBox
public void resetPanePageBox()(Code)



resolveUrl
public URL resolveUrl(String urlString)(Code)



selectComponent
public void selectComponent(Element componentRootElement)(Code)



selectComponentDelayed
public void selectComponentDelayed(Element componentRootElement)(Code)



setCssBoxForElement
public void setCssBoxForElement(Element element, CssBox box)(Code)



setDefaultFontSize
public void setDefaultFontSize(int defaultFontSize)(Code)



setGridHeight
public void setGridHeight(int gridHeight)(Code)



setGridShow
public void setGridShow(boolean gridShow)(Code)



setGridSnap
public void setGridSnap(boolean gridSnap)(Code)



setGridTraceHeight
public void setGridTraceHeight(int gridTraceHeight)(Code)



setGridTraceWidth
public void setGridTraceWidth(int gridTraceWidth)(Code)



setGridWidth
public void setGridWidth(int gridWidth)(Code)



setInitialFocusMarkCssBox
public void setInitialFocusMarkCssBox(CssBox cssBox)(Code)



setPageSize
public void setPageSize(Dimension pageSize)(Code)



setPaintSizeMask
public void setPaintSizeMask(boolean paintSizeMask)(Code)



setPaneCaret
public void setPaneCaret(DomPosition pos)(Code)



setPaneGrid
public void setPaneGrid(boolean gridMode)(Code)



setSelectedComponents
public void setSelectedComponents(Element[] componentRootElements, boolean update)(Code)



setShowDecorations
public void setShowDecorations(boolean showDecorations)(Code)



showDropMatch
public void showDropMatch(Element componentRootElement, Element regionElement, int dropType)(Code)



snapX
public int snapX(int x, Box parent)(Code)
Snap the given X position. If snap to grid is turned off, it simply returns the original position.
Parameters:
  x - The horizontal position to be snapped to the grid
Parameters:
  parent - A positioning parent to snap to, or null to usethe default viewport (0,0)



snapX
public int snapX(int x)(Code)



snapY
public int snapY(int y, Box parent)(Code)
Snap the given Y position. If snap to grid is turned off, it simply returns the original position.
Parameters:
  y - The vertical position to be snapped to the grid
Parameters:
  parent - A positioning parent to snap to, or null to usethe default viewport (0,0)



snapY
public int snapY(int y)(Code)



startInlineEditing
public void startInlineEditing(Element componentRootElement, String propertyName)(Code)



syncSelection
public void syncSelection(boolean update)(Code)



toString
public String toString()(Code)



updatePaneViewPort
public void updatePaneViewPort()(Code)



updateSelectedNodes
public void updateSelectedNodes()(Code)



viewToModel
public DomPosition viewToModel(Point pt)(Code)
Converts the given place in the view coordinate system to the nearest representative location in the model. The component must have a non-zero positive size for this translation to be computed.
Parameters:
  tc - the text component for which this UI is installed
Parameters:
  pt - the location in the view to translate. Thisshould be in the same coordinate system as the mouse events. the offset from the start of the document >= 0,-1 if not painted
See Also:   DesignerPaneBaseUI.viewToModel



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.