Package | Description |
---|---|
org.kepler.reporting.gui | |
org.kepler.reporting.rio | |
org.kepler.reporting.rio.fop | |
org.kepler.reporting.roml |
Modifier and Type | Method and Description |
---|---|
Item |
DragAndDropPanel.getAssociatedItem() |
Item |
SectionTextReporting.getAssociatedItem() |
Item |
LabelPanel.getAssociatedItem() |
Item |
DeleteItemButton.getAssociatedItem() |
Item |
TextAreaReporting.getAssociatedItem() |
Item |
ReportDesignerPanel.getCurrSelectedItem() |
Item |
ReportDesignerPanel.getPrevSelectedItem() |
Item |
ReportDesignerPanel.getSelectedItem()
getSelectedItem and setSelectedItem are currently used to create the
properties table that appears in the 'Items of Interest' panel.
|
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.addItemToLayout(Item item)
Adds an item to the Report Layout model.
|
DragAndDropPanel |
ReportDesignerPanel.createStaticReportItemView(Item tmpItem,
DragAndDropPanel columnPanel)
createStaticReportItemView - Creates the Views for the Static Report Items.
|
void |
ReportDesignerPanel.deleteItemFromLayout(Item item)
Removes an item from the Report Layout.
|
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.
|
protected DeleteItemButton |
ReportDesignerPanel.makeDynamicItemDeleteButton(java.lang.String imageName,
java.lang.String actionCommand,
Item associtem,
java.lang.String toolTipText,
java.lang.String altText)
makeDynamicItemDeleteButton() creates the Delete Button for the Dynamic Items.
|
DragAndDropPanel |
ReportDesignerPanel.renderDynamicReportItem(Item tmpItem)
renders a Dynamic Report Item.
|
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.renderStaticReportItem(Item tmpItem)
renderStaticReportItem() - Renders the Static Report Items
|
void |
DynamicReportItemPanel.sendLabelValuesToModel(Item labeleditem,
java.lang.String labelcontents,
java.lang.String position) |
void |
DragAndDropPanel.setAssociatedItem(Item associatedItem)
setAssociatedItem - important method that associates a report Item with a
specific DragAndDropPanel.
|
void |
SectionTextReporting.setAssociatedItem(Item associatedItem) |
void |
LabelPanel.setAssociatedItem(Item associatedItem) |
void |
DeleteItemButton.setAssociatedItem(Item associatedItem) |
void |
TextAreaReporting.setAssociatedItem(Item associatedItem) |
void |
ReportDesignerPanel.setCurrSelectedItem(Item currItem) |
void |
ReportDesignerPanel.setPrevSelectedItem(Item prevItem) |
void |
ReportDesignerPanel.setSelectedItem(Item selectedItem) |
Constructor and Description |
---|
DynamicReportItemPanel(ReportDesignerPanel reportDesignerPanel,
Item tmpItem,
javax.swing.JRadioButton dynamicreportItemButton,
DeleteItemButton delbutton,
java.lang.String strItemFullName,
ReportLayout reportLayout,
TableauFrame tableauFrame) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicReportItem |
class |
StaticReportItem |
class |
StaticReportItemHR |
class |
StaticReportItemImage |
class |
StaticReportItemLabel |
class |
StaticReportItemSection |
class |
StaticReportItemText |
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
ReportColumn.getItems() |
Modifier and Type | Method and Description |
---|---|
protected void |
ReportXMLReader.generateFor(Item item)
Generates SAX events for a ProjectMember object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
ItemsOfInterest.getReportItemsAsList() |
Modifier and Type | Method and Description |
---|---|
void |
ItemsOfInterest.add(Item obj) |