|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHtmlFrameImplementation
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.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Method Detail |
---|
javax.swing.JTextPane getPane()
void insertString(int offset, java.lang.String str, javax.swing.text.AttributeSet attr)
offset
- the offsetstr
- the strattr
- the attrvoid remove(int offset, int length)
offset
- the offsetlength
- the lengthvoid setHtmlContent(java.lang.String html)
html
- the new html contentvoid setMaxWidth(int maxWidth)
maxWidth
- the new max width
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |