public class RMCrossTabAutoFormatPanel extends SwingOwner
DragDrop, DragEnter, DragEvents, DragExit, DragOver, KeyEvents, KeyFinished, KeyPressed, KeyReleased, KeyTyped, MouseClicked, MouseDragged, MouseEntered, MouseEvents, MouseExited, MouseFinished, MouseMoved, MousePressed, MouseReleased| Constructor and Description |
|---|
RMCrossTabAutoFormatPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyCellFormatting(RMCrossTabCell aSourceCell,
RMCrossTabCell aDestCell)
Copy all relevant cell formatting options from source to destination.
|
void |
applyFormatting(RMCrossTab aTable)
Fills the destination table with all relevant formatting options from the selected table.
|
RMDocument |
getSelectedTemplate()
Returns the selected template resource.
|
java.util.Map<java.lang.String,WebFile> |
getTemplates() |
protected void |
initUI()
Initialize UI panel.
|
void |
respondUI(SwingEvent anEvent)
Respond to UI controls.
|
SpringsPane |
retrievePanel(RMCrossTab crosstab) |
void |
showPanel(javax.swing.JComponent aComp,
RMCrossTab aTable)
Run the panel for the given CrossTab.
|
void |
showSelectedTemplate()
Resets the RMViewer
|
void |
showSelectedTemplate(WebFile template)
Resets the RMViewer
|
addKeyActionEvent, createTimer, createUI, createUI, createWindow, getNode, getNode, getNodeHelper, getTimer, getTimer, getUI, getWindow, isEventThread, isWindowVisible, requestFocus, requestFocusImpl, runLater, sendEvent, setWindowVisibleaddNodeBinding, disableEvents, enableEvents, getBindingModelValue, getBindingNodeValue, getConversionMap, getConversionMapKey, getConversionMaps, getConversionMapValue, getFirstFocus, getModelValue, getNode, getNodeAction, getNodeBoolValue, getNodeFloatValue, getNodeIntValue, getNodeItemDisplayKey, getNodeItems, getNodeSelectedIndex, getNodeSelectedItem, getNodeStringValue, getNodeText, getNodeValue, getUI, getUIHpr, initUI, isNodeEnabled, isNodeValueAdjusting, isSendEventDisabled, isUISet, processResetUI, processRespondUI, resetLater, resetNodeBindings, resetUI, runLaterDelayed, runLaterOnce, sendEvent, sendNodeAction, setBindingModelValue, setBindingNodeValue, setFirstFocus, setModelValue, setNodeAction, setNodeEnabled, setNodeItemDisplayKey, setNodeItems, setNodeItems, setNodeSelectedIndex, setNodeSelectedItem, setNodeText, setNodeValue, setSendEventDisabledpublic void showPanel(javax.swing.JComponent aComp,
RMCrossTab aTable)
public java.util.Map<java.lang.String,WebFile> getTemplates()
public SpringsPane retrievePanel(RMCrossTab crosstab)
protected void initUI()
initUI in class UIOwner<SwingEvent,javax.swing.JComponent>public void respondUI(SwingEvent anEvent)
respondUI in class UIOwner<SwingEvent,javax.swing.JComponent>public RMDocument getSelectedTemplate()
public void showSelectedTemplate()
public void showSelectedTemplate(WebFile template)
public void applyFormatting(RMCrossTab aTable)
public void applyCellFormatting(RMCrossTabCell aSourceCell, RMCrossTabCell aDestCell)