| |
|
| java.lang.Object com.javelin.swinglets.SComponent com.javelin.swinglets.SContainer com.javelin.swinglets.SFrame
All known Subclasses: com.javelin.swinglets.SDialog, com.javelin.swinglets.plaf.html.HTMLFrameSetFrame,
SFrame | public class SFrame extends SContainer (Code) | | A Frame is a page. This can be a web frame, mobile phone page, UI Window. etc.
author: Robin Sharp |
Constructor Summary | |
public | SFrame(String name) Construct a fully qualified SFrame. | public | SFrame(SFrame frame) Construct a fully qualified SFrame. | public | SFrame() Construct a fully qualified SFrame. |
NEW | final public static String NEW(Code) | | Target a new Frame for reloading.
|
PARENT | final public static String PARENT(Code) | | Target the parent Frame for reloading.
|
SELF | final public static String SELF(Code) | | Target this Frame for reloading.
|
TOP | final public static String TOP(Code) | | Target this window for the Frame for reloading.
|
SFrame | public SFrame(String name)(Code) | | Construct a fully qualified SFrame. This is used to initialise
the top most frame. This binds the Frame to the SwingletManager.
|
SFrame | public SFrame(SFrame frame)(Code) | | Construct a fully qualified SFrame. This binds the Frame to the
SwingletManager.
|
SFrame | public SFrame()(Code) | | Construct a fully qualified SFrame. The parent frame will need setting
before this component can receive events, or this frame will need
ti be added to the SwingletManager directly.
|
addWindowListener | public synchronized SFrame addWindowListener(WindowListener listener)(Code) | | Adds the specified window listener to receive window events from
this window.
|
getActiveLinkColor | public Color getActiveLinkColor()(Code) | | Set the active link color of the Page.
If the color is null return the theme.getAcceleratorSelectedForeground()
|
getAuthor | public String getAuthor()(Code) | | Get the author of the Page.
|
getBackgroundIcon | public SIcon getBackgroundIcon()(Code) | | Set the background image of the Page.
|
getComponent | public SComponent getComponent(String name)(Code) | | Get a sub component by name. This will try to get a component from
the menu bar, then from the container.
|
getComponentUrl | public String getComponentUrl()(Code) | | Get the URL for this frame.
|
getDescription | public String getDescription()(Code) | | Get the description of the Page.
|
getLinkColor | public Color getLinkColor()(Code) | | Get the line color of the Page.
If the color is null return the theme.getAcceleratorForeground()
|
getMenuBar | public SMenuBar getMenuBar()(Code) | | Get the menu bar for this SFrame
|
getParentFrame | public SFrame getParentFrame()(Code) | | Get the Parent Frame
|
getTitle | public String getTitle()(Code) | | Get the title of the Page.
|
getTopLevelFrame | public SFrame getTopLevelFrame()(Code) | | Get the Parent Frame
|
getUIClass | public Class getUIClass()(Code) | | Returns the name of the L&F class that renders this component.
|
removeWindowListener | public synchronized SFrame removeWindowListener(WindowListener listener)(Code) | | Removes the specified window listener so that it no longer
receives window events from this window.
|
setActiveLinkColor | public SFrame setActiveLinkColor(Color activeLinkColor)(Code) | | Set the active link color of the Page.
|
setBackgroundIcon | public SFrame setBackgroundIcon(SIcon backgroundIcon)(Code) | | Set the background image of the Page.
|
setDescription | public SFrame setDescription(String description)(Code) | | Set the description of the Page.
|
setFrame | public SFrame setFrame(SFrame parentFrame)(Code) | | Set the Parent Frame. This is for use with the null constructor.
|
setLinkColor | public SFrame setLinkColor(Color linkColor)(Code) | | Set the link color of the Page.
|
Methods inherited from com.javelin.swinglets.SComponent | public SComponent addActionListener(ActionListener l)(Code)(Java Doc) public SComponent addComponentListener(ComponentListener listener)(Code)(Java Doc) public SComponent addFocusListener(FocusListener listener)(Code)(Java Doc) public SComponent addKeyListener(KeyListener listener)(Code)(Java Doc) public SComponent addMouseListener(MouseListener listener)(Code)(Java Doc) public SComponent addMouseMotionListener(MouseMotionListener listener)(Code)(Java Doc) public void addNotify()(Code)(Java Doc) public synchronized SComponent addPropertyChangeListener(PropertyChangeListener listener) throws TooManyListenersException(Code)(Java Doc) public synchronized SComponent addPropertyChangeListener(String propertyName, PropertyChangeListener listener) throws TooManyListenersException(Code)(Java Doc) public SComponent addScript(SScript script)(Code)(Java Doc) protected SComponent addUIListener(EventListener listener)(Code)(Java Doc) protected String constructComponentName()(Code)(Java Doc) public void dispatchEvent(AWTEvent event)(Code)(Java Doc) public boolean equals(Object object)(Code)(Java Doc) public void firePropertyChange()(Code)(Java Doc) final public void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, byte oldValue, byte newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, short oldValue, short newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, long oldValue, long newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, float oldValue, float newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, double oldValue, double newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) public SContainer getAncestorNamed(String name)(Code)(Java Doc) public SContainer getAncestorOfClass(Class clazz)(Code)(Java Doc) public SColor getBackground()(Code)(Java Doc) public SBorder getBorder()(Code)(Java Doc) public Enumeration getClientKeys()(Code)(Java Doc) final public Object getClientProperty(Object key)(Code)(Java Doc) final public Object getClientProperty(Object key, Object defaultValue)(Code)(Java Doc) public int getClientPropertyCount()(Code)(Java Doc) public SComponent getComponent(String name)(Code)(Java Doc) public String getComponentUrl()(Code)(Java Doc) public String getContentType()(Code)(Java Doc) public Cursor getCursor()(Code)(Java Doc) public SFont getFont()(Code)(Java Doc) public SColor getForeground()(Code)(Java Doc) public int getHorizontalAlignment()(Code)(Java Doc) public Locale getLocale()(Code)(Java Doc) public SLookAndFeel getLookAndFeel()(Code)(Java Doc) public String getName()(Code)(Java Doc) public SContainer getParent()(Code)(Java Doc) public int getScriptCount()(Code)(Java Doc) public Enumeration getScripts()(Code)(Java Doc) public Dimension getSize()(Code)(Java Doc) public SwingletManager getSwingletManager()(Code)(Java Doc) public int getTabIndex()(Code)(Java Doc) public String getToolTipText()(Code)(Java Doc) public SContainer getTopLevelAncestor()(Code)(Java Doc) public SComponentUI getUI()(Code)(Java Doc) public Class getUIClass()(Code)(Java Doc) public int getVerticalAlignment()(Code)(Java Doc) final protected boolean hasListeners()(Code)(Java Doc) final protected boolean hasListeners(String propertyName)(Code)(Java Doc) public int hashCode()(Code)(Java Doc) public boolean isCached()(Code)(Java Doc) public boolean isEnabled()(Code)(Java Doc) public boolean isFiringSuspended()(Code)(Java Doc) public boolean isOpaque()(Code)(Java Doc) public boolean isVisible()(Code)(Java Doc) public void onFirstPaint()(Code)(Java Doc) public void onPaintComponent()(Code)(Java Doc) public void onPaintComponentFooter()(Code)(Java Doc) public void onPaintComponentHeader()(Code)(Java Doc) public void onPaintHeader()(Code)(Java Doc) public void paint(Object out)(Code)(Java Doc) public void paintComponent(Object out)(Code)(Java Doc) public void paintComponentFooter(Object out)(Code)(Java Doc) public void paintComponentHeader(Object out)(Code)(Java Doc) public void paintHeader(Object out)(Code)(Java Doc) public void processActionEvent(ActionEvent event)(Code)(Java Doc) protected void processEvent(AWTEvent event)(Code)(Java Doc) final public SComponent putClientProperty(Object key, Object value)(Code)(Java Doc) public SComponent removeActionListener(ActionListener l)(Code)(Java Doc) public SComponent removeComponentListener(ComponentListener listener)(Code)(Java Doc) public SComponent removeFocusListener(FocusListener listener)(Code)(Java Doc) public SComponent removeKeyListener(KeyListener listener)(Code)(Java Doc) public SComponent removeMouseListener(MouseListener listener)(Code)(Java Doc) public SComponent removeMouseMotionListener(MouseMotionListener listener)(Code)(Java Doc) public void removeNotify()(Code)(Java Doc) public synchronized SComponent removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) public synchronized SComponent removePropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc) public SComponent removeScript(SScript script)(Code)(Java Doc) protected SComponent removeUIListener(EventListener listener)(Code)(Java Doc) public SComponent setBackground(SColor background)(Code)(Java Doc) public SComponent setBorder(SBorder border)(Code)(Java Doc) public void setCached(boolean cached)(Code)(Java Doc) public void setCursor(Cursor cursor)(Code)(Java Doc) public SComponent setEnabled(boolean enabled)(Code)(Java Doc) public void setFiringSuspended(boolean firingSuspended)(Code)(Java Doc) public SComponent setFont(String name, int style, int size)(Code)(Java Doc) public SComponent setFont(SFont font)(Code)(Java Doc) public SComponent setForeground(SColor foreground)(Code)(Java Doc) public SComponent setHorizontalAlignment(int horizontalAlignment)(Code)(Java Doc) public SComponent setLocale(Locale locale)(Code)(Java Doc) public SComponent setLookAndFeel(String lookAndFeel)(Code)(Java Doc) public SComponent setLookAndFeel(SLookAndFeel lookAndFeel)(Code)(Java Doc) public SComponent setName(String name)(Code)(Java Doc) public SComponent setOpaque(boolean opaque)(Code)(Java Doc) public SComponent setParent(SContainer parent)(Code)(Java Doc) public SComponent setSize(int width, int height)(Code)(Java Doc) public SComponent setSize(Dimension size)(Code)(Java Doc) public void setSwingletManager(SwingletManager swingletManager)(Code)(Java Doc) public SComponent setTabIndex(int tabIndex)(Code)(Java Doc) public SComponent setToolTipText(String toolTipText)(Code)(Java Doc) public SComponent setUI(SComponentUI ui)(Code)(Java Doc) public SComponent setValueAsText(String text)(Code)(Java Doc) public SComponent setVerticalAlignment(int verticalAlignment)(Code)(Java Doc) public SComponent setVisible(boolean visible)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|
|