Ribs API

com.ribs.plus
Class RJBrowserHpr

java.lang.Object
  extended bycom.ribs.RJHelper
      extended bycom.ribs.helpers.JScrollPaneHpr
          extended bycom.ribs.plus.RJBrowserHpr

public class RJBrowserHpr
extends com.ribs.helpers.JScrollPaneHpr

Provides Ribs management for RJBrowser.


Constructor Summary
RJBrowserHpr()
           
 
Method Summary
 void fromXML(javax.swing.JComponent aComponent, com.ribs.RXArchiver anArchiver, com.ribs.RXElement anElement)
          XML unarchival.
 java.lang.Object newInstance(com.ribs.RXElement anElement)
          Creates a new instance of class for given element.
 com.ribs.RXElement toXML(javax.swing.JComponent aComponent, com.ribs.RXArchiver anArchiver)
          XML archival.
 
Methods inherited from class com.ribs.helpers.JScrollPaneHpr
getComponent, getComponentCount
 
Methods inherited from class com.ribs.RJHelper
add, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getBoolValue, getCallback, getChangeListener, getColorValue, getFloatValue, getFocusListener, getForeground, getIntValue, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getStringValue, getSubstitutionClassString, getValue, initInstance, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, setValue, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeep
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RJBrowserHpr

public RJBrowserHpr()
Method Detail

newInstance

public java.lang.Object newInstance(com.ribs.RXElement anElement)
Creates a new instance of class for given element.


toXML

public com.ribs.RXElement toXML(javax.swing.JComponent aComponent,
                                com.ribs.RXArchiver anArchiver)
XML archival.


fromXML

public void fromXML(javax.swing.JComponent aComponent,
                    com.ribs.RXArchiver anArchiver,
                    com.ribs.RXElement anElement)
XML unarchival.


Ribs API.