| 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.webadapter.DebugWindow
DebugWindow | public class DebugWindow extends Window (Code) | | This class provides a debugging window where one may view the UIDL of
the current window, or in a tabset the UIDL of an active frameset.
It is primarily inteded for creating and debugging themes.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
DebugWindow | protected DebugWindow(Application debuggedApplication, HttpSession session, WebAdapterServlet servlet)(Code) | | Create new debug window for an application.
Parameters: debuggedApplication - Application to be debugged. Parameters: session - Session to be debugged. Parameters: servlet - Servlet to be debugged. |
clearSession | public void clearSession()(Code) | | |
commitTheme | public void commitTheme()(Code) | | |
replace | protected static String replace(String text, int start, int end, String str)(Code) | | Replaces the characters in a substring of this String
with characters in the specified String . The substring
begins at the specified start and extends to the character
at index end - 1 or to the end of the
String if no such character exists. First the
characters in the substring are removed and then the specified
String is inserted at start . (The
StringBuffer will be lengthened to accommodate the
specified String if necessary.)
NOTE: This operation is slow.
Parameters: start - The beginning index, inclusive. Parameters: end - The ending index, exclusive. Parameters: str - String that will replace previous contents. This string buffer. exception: StringIndexOutOfBoundsException - if start is negative, greater than length() , orgreater than end . |
restartApplication | public void restartApplication()(Code) | | |
saveUIDL | public void saveUIDL()(Code) | | |
setDebuggedApplication | protected void setDebuggedApplication(Application application)(Code) | | Sets the application.
Parameters: application - The application to set |
setServlet | protected void setServlet(WebAdapterServlet servlet)(Code) | | Sets the servlet.
Parameters: servlet - The servlet to set |
setSession | protected void setSession(HttpSession session)(Code) | | Sets the session.
Parameters: session - The session to set |
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)
|
|
|