synergynetframework.appsystem.contentsystem.items.implementation.interfaces
Interface IHtmlFrameImplementation

All Superinterfaces:
IContentItemImplementation, IFrameImplementation, IOrthoContentItemImplementation, IQuadContentItemImplementation
All Known Implementing Classes:
HtmlFrame, JMEHtmlFrame

public interface IHtmlFrameImplementation
extends IFrameImplementation

The Interface IHtmlFrameImplementation.


Method Summary
 javax.swing.JTextPane getPane()
          Gets the pane.
 void insertString(int offset, java.lang.String str, javax.swing.text.AttributeSet attr)
          Insert string.
 void remove(int offset, int length)
          Removes the.
 void setHtmlContent(java.lang.String html)
          Sets the html content.
 void setMaxWidth(int maxWidth)
          Sets the max width.
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IFrameImplementation
drawImage, drawImage, flushGraphics, getGraphicsContext, getImages, removeAllImages, removeImage
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IQuadContentItemImplementation
setAutoFitSize, setHeight, setWidth
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IOrthoContentItemImplementation
addBringToTopListener, addFlickListener, addItemListener, addOrthoControlPointRotateTranslateScaleListener, addScreenCursorListener, addSnapListener, allowMoreThanTwoToRotateAndScale, allowSingleTouchFreeMove, allowSnapToOccupiedLocation, centerItem, flick, getMaxScale, getMinScale, isFlickable, makeFlickable, makeUnflickable, placeRandom, removeBringToTopListeners, removeFlickListeners, removeItemListerner, removeOrthoControlPointRotateTranslateScaleListeners, removeScreenCursorListeners, removeSnapListeners, reset, rotateRandom, setAsBottomObject, setAsTopObject, setAsTopObjectAndBroadCastEvent, setBringToTopable, setFixLocations, setOrder, setRightClickDistance, setRotateTranslateScalable, setRotateTranslateScalable, setScaleLimit, setSingleTouchRotateTranslate, setSnapable, setTolerance, setZRotateLimit, turnOffEventDispatcher
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update
 

Method Detail

getPane

javax.swing.JTextPane getPane()
Gets the pane.

Returns:
the pane

insertString

void insertString(int offset,
                  java.lang.String str,
                  javax.swing.text.AttributeSet attr)
Insert string.

Parameters:
offset - the offset
str - the str
attr - the attr

remove

void remove(int offset,
            int length)
Removes the.

Parameters:
offset - the offset
length - the length

setHtmlContent

void setHtmlContent(java.lang.String html)
Sets the html content.

Parameters:
html - the new html content

setMaxWidth

void setMaxWidth(int maxWidth)
Sets the max width.

Parameters:
maxWidth - the new max width