| java.lang.Object org.wings.plaf.css.AbstractComponentCG org.wings.plaf.css.InternalFrameCG
All known Subclasses: org.wings.plaf.css.msie.InternalFrameCG,
Inner Class :protected class RemoveWindowUpdate extends AbstractUpdate | |
Method Summary | |
public Update | getAddWindowUpdate(SContainer container, SWindow window) | public SIcon | getCloseIcon() | public SIcon | getDeiconifyIcon() | protected String | getDragHandle(SComponent component) | public SIcon | getIconifyIcon() | public SIcon | getMaximizeIcon() | public Update | getRemoveWindowUpdate(SContainer container, SWindow window) | public SIcon | getUnmaximizeIcon() | public void | setCloseIcon(SIcon closeIcon) | public void | setDeiconifyIcon(SIcon deiconifyIcon) | public void | setIconifyIcon(SIcon iconifyIcon) | public void | setMaximizeIcon(SIcon maximizeIcon) | public void | setUnmaximizeIcon(SIcon unmaximizeIcon) | protected void | writeIcon(Device device, SIcon icon, String cssClass) | public void | writeInternal(Device device, SComponent _c) | protected void | writeWindowBar(Device device, SInternalFrame frame) | protected void | writeWindowIcon(Device device, SInternalFrame frame, int event, SIcon icon, String cssClass) | protected void | writeWindowIcon(Device device, SInternalFrame frame, int event, SIcon icon) |
BUTTONICON_CLASSNAME | final protected static String BUTTONICON_CLASSNAME(Code) | | |
WINDOWICON_CLASSNAME | final protected static String WINDOWICON_CLASSNAME(Code) | | |
InternalFrameCG | public InternalFrameCG()(Code) | | Initialize properties from config
|
getUnmaximizeIcon | public SIcon getUnmaximizeIcon()(Code) | | |
setCloseIcon | public void setCloseIcon(SIcon closeIcon)(Code) | | |
setDeiconifyIcon | public void setDeiconifyIcon(SIcon deiconifyIcon)(Code) | | |
setIconifyIcon | public void setIconifyIcon(SIcon iconifyIcon)(Code) | | |
setMaximizeIcon | public void setMaximizeIcon(SIcon maximizeIcon)(Code) | | |
setUnmaximizeIcon | public void setUnmaximizeIcon(SIcon unmaximizeIcon)(Code) | | |
writeWindowBar | protected void writeWindowBar(Device device, SInternalFrame frame) throws IOException(Code) | | Convenience method to keep differences between default and msie
implementations small
Parameters: device - Parameters: frame - throws: IOException - |
Methods inherited from org.wings.plaf.css.AbstractComponentCG | public void componentChanged(COMPONENT_TYPE component)(Code)(Java Doc) final protected SIcon getBlindIcon()(Code)(Java Doc) public Update getComponentUpdate(COMPONENT_TYPE component)(Code)(Java Doc) protected String getDragHandle(SComponent component)(Code)(Java Doc) public void installCG(COMPONENT_TYPE component)(Code)(Java Doc) final protected boolean isMSIE(SComponent component)(Code)(Java Doc) public void uninstallCG(COMPONENT_TYPE component)(Code)(Java Doc) protected void updateDragAndDrop(SComponent component)(Code)(Java Doc) final public void write(Device device, COMPONENT_TYPE component) throws IOException(Code)(Java Doc) protected static void writeContextMenu(Device device, SComponent component) throws IOException(Code)(Java Doc) final protected void writeDivPrefix(Device device, COMPONENT_TYPE component, Map optionalAttributes) throws IOException(Code)(Java Doc) final protected void writeDivSuffix(Device device, COMPONENT_TYPE component) throws IOException(Code)(Java Doc) abstract public void writeInternal(Device device, COMPONENT_TYPE component) throws IOException(Code)(Java Doc) final protected void writePrefix(Device device, COMPONENT_TYPE component, boolean useTable, Map optionalAttributes) throws IOException(Code)(Java Doc) protected void writeRegisterDragHandle(StringBuilder builder, SComponent component)(Code)(Java Doc) final protected void writeSuffix(Device device, COMPONENT_TYPE component, boolean useTable) throws IOException(Code)(Java Doc) final protected void writeTablePrefix(Device device, COMPONENT_TYPE component) throws IOException(Code)(Java Doc) final protected void writeTablePrefix(Device device, COMPONENT_TYPE component, Map optionalAttributes) throws IOException(Code)(Java Doc) final protected void writeTableSuffix(Device device, COMPONENT_TYPE component) throws IOException(Code)(Java Doc) protected static void writeTooltipMouseOver(Device device, SComponent component) throws IOException(Code)(Java Doc)
|
|
|