| |
|
| java.lang.Object org.millstone.base.ui.AbstractComponent org.millstone.base.ui.AbstractComponentContainer org.millstone.base.ui.Panel org.millstone.base.ui.Window org.millstone.base.ui.FrameWindow
FrameWindow | public class FrameWindow extends Window (Code) | | An application frame window component. This component implements a
window that contains a hierarchical set of frames. Each frame can contain
a web-page, window or a set of frames that divides the space horizontally
or vertically.
A FrameWindow can't contain any components directly (as
it contains only a set of frames) and thus the container interface
methods do nothing.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
Inner Class :public class Frame | |
Inner Class :public class Frameset extends Frame | |
Method Summary | |
public void | addComponent(Component c) Frame window does not support adding components directly. | public Frameset | getFrameset() Gets the main frameset of the window. | public String | getTag() Gets the window's UIDL tag. | public boolean | isScrollable() Frame windows does not support scrolling. | public void | paintContent(PaintTarget target) Paints the window contents. | public void | setApplication(Application application) Setting the application for frame window also sets the application
for all the frames. | public void | setScrollOffsetX(int pixelsScrolledLeft) Frame windows does not support scrolling. | public void | setScrollOffsetY(int pixelsScrolledDown) Frame windows does not support scrolling. | public void | setScrollable(boolean isScrollingEnabled) Frame windows does not support scrolling. |
FrameWindow | public FrameWindow()(Code) | | Constructs a new frame window.
|
FrameWindow | public FrameWindow(String caption)(Code) | | Constructs a new frame window.
Parameters: caption - title of the window |
getFrameset | public Frameset getFrameset()(Code) | | Gets the main frameset of the window. This set contains all the
top-level frames of the window. New contents are added by adding
frames to this frameset.
top-level frame set of this frame window |
getTag | public String getTag()(Code) | | Gets the window's UIDL tag.
window's UIDL tag as String |
isScrollable | public boolean isScrollable()(Code) | | Frame windows does not support scrolling.
|
Methods inherited from org.millstone.base.ui.AbstractComponent | public void addListener(RepaintRequestListener listener)(Code)(Java Doc) public void addListener(Class eventType, Object object, Method method)(Code)(Java Doc) public void addListener(Class eventType, Object object, String methodName)(Code)(Java Doc) public void addListener(Component.Listener listener)(Code)(Java Doc) public void attach()(Code)(Java Doc) public void changeVariables(Object source, Map variables)(Code)(Java Doc) public void childRequestedRepaint(Collection alreadyNotified)(Code)(Java Doc) public void dependsOn(VariableOwner depended)(Code)(Java Doc) public void detach()(Code)(Java Doc) protected void fireComponentErrorEvent()(Code)(Java Doc) protected void fireComponentEvent()(Code)(Java Doc) protected void fireEvent(Component.Event event)(Code)(Java Doc) public Application getApplication()(Code)(Java Doc) public String getCaption()(Code)(Java Doc) public ErrorMessage getComponentError()(Code)(Java Doc) public Object getData()(Code)(Java Doc) public String getDescription()(Code)(Java Doc) public Set getDirectDependencies()(Code)(Java Doc) public ErrorMessage getErrorMessage()(Code)(Java Doc) public Resource getIcon()(Code)(Java Doc) public Locale getLocale()(Code)(Java Doc) public Component getParent()(Code)(Java Doc) public String getStyle()(Code)(Java Doc) abstract public String getTag()(Code)(Java Doc) public Window getWindow()(Code)(Java Doc) public boolean isEnabled()(Code)(Java Doc) public boolean isImmediate()(Code)(Java Doc) public boolean isReadOnly()(Code)(Java Doc) public boolean isVisible()(Code)(Java Doc) final public void paint(PaintTarget target) throws PaintException(Code)(Java Doc) public void paintContent(PaintTarget target) throws PaintException(Code)(Java Doc) public void removeDirectDependency(VariableOwner depended)(Code)(Java Doc) public void removeListener(RepaintRequestListener listener)(Code)(Java Doc) public void removeListener(Class eventType, Object target)(Code)(Java Doc) public void removeListener(Class eventType, Object target, Method method)(Code)(Java Doc) public void removeListener(Class eventType, Object target, String methodName)(Code)(Java Doc) public void removeListener(Component.Listener listener)(Code)(Java Doc) public void requestRepaint()(Code)(Java Doc) public void requestRepaintRequests()(Code)(Java Doc) public void setCaption(String caption)(Code)(Java Doc) public void setComponentError(ErrorMessage componentError)(Code)(Java Doc) public void setData(Object data)(Code)(Java Doc) public void setDescription(String description)(Code)(Java Doc) public void setEnabled(boolean enabled)(Code)(Java Doc) public void setIcon(Resource icon)(Code)(Java Doc) public void setImmediate(boolean immediate)(Code)(Java Doc) public void setLocale(Locale locale)(Code)(Java Doc) public void setParent(Component parent)(Code)(Java Doc) public void setReadOnly(boolean readOnly)(Code)(Java Doc) public void setStyle(String style)(Code)(Java Doc) public void setVisible(boolean visible)(Code)(Java Doc)
|
|
|
|