net.sf.jzeno.echo.components
Class NewsTicker
java.lang.Object
nextapp.echo.AbstractComponent
net.sf.jzeno.echo.components.CustomComponent
net.sf.jzeno.echo.components.NewsTicker
- All Implemented Interfaces:
- java.io.Serializable, BindingTarget, PropertyComponent, RebindableComponent, EventSink, EventSource, Precreation, Component, FastComponent, FastComponentContainer
public class NewsTicker
- extends CustomComponent
- implements FastComponent, Precreation
- See Also:
- Serialized Form
Fields inherited from interface nextapp.echo.Component |
BACKGROUND_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FONT_CHANGED_PROPERTY, FOREGROUND_CHANGED_PROPERTY, IDENTIFIER_CHANGED_PROPERTY, LOCALE_CHANGED_PROPERTY, MODEL_CHANGED_PROPERTY, SELECTABLE_CHANGED_PROPERTY, STYLE_BACKGROUND, STYLE_FONT, STYLE_FOREGROUND, UPDATE_PROPERTY, VISIBLE_CHANGED_PROPERTY |
Methods inherited from class net.sf.jzeno.echo.components.CustomComponent |
addValidator, fireActionEvent, fireActionEvent, fireActionEvent, getActionCommand, getBean, getBeanClass, getDecorator, getNullObject, getProperty, getValidationErrors, getValidators, getValue, isBound, isMarkedInvalid, isReadOnly, isRequired, isValid, markInvalid, markValid, preRender, rebind, removeValidator, setActionCommand, setBean, setBeanClass, setDecorator, setNullObject, setProperty, setReadOnly, setRequired, setValue, traceValue, validate |
Methods inherited from class nextapp.echo.AbstractComponent |
add, add, addHierarchyListener, addPropertyChangeListener, applyStyle, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getClientId, getComponent, getComponentCount, getComponents, getEchoInstance, getFont, getForeground, getIdentifier, getListenerList, getLocale, getParent, indexOf, init, isAncestorOf, isDifferent, isEnabled, isFocused, isRecursivelyVisible, isRegistered, isSelectableForScriptRecorder, isShowing, isVisible, processHierarchyEvent, remove, remove, removeAll, removeHierarchyListener, removePropertyChangeListener, setBackground, setClientId, setEnabled, setFocused, setFont, setForeground, setIdentifier, setLocale, setParent, setRegistered, setSelectableForScriptRecorder, setVisible, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLEFONT_CHANGED_PROPERTY
public static final java.lang.String TITLEFONT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
NEWSFONT_CHANGED_PROPERTY
public static final java.lang.String NEWSFONT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
NEWSBACKGROUND_CHANGED_PROPERTY
public static final java.lang.String NEWSBACKGROUND_CHANGED_PROPERTY
- See Also:
- Constant Field Values
NEWSFOREGROUND_CHANGED_PROPERTY
public static final java.lang.String NEWSFOREGROUND_CHANGED_PROPERTY
- See Also:
- Constant Field Values
TITLEBACKGROUND_CHANGED_PROPERTY
public static final java.lang.String TITLEBACKGROUND_CHANGED_PROPERTY
- See Also:
- Constant Field Values
TITLEFOREGROUND_CHANGED_PROPERTY
public static final java.lang.String TITLEFOREGROUND_CHANGED_PROPERTY
- See Also:
- Constant Field Values
BORDERCOLOR_CHANGED_PROPERTY
public static final java.lang.String BORDERCOLOR_CHANGED_PROPERTY
- See Also:
- Constant Field Values
BORDERSIZE_CHANGED_PROPERTY
public static final java.lang.String BORDERSIZE_CHANGED_PROPERTY
- See Also:
- Constant Field Values
TOP_CHANGED_PROPERTY
public static final java.lang.String TOP_CHANGED_PROPERTY
- See Also:
- Constant Field Values
LEFT_CHANGED_PROPERTY
public static final java.lang.String LEFT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
WIDTH_CHANGED_PROPERTY
public static final java.lang.String WIDTH_CHANGED_PROPERTY
- See Also:
- Constant Field Values
PADDING_CHANGED_PROPERTY
public static final java.lang.String PADDING_CHANGED_PROPERTY
- See Also:
- Constant Field Values
TITLE_CHANGED_PROPERTY
public static final java.lang.String TITLE_CHANGED_PROPERTY
- See Also:
- Constant Field Values
POLLINTERVAL_CHANGED_PROPERTY
public static final java.lang.String POLLINTERVAL_CHANGED_PROPERTY
- See Also:
- Constant Field Values
NEWSINTERVAL_CHANGED_PROPERTY
public static final java.lang.String NEWSINTERVAL_CHANGED_PROPERTY
- See Also:
- Constant Field Values
NewsTicker
public NewsTicker()
applyContext
public void applyContext()
- Specified by:
applyContext
in interface Precreation
getNewsBackground
public Color getNewsBackground()
setNewsBackground
public void setNewsBackground(Color newValue)
getBorderColor
public Color getBorderColor()
setBorderColor
public void setBorderColor(Color newValue)
getBorderSize
public int getBorderSize()
setBorderSize
public void setBorderSize(int newValue)
getNewsFont
public Font getNewsFont()
setNewsFont
public void setNewsFont(Font newValue)
getNewsForeground
public Color getNewsForeground()
setNewsForeground
public void setNewsForeground(Color newValue)
getLeft
public int getLeft()
setLeft
public void setLeft(int newValue)
getTop
public int getTop()
setTop
public void setTop(int newValue)
getPadding
public int getPadding()
setPadding
public void setPadding(int newValue)
getWidth
public int getWidth()
setWidth
public void setWidth(int newValue)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String newValue)
getTitleFont
public Font getTitleFont()
setTitleFont
public void setTitleFont(Font newValue)
getTitleBackground
public Color getTitleBackground()
setTitleBackground
public void setTitleBackground(Color newValue)
getTitleForeground
public Color getTitleForeground()
setTitleForeground
public void setTitleForeground(Color newValue)
getNewsInterval
public int getNewsInterval()
setNewsInterval
public void setNewsInterval(int newValue)
getPollInterval
public int getPollInterval()
setPollInterval
public void setPollInterval(int newValue)