sferyx.administration.renderers
Class EditorHTMLDocument.EditorHTMLReader.InlineBlockAction

java.lang.Object
  extended by javax.swing.text.html.HTMLDocument.HTMLReader.TagAction
      extended by sferyx.administration.renderers.EditorHTMLDocument.EditorHTMLReader.InlineBlockAction
Enclosing class:
EditorHTMLDocument.EditorHTMLReader

public class EditorHTMLDocument.EditorHTMLReader.InlineBlockAction
extends javax.swing.text.html.HTMLDocument.HTMLReader.TagAction


Constructor Summary
EditorHTMLDocument.EditorHTMLReader.InlineBlockAction()
           
 
Method Summary
 void end(javax.swing.text.html.HTML.Tag t)
           
 void start(javax.swing.text.html.HTML.Tag t, javax.swing.text.MutableAttributeSet attr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorHTMLDocument.EditorHTMLReader.InlineBlockAction

public EditorHTMLDocument.EditorHTMLReader.InlineBlockAction()
Method Detail

start

public void start(javax.swing.text.html.HTML.Tag t,
                  javax.swing.text.MutableAttributeSet attr)
Overrides:
start in class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction

end

public void end(javax.swing.text.html.HTML.Tag t)
Overrides:
end in class javax.swing.text.html.HTMLDocument.HTMLReader.TagAction