Package | Description |
---|---|
org.kepler.reporting.gui |
Modifier and Type | Class and Description |
---|---|
class |
DynamicReportItemPanel |
Modifier and Type | Method and Description |
---|---|
DragAndDropPanel |
ReportDesignerPanel.createStaticReportItemView(Item tmpItem,
DragAndDropPanel columnPanel)
createStaticReportItemView - Creates the Views for the Static Report Items.
|
DragAndDropPanel |
ReportItemButton.getAssociatedPanel() |
DragAndDropPanel |
SectionTextReporting.getAssociatedPanel() |
DragAndDropPanel |
DeleteItemButton.getAssociatedPanel() |
DragAndDropPanel |
TextAreaReporting.getAssociatedPanel() |
DragAndDropPanel |
ReportDesignerPanel.getPrevPanel() |
DragAndDropPanel |
ReportDesignerPanel.getPrevSelectedPanel(java.util.List<DragAndDropPanel> reportpanelslist)
getPrevSelectedPanel - figures out which panel was previously selected, so that we
can de-select it, and change the colors, etc.
|
DragAndDropPanel |
ReportDesignerPanel.getSelectedPanel(java.util.List<DragAndDropPanel> reportpanelslist)
getSelectedPanel - figures out which panel is currently selected, so that we
can see if it is the same as the previously selected one, and if it isn't the
same -- then change the colors, etc.
|
DragAndDropPanel |
ReportDesignerPanel.renderDynamicReportItem(Item tmpItem)
renders a Dynamic Report Item.
|
DragAndDropPanel |
ReportDesignerPanel.renderHRPanel(DragAndDropPanel columnPanel,
javax.swing.JLabel staticreportItemLabel,
javax.swing.JRadioButton staticreportItemButton)
Renders the view for the StaticReportItemHR (Horizontal Rule)
|
DragAndDropPanel |
ReportDesignerPanel.renderImagePanel(Item tmpItem,
DragAndDropPanel dragAndDropPanel,
javax.swing.JLabel staticreportItemLabel,
javax.swing.JRadioButton staticreportItemButton)
Renders the view for the StaticReportItemImage (static image)
|
DragAndDropPanel |
ReportDesignerPanel.renderSectionPanel(DragAndDropPanel dragAndDropPanel,
javax.swing.JLabel staticreportItemLabel,
javax.swing.JRadioButton staticreportItemButton,
java.lang.String strtoken)
Renders the view for the StaticReportItemSection (Section)
|
DragAndDropPanel |
ReportDesignerPanel.renderStaticReportItem(Item tmpItem)
renderStaticReportItem() - Renders the Static Report Items
|
DragAndDropPanel |
ReportDesignerPanel.renderTextPanel(DragAndDropPanel columnPanel,
javax.swing.JLabel staticreportItemLabel,
javax.swing.JRadioButton staticreportItemButton,
java.lang.String strtoken)
renderTextPanel() - Renders the view for the StaticReportItemText
|
DragAndDropPanel |
DynamicReportItemPanel.renderView(DragAndDropPanel columnPanel,
javax.swing.JRadioButton dynamicreportItemButton,
java.util.List<LabelPanel> labelpanellist,
DeleteItemButton delbutton,
java.lang.String tooltip) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DragAndDropPanel> |
ReportDesignerPanel.getReportItemPanels()
get ReportItemPanels() gets the ReportItemPanels in general, the panels are laid out directly
from the report model, but this is used for the GUI to re-arrange the
panels and access report items that are associated with them.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReportDesignerPanel.addDeleteButton(javax.swing.JToolBar toolBar,
Item associtem,
DragAndDropPanel panel)
addDeleteButton() adds the delete button to the toolbar.
|
void |
ReportDesignerPanel.arrangePanels(DragAndDropPanel columnPanel,
int dropYLoc)
ArrangePanels is used to re-order the existing panels when you drag and drop them.
|
DragAndDropPanel |
ReportDesignerPanel.createStaticReportItemView(Item tmpItem,
DragAndDropPanel columnPanel)
createStaticReportItemView - Creates the Views for the Static Report Items.
|
void |
ReportDesignerPanel.deletePanel(DragAndDropPanel deletedPanel,
int deletedYLoc)
DeletePanel - deletes a panel when the 'delete panel' button is pressed.
|
protected DeleteItemButton |
ReportDesignerPanel.makeDeleteButton(java.lang.String imageName,
java.lang.String actionCommand,
Item associtem,
DragAndDropPanel panel,
java.lang.String toolTipText,
java.lang.String altText)
makeDeleteButton() creates the Delete Button for the Static Items.
|
DragAndDropPanel |
ReportDesignerPanel.renderHRPanel(DragAndDropPanel columnPanel,
javax.swing.JLabel staticreportItemLabel,
javax.swing.JRadioButton staticreportItemButton)
Renders the view for the StaticReportItemHR (Horizontal Rule)
|
DragAndDropPanel |
ReportDesignerPanel.renderImagePanel(Item tmpItem,
DragAndDropPanel dragAndDropPanel,
javax.swing.JLabel staticreportItemLabel,
javax.swing.JRadioButton staticreportItemButton)
Renders the view for the StaticReportItemImage (static image)
|
DragAndDropPanel |
ReportDesignerPanel.renderSectionPanel(DragAndDropPanel dragAndDropPanel,
javax.swing.JLabel staticreportItemLabel,
javax.swing.JRadioButton staticreportItemButton,
java.lang.String strtoken)
Renders the view for the StaticReportItemSection (Section)
|
DragAndDropPanel |
ReportDesignerPanel.renderTextPanel(DragAndDropPanel columnPanel,
javax.swing.JLabel staticreportItemLabel,
javax.swing.JRadioButton staticreportItemButton,
java.lang.String strtoken)
renderTextPanel() - Renders the view for the StaticReportItemText
|
DragAndDropPanel |
DynamicReportItemPanel.renderView(DragAndDropPanel columnPanel,
javax.swing.JRadioButton dynamicreportItemButton,
java.util.List<LabelPanel> labelpanellist,
DeleteItemButton delbutton,
java.lang.String tooltip) |
void |
ReportItemButton.setAssociatedPanel(DragAndDropPanel associatedPanel) |
void |
SectionTextReporting.setAssociatedPanel(DragAndDropPanel associatedPanel) |
void |
DeleteItemButton.setAssociatedPanel(DragAndDropPanel associatedPanel) |
void |
TextAreaReporting.setAssociatedPanel(DragAndDropPanel associatedPanel) |
void |
ReportDesignerPanel.setCurrPanel(DragAndDropPanel currpanel) |
void |
ReportDesignerPanel.setPrevPanel(DragAndDropPanel prevpanel) |
Modifier and Type | Method and Description |
---|---|
DragAndDropPanel |
ReportDesignerPanel.getPrevSelectedPanel(java.util.List<DragAndDropPanel> reportpanelslist)
getPrevSelectedPanel - figures out which panel was previously selected, so that we
can de-select it, and change the colors, etc.
|
DragAndDropPanel |
ReportDesignerPanel.getSelectedPanel(java.util.List<DragAndDropPanel> reportpanelslist)
getSelectedPanel - figures out which panel is currently selected, so that we
can see if it is the same as the previously selected one, and if it isn't the
same -- then change the colors, etc.
|