|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.ou.kmi.buddyspace.gui
Class BSAutoScrollTextPane

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JEditorPane
javax.swing.JTextPane
edu.ou.kmi.buddyspace.utils.AutoScrollTextPane
edu.ou.kmi.buddyspace.gui.BSAutoScrollTextPane
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.Scrollable, java.io.Serializable
- public class BSAutoScrollTextPane
- extends edu.ou.kmi.buddyspace.utils.AutoScrollTextPane
- implements java.awt.event.ActionListener
- extends edu.ou.kmi.buddyspace.utils.AutoScrollTextPane
BSAutoScrollTextPane
extends AutoScrollTextPane
and provides additional BuddySpace styles and calls directly to BSMainFrame.
Nested Class Summary |
Nested classes inherited from class javax.swing.JEditorPane |
javax.swing.JEditorPane.AccessibleJEditorPane, javax.swing.JEditorPane.AccessibleJEditorPaneHTML, javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport |
Nested classes inherited from class javax.swing.text.JTextComponent |
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.JTextComponent.KeyBinding |
Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
protected BSMainFrame |
mainFrame
|
static java.lang.String |
URL_BUTTON_STYLE
|
Fields inherited from class edu.ou.kmi.buddyspace.utils.AutoScrollTextPane |
autoScrollDown, BUDDY_NICK_STYLE, doc, HTML_STYLE, MY_NICK_STYLE, NICK_STYLE, PRESENCE_STYLE, RECEIVED_XML_STYLE, REGULAR_STYLE, SEND_ERR_XML_STYLE, SENT_XML_STYLE, smileyFiles, smileyIcons, SMILEYS_STYLE, smileyStrs, smiliesBackHashtable, smiliesHashtable, TIME_STAMP_STYLE, URL_DESC_STYLE, URL_STYLE |
Fields inherited from class javax.swing.JEditorPane |
|
Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
BSAutoScrollTextPane(boolean autoScrollDown)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
This method is invoked when an action occurs. |
void |
append(java.lang.String str,
java.lang.String styleName)
Overloaded append function, which scrolls down |
protected void |
appendURLImpl(java.lang.String url)
|
protected void |
initStyles()
Inits styles |
void |
setMainFrame(BSMainFrame mainFrame)
Sets BSMainFrame to allow calling of actions |
Methods inherited from class edu.ou.kmi.buddyspace.utils.AutoScrollTextPane |
appendHTML, appendHTMLImpl, appendImpl, appendSmiley, clear, initSmilies, parseSmileys, scroll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
URL_BUTTON_STYLE
public static final java.lang.String URL_BUTTON_STYLE
- See Also:
- Constant Field Values
mainFrame
protected BSMainFrame mainFrame
Constructor Detail |
BSAutoScrollTextPane
public BSAutoScrollTextPane(boolean autoScrollDown)
Method Detail |
initStyles
protected void initStyles()
- Description copied from class:
edu.ou.kmi.buddyspace.utils.AutoScrollTextPane
- Inits styles
setMainFrame
public void setMainFrame(BSMainFrame mainFrame)
- Sets BSMainFrame to allow calling of actions
append
public void append(java.lang.String str, java.lang.String styleName)
- Overloaded append function, which scrolls down
appendURLImpl
protected void appendURLImpl(java.lang.String url)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Description copied from interface:
java.awt.event.ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
|
|||||||||
Home >> All >> edu >> ou >> kmi >> buddyspace >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |