Java Doc for SFrame.java in  » Swing-Library » wings3 » org » wings » 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 » Swing Library » wings3 » org.wings 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.wings.SComponent
      org.wings.SContainer
         org.wings.SRootContainer
            org.wings.SFrame

All known Subclasses:   org.wings.CmsFrame,
SFrame
public class SFrame extends SRootContainer implements PropertyChangeListener,LowLevelEventListener(Code)
The root component of every component hierarchy.

A SessionServlet requires an instance of SFrame to render the page. SFrame consists of some header informaton (meta, link, script) and a stack of components. The bottommost component of the stack is always the contentPane. When dialogs are to be shown, they are stacked on top of it.
author:
   Holger Engels,
author:
   Armin Haaf



Field Summary
protected  Listheaders
     A list of all header used by this frame.
protected  StringstatusLine
    
protected  StyleSheetstyleSheet
     the style sheet used in certain look and feels.
protected  Stringtitle
     The Title of the Frame.

Constructor Summary
public  SFrame()
    
public  SFrame(String title)
    

Method Summary
public  voidaddDynamicResource(DynamicResource d)
     Adds a dynamic ressoure.
public  voidaddHeader(Object headerElement)
    
public  voidaddHeader(int index, Object headerElement)
    
final public  voidaddInvalidLowLevelEventListener(SInvalidLowLevelEventListener l)
     Registers an SInvalidLowLevelEventListener in this frame.
public  voidclearHeaders()
     Removes all headers.
public  voidderegisterGlobalInputMapComponent(SComponent comp)
    
public  voidfireIntermediateEvents()
    
final public  voidfireInvalidLowLevelEventListener(LowLevelEventListener source)
    
public  Map<String, Object>getAutoAdjustLayout()
    
public  SButtongetBackButton()
     A button activated on detected browser back clicks.
public  DynamicResourcegetDynamicResource(Class c)
     Severeral Dynamic code Ressources are attached to a SFrame.
public  CollectiongetDynamicResources()
    
final public  StringgetEventEpoch()
    
public  SComponentgetFocus()
    
public  Set<SComponent>getGlobalInputMapComponents()
    
public  ListgetHeaders()
    
public  InputMapgetInputMap(int condition)
    
public  StringgetLogLevel()
    
public  SFramegetParentFrame()
     Return this.
final public  RequestURLgetRequestURL()
     Returns the base URL for a request to the WingsServlet.
public  StringgetTargetResource()
     Every externalized ressource has an id.
public  StringgetTitle()
     Title of this HTML page.
public  Map<String, Object>getUpdateCursor()
    
public  booleanhandleError(Throwable e)
     custom error handling.
public  Listheaders()
    
public  voidhide()
     Hides this frame.
protected  voidinitializeContentPane()
    
final public  voidinvalidate()
     Invalidate this frame by incrementing its event epoch.
public  voidinvite(ComponentVisitor visitor)
    
public  booleanisDebugJs()
    
public  booleanisEpochCheckEnabled()
    
public  booleanisFormContentPane()
     Tell wether the contentPane is an SForm.
public  booleanisNoCaching()
    
public  booleanisUpdateEnabled()
    
public  voidprocessLowLevelEvent(String name, String[] values)
    
public  voidpropertyChange(PropertyChangeEvent pe)
    
public  voidregisterGlobalInputMapComponent(SComponent comp)
    
final public  voidremoveDispatchListener(SInvalidLowLevelEventListener l)
     Removes the passed SInvalidLowLevelEventListener from this frame.
public  voidremoveDynamicResource(Class dynamicResourceClass)
     Removes the instance of the dynamic ressource of the given class.
public  booleanremoveHeader(Object headerElement)
    
public  voidsetAutoAdjustLayout(Map<String, Object> autoAdjustLayout)
    
public  voidsetBackButton(SButton defaultBackButton)
     This button allows you to programattically react on Back buttons pressed in the browser itselfs. This is a convenience method in contrast to SFrame.addInvalidLowLevelEventListener(SInvalidLowLevelEventListener) . While the listener throws an event on every detected component receiving an invalid request, this button is only activated if
  • Maximum once per request
  • Only if some time passed by to avoid double-clicks to be recognized as back button clicks.
Note: To work correctly you should set use GET posting SForm.setPostMethod(boolean) and use SFrame.setNoCaching(boolean) for no caching.
public  voidsetCG(FrameCG cg)
    
public  voidsetEpochCheckEnabled(boolean epochCheckEnabled)
    
public  voidsetFocus(SComponent focusOnComponent)
    
public  voidsetFormContentPane(boolean contentPaneForm)
     Determine wether the contentPane shall be an SForm.
public  voidsetInputMap(int condition, InputMap inputMap)
    
public  voidsetNoCaching(boolean noCaching)
     Typically you don't want any wings application to operate on old 'views' meaning old pages.
final public  voidsetRequestURL(RequestURL requestURL)
     Set server address.
public  voidsetStatusLine(String s)
    
public  voidsetTargetResource(String targetResource)
    
public  voidsetTitle(String title)
     Sets the title of this HTML page.
public  voidsetUpdateCursor(Map<String, Object> updateCursor)
    
public  voidsetUpdateEnabled(boolean enabled)
    
public  voidsetVisible(boolean visible)
     Shows or hide this frame.
public  voidshow()
     Shows this frame.
public  voidwrite(Device s)
    

Field Detail
headers
protected List headers(Code)
A list of all header used by this frame.



statusLine
protected String statusLine(Code)



styleSheet
protected StyleSheet styleSheet(Code)
the style sheet used in certain look and feels.



title
protected String title(Code)
The Title of the Frame.




Constructor Detail
SFrame
public SFrame()(Code)
Creates a new SFrame



SFrame
public SFrame(String title)(Code)
Creates a new SFrame
Parameters:
  title - Title of this frame, rendered in browser window title




Method Detail
addDynamicResource
public void addDynamicResource(DynamicResource d)(Code)
Adds a dynamic ressoure.
See Also:   SFrame.getDynamicResource(Class)



addHeader
public void addHeader(Object headerElement)(Code)
Add an Renderable into the header of the HTML page
Parameters:
  headerElement - is typically a org.wings.header.Link or DynamicResource.
See Also:   org.wings.header.Link



addHeader
public void addHeader(int index, Object headerElement)(Code)
Add an Renderable into the header of the HTML page at the desired index position
Parameters:
  headerElement - is typically a org.wings.header.Link or DynamicResource.
Parameters:
  index - index in header list to add this item
See Also:   org.wings.header.Link
See Also:   SFrame.getHeaders()



addInvalidLowLevelEventListener
final public void addInvalidLowLevelEventListener(SInvalidLowLevelEventListener l)(Code)
Registers an SInvalidLowLevelEventListener in this frame.
Parameters:
  l - The listener to notify about outdated reqests
See Also:   org.wings.event.InvalidLowLevelEvent



clearHeaders
public void clearHeaders()(Code)
Removes all headers. Be carful about what you do!
See Also:   SFrame.addHeader(Object)



deregisterGlobalInputMapComponent
public void deregisterGlobalInputMapComponent(SComponent comp)(Code)



fireIntermediateEvents
public void fireIntermediateEvents()(Code)



fireInvalidLowLevelEventListener
final public void fireInvalidLowLevelEventListener(LowLevelEventListener source)(Code)
Notify all SInvalidLowLevelEventListener about an outdated request on the passed component
Parameters:
  source - The SComponent received an outdated event
See Also:   org.wings.session.LowLevelEventDispatcher



getAutoAdjustLayout
public Map<String, Object> getAutoAdjustLayout()(Code)



getBackButton
public SButton getBackButton()(Code)
A button activated on detected browser back clicks. Returns the backButton.
See Also:   SFrame.setBackButton(SButton)



getDynamicResource
public DynamicResource getDynamicResource(Class c)(Code)
Severeral Dynamic code Ressources are attached to a SFrame.
See Frame.plaf for details, but in general you wil find attached to every SFrame a
  • A ReloadResource rendering the HTML-Code of all SComponents inside this frame.



getDynamicResources
public Collection getDynamicResources()(Code)
all dynamic script resources



getEventEpoch
final public String getEventEpoch()(Code)



getFocus
public SComponent getFocus()(Code)

See Also:   SFrame.setFocus(SComponent)



getGlobalInputMapComponents
public Set<SComponent> getGlobalInputMapComponents()(Code)



getHeaders
public List getHeaders()(Code)

See Also:   SFrame.addHeader(Object)



getInputMap
public InputMap getInputMap(int condition)(Code)



getLogLevel
public String getLogLevel()(Code)



getParentFrame
public SFrame getParentFrame()(Code)
Return this. this.



getRequestURL
final public RequestURL getRequestURL()(Code)
Returns the base URL for a request to the WingsServlet. This URL is used to assemble an URL that trigger events. In order to be used for this purpose, you've to add your parameters here.



getTargetResource
public String getTargetResource()(Code)
Every externalized ressource has an id. A frame is a ReloadResource. The id of this ReloadResource



getTitle
public String getTitle()(Code)
Title of this HTML page. Typically shown in the browsers window title. the current page title or an empty string if this page doesn't have a title.



getUpdateCursor
public Map<String, Object> getUpdateCursor()(Code)



handleError
public boolean handleError(Throwable e)(Code)
custom error handling. If you want to catch application errors, return true here.
Parameters:
  e - The throwable causing this. does this frame handle errors...



headers
public List headers()(Code)

See Also:   SFrame.addHeader(Object)SFrame.getHeaders()



hide
public void hide()(Code)
Hides this frame. This means it gets removed at the session.
See Also:   org.wings.session.Session.getFrames



initializeContentPane
protected void initializeContentPane()(Code)



invalidate
final public void invalidate()(Code)
Invalidate this frame by incrementing its event epoch. This method is called whenever a change took place inside this frame - that is whenever one of its child components has become dirty. In consequence each dynamic resource which is attached to this frame has to be externalized with a new "version-number".



invite
public void invite(ComponentVisitor visitor) throws Exception(Code)



isDebugJs
public boolean isDebugJs()(Code)



isEpochCheckEnabled
public boolean isEpochCheckEnabled()(Code)

See Also:   LowLevelEventListener.isEpochCheckEnabled



isFormContentPane
public boolean isFormContentPane()(Code)
Tell wether the contentPane is an SForm. true if the contentPane is an SForm, false otherwise



isNoCaching
public boolean isNoCaching()(Code)
true if the generated HTML code of this frame/page shouldnot be cached by browser, false if no according HTTP/HTML headersshould be rendered
See Also:   SFrame.setNoCaching(boolean)



isUpdateEnabled
public boolean isUpdateEnabled()(Code)



processLowLevelEvent
public void processLowLevelEvent(String name, String[] values)(Code)



propertyChange
public void propertyChange(PropertyChangeEvent pe)(Code)



registerGlobalInputMapComponent
public void registerGlobalInputMapComponent(SComponent comp)(Code)



removeDispatchListener
final public void removeDispatchListener(SInvalidLowLevelEventListener l)(Code)
Removes the passed SInvalidLowLevelEventListener from this frame.
Parameters:
  l - The listener to remove
See Also:   org.wings.event.InvalidLowLevelEvent



removeDynamicResource
public void removeDynamicResource(Class dynamicResourceClass)(Code)
Removes the instance of the dynamic ressource of the given class.
Parameters:
  dynamicResourceClass - Class of dynamic ressource to remove
See Also:   SFrame.getDynamicResource(Class)



removeHeader
public boolean removeHeader(Object headerElement)(Code)

See Also:   SFrame.addHeader(Object) true if this frame contained the specified header element.



setAutoAdjustLayout
public void setAutoAdjustLayout(Map<String, Object> autoAdjustLayout)(Code)



setBackButton
public void setBackButton(SButton defaultBackButton)(Code)
This button allows you to programattically react on Back buttons pressed in the browser itselfs. This is a convenience method in contrast to SFrame.addInvalidLowLevelEventListener(SInvalidLowLevelEventListener) . While the listener throws an event on every detected component receiving an invalid request, this button is only activated if
  • Maximum once per request
  • Only if some time passed by to avoid double-clicks to be recognized as back button clicks.
Note: To work correctly you should set use GET posting SForm.setPostMethod(boolean) and use SFrame.setNoCaching(boolean) for no caching. This will advise the browser to reload every back page.
Parameters:
  defaultBackButton - A button to trigger upon detected invalid epochs.



setCG
public void setCG(FrameCG cg)(Code)



setEpochCheckEnabled
public void setEpochCheckEnabled(boolean epochCheckEnabled)(Code)

See Also:   LowLevelEventListener.isEpochCheckEnabled



setFocus
public void setFocus(SComponent focusOnComponent)(Code)
Choose which component rendered inside this frame should gain the edit focus on next rendering This function is called by SComponent.requestFocus
Parameters:
  focusOnComponent - the component which requests the focus.



setFormContentPane
public void setFormContentPane(boolean contentPaneForm)(Code)
Determine wether the contentPane shall be an SForm. The property is true by default.
Parameters:
  contentPaneForm - true if the contentPane shall be an SForm, false otherwise



setInputMap
public void setInputMap(int condition, InputMap inputMap)(Code)



setNoCaching
public void setNoCaching(boolean noCaching)(Code)
Typically you don't want any wings application to operate on old 'views' meaning old pages. Hence all generated HTML pages (SFrame objects rendered through ReloadResource are marked as do not cache inside the HTTP response header and the generated HTML frame code.

If for any purpose (i.e. you a writing a read only application) you want th user to be able to work on old views then set this to false and Mark the according SComponents to be not epoch checked (i.e. SAbstractButton.setEpochCheckEnabled(boolean) )
Parameters:
  noCaching - The noCaching to set.
See Also:   LowLevelEventListener.isEpochCheckEnabled
See Also:   org.wings.session.LowLevelEventDispatcher




setRequestURL
final public void setRequestURL(RequestURL requestURL)(Code)
Set server address.



setStatusLine
public void setStatusLine(String s)(Code)



setTargetResource
public void setTargetResource(String targetResource)(Code)
Set the target resource



setTitle
public void setTitle(String title)(Code)
Sets the title of this HTML page. Typically shown in the browsers window title.
Parameters:
  title - The window title.



setUpdateCursor
public void setUpdateCursor(Map<String, Object> updateCursor)(Code)



setUpdateEnabled
public void setUpdateEnabled(boolean enabled)(Code)



setVisible
public void setVisible(boolean visible)(Code)
Shows or hide this frame. This means it gets (un)registered at the session.
See Also:   org.wings.session.Session.getFrames



show
public void show()(Code)
Shows this frame. This means it gets registered at the session.
See Also:   org.wings.session.Session.getFrames



write
public void write(Device s) throws IOException(Code)



Fields inherited from org.wings.SRootContainer
protected SContainer contentPane(Code)(Java Doc)
protected SContainer windowsPane(Code)(Java Doc)

Methods inherited from org.wings.SRootContainer
public SComponent addComponent(SComponent c, Object constraint, int index)(Code)(Java Doc)
public SContainer getContentPane()(Code)(Java Doc)
public int getWindowCount()(Code)(Java Doc)
public SContainer getWindowsPane()(Code)(Java Doc)
protected void initializeContentPane()(Code)(Java Doc)
protected void initializeWindowsPane()(Code)(Java Doc)
public SWindow popWindow()(Code)(Java Doc)
public void pushWindow(SWindow window)(Code)(Java Doc)
public void remove(SComponent c)(Code)(Java Doc)
public void removeWindow(SWindow window)(Code)(Java Doc)
public void setCG(RootContainerCG cg)(Code)(Java Doc)
public void setContentPane(SContainer container)(Code)(Java Doc)
protected void setWindowsPane(SContainer windowsPane)(Code)(Java Doc)

Methods inherited from org.wings.SContainer
public SComponent add(SComponent c)(Code)(Java Doc)
public void add(SComponent c, Object constraint)(Code)(Java Doc)
public SComponent add(SComponent c, int index)(Code)(Java Doc)
public void add(SComponent c, Object constraint, int index)(Code)(Java Doc)
public SComponent addComponent(SComponent c)(Code)(Java Doc)
public SComponent addComponent(SComponent c, Object constraint)(Code)(Java Doc)
public SComponent addComponent(SComponent c, int index)(Code)(Java Doc)
public SComponent addComponent(SComponent c, Object constraint, int index)(Code)(Java Doc)
public void addContainerListener(SContainerListener l)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public Object clone()(Code)(Java Doc)
protected void fireContainerEvent(int type, SComponent comp)(Code)(Java Doc)
public SComponent getComponent(int i)(Code)(Java Doc)
public int getComponentCount()(Code)(Java Doc)
protected ArrayList getComponentList()(Code)(Java Doc)
public SComponent[] getComponents()(Code)(Java Doc)
public Object getConstraintAt(int i)(Code)(Java Doc)
protected ArrayList getConstraintList()(Code)(Java Doc)
public SLayoutManager getLayout()(Code)(Java Doc)
public void invite(ComponentVisitor visitor) throws Exception(Code)(Java Doc)
public void inviteEachComponent(ComponentVisitor visitor) throws Exception(Code)(Java Doc)
protected boolean isShowingChildren()(Code)(Java Doc)
protected void processContainerEvent(SContainerListener listener, SContainerEvent e)(Code)(Java Doc)
public void remove(SComponent c)(Code)(Java Doc)
public void remove(int index)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
public void removeContainerListener(SContainerListener l)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public void setCG(ContainerCG cg)(Code)(Java Doc)
public void setLayout(SLayoutManager l)(Code)(Java Doc)
protected void setParentFrame(SFrame f)(Code)(Java Doc)
public void updateCG()(Code)(Java Doc)

Fields inherited from org.wings.SComponent
final public static int DONE_RENDERING(Code)(Java Doc)
final public static Selector SELECTOR_ALL(Code)(Java Doc)
final public static int START_RENDERING(Code)(Java Doc)
final public static int WHEN_FOCUSED_OR_ANCESTOR_OF_FOCUSED_COMPONENT(Code)(Java Doc)
final public static int WHEN_IN_FOCUSED_FRAME(Code)(Java Doc)
protected Map<Selector, Style> dynamicStyles(Code)(Java Doc)
protected boolean enabled(Code)(Java Doc)
protected boolean visible(Code)(Java Doc)

Methods inherited from org.wings.SComponent
final public void addComponentListener(SComponentListener l)(Code)(Java Doc)
public void addDynamicStyle(Style style)(Code)(Java Doc)
final protected void addEventListener(Class<T> type, T listener)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
final public void addParentFrameListener(SParentFrameListener l)(Code)(Java Doc)
final public void addRenderListener(SRenderListener renderListener)(Code)(Java Doc)
final public void addScriptListener(ScriptListener listener)(Code)(Java Doc)
public void addStyle(String additionalCssClassName)(Code)(Java Doc)
public Object clone()(Code)(Java Doc)
protected void fireComponentChangeEvent(SComponentEvent aEvent)(Code)(Java Doc)
public void fireFinalEvents()(Code)(Java Doc)
protected void fireKeyEvents()(Code)(Java Doc)
final public void fireRenderEvent(int type)(Code)(Java Doc)
public ActionMap getActionMap()(Code)(Java Doc)
public Color getBackground()(Code)(Java Doc)
public SBorder getBorder()(Code)(Java Doc)
public ComponentCG getCG()(Code)(Java Doc)
final public Object getClientProperty(Object key)(Code)(Java Doc)
public SPopupMenu getComponentPopupMenu()(Code)(Java Doc)
public Style getDynamicStyle(Selector selector)(Code)(Java Doc)
public Collection getDynamicStyles()(Code)(Java Doc)
public int getFocusTraversalIndex()(Code)(Java Doc)
public SFont getFont()(Code)(Java Doc)
public Color getForeground()(Code)(Java Doc)
public int getHorizontalAlignment()(Code)(Java Doc)
public InputMap getInputMap()(Code)(Java Doc)
public InputMap getInputMap(int condition)(Code)(Java Doc)
final protected int getListenerCount(Class type)(Code)(Java Doc)
final protected Object[] getListenerList()(Code)(Java Doc)
final public EventListener[] getListeners(Class<? extends EventListener> type)(Code)(Java Doc)
public String getLowLevelEventId()(Code)(Java Doc)
final public String getName()(Code)(Java Doc)
final public SContainer getParent()(Code)(Java Doc)
public SFrame getParentFrame()(Code)(Java Doc)
public SDimension getPreferredSize()(Code)(Java Doc)
public RequestURL getRequestURL()(Code)(Java Doc)
public boolean getResidesInForm()(Code)(Java Doc)
public List<ScriptListener> getScriptListenerList()(Code)(Java Doc)
public ScriptListener[] getScriptListeners()(Code)(Java Doc)
final public Session getSession()(Code)(Java Doc)
public boolean getShowAsFormComponent()(Code)(Java Doc)
public String getStyle()(Code)(Java Doc)
public String getToolTipText()(Code)(Java Doc)
public int getVerticalAlignment()(Code)(Java Doc)
public void invite(ComponentVisitor visitor) throws Exception(Code)(Java Doc)
protected static boolean isDifferent(Object oldObject, Object newObject)(Code)(Java Doc)
public boolean isEnabled()(Code)(Java Doc)
public boolean isFocusOwner()(Code)(Java Doc)
public boolean isRecursivelyVisible()(Code)(Java Doc)
public boolean isReloadForced()(Code)(Java Doc)
protected boolean isUpdatePossible()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
protected void processComponentEvent(SComponentListener listener, SComponentEvent e)(Code)(Java Doc)
protected boolean processKeyEvents(String[] values)(Code)(Java Doc)
protected void processLowLevelEvent(String name, String[] values)(Code)(Java Doc)
final public void putClientProperty(Object key, Object value)(Code)(Java Doc)
final void register()(Code)(Java Doc)
public void reload()(Code)(Java Doc)
final protected void reloadIfChange(Object oldVal, Object newVal)(Code)(Java Doc)
final protected void reloadIfChange(int oldVal, int newVal)(Code)(Java Doc)
final protected void reloadIfChange(boolean oldVal, boolean newVal)(Code)(Java Doc)
final protected void reloadIfChange(byte oldVal, byte newVal)(Code)(Java Doc)
final protected void reloadIfChange(short oldVal, short newVal)(Code)(Java Doc)
final protected void reloadIfChange(long oldVal, long newVal)(Code)(Java Doc)
final protected void reloadIfChange(float oldVal, float newVal)(Code)(Java Doc)
final protected void reloadIfChange(double oldVal, double newVal)(Code)(Java Doc)
final protected void reloadIfChange(char oldVal, char newVal)(Code)(Java Doc)
final public void removeComponentListener(SComponentListener l)(Code)(Java Doc)
public void removeDynamicStyle(Selector selector)(Code)(Java Doc)
final protected void removeEventListener(Class<T> type, T listener)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
final public void removeParentFrameListener(SParentFrameListener l)(Code)(Java Doc)
final public void removeRenderListener(SRenderListener renderListener)(Code)(Java Doc)
final public void removeScriptListener(ScriptListener listener)(Code)(Java Doc)
public void removeStyle(String cssStyleClassName)(Code)(Java Doc)
public void requestFocus()(Code)(Java Doc)
public void scrollRectToVisible(Rectangle aRect)(Code)(Java Doc)
public void setActionMap(ActionMap actionMap)(Code)(Java Doc)
public void setAttribute(String cssPropertyName, String value)(Code)(Java Doc)
public void setAttribute(CSSProperty property, String propertyValue)(Code)(Java Doc)
public void setAttribute(Selector selector, CSSProperty property, String propertyValue)(Code)(Java Doc)
public void setAttribute(Selector selector, CSSProperty property, SIcon icon)(Code)(Java Doc)
public void setAttribute(Selector selector, CSSProperty property, Color color)(Code)(Java Doc)
public void setAttributes(Selector selector, CSSAttributeSet attributes)(Code)(Java Doc)
public void setBackground(Color color)(Code)(Java Doc)
public void setBorder(SBorder border)(Code)(Java Doc)
public void setCG(ComponentCG newCG)(Code)(Java Doc)
public void setComponentPopupMenu(SPopupMenu popupMenu)(Code)(Java Doc)
public void setDynamicStyles(Collection dynamicStyles)(Code)(Java Doc)
public void setEnabled(boolean enabled)(Code)(Java Doc)
public void setFocusTraversalIndex(int index)(Code)(Java Doc)
public void setFont(SFont font)(Code)(Java Doc)
public void setForeground(Color color)(Code)(Java Doc)
public void setHorizontalAlignment(int alignment)(Code)(Java Doc)
public void setInputMap(InputMap inputMap)(Code)(Java Doc)
public void setInputMap(int condition, InputMap inputMap)(Code)(Java Doc)
public void setName(String uniqueName)(Code)(Java Doc)
public void setNameRaw(String uncheckedName)(Code)(Java Doc)
public void setParent(SContainer parent)(Code)(Java Doc)
protected void setParentFrame(SFrame parentFrame)(Code)(Java Doc)
public void setPreferredSize(SDimension preferredSize)(Code)(Java Doc)
public void setReloadForced(boolean forced)(Code)(Java Doc)
public void setShowAsFormComponent(boolean showAsFormComponent)(Code)(Java Doc)
public void setStyle(String cssClassName)(Code)(Java Doc)
public void setToolTipText(String t)(Code)(Java Doc)
public void setVerticalAlignment(int alignment)(Code)(Java Doc)
public void setVisible(boolean visible)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final void unregister()(Code)(Java Doc)
public void update(Update update)(Code)(Java Doc)
public void updateCG()(Code)(Java Doc)
public void write(Device s) throws IOException(Code)(Java Doc)

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.