| |
|
| javax.swing.JPanel jimm.datavision.gui.SectionFieldPanel
SectionFieldPanel | public SectionFieldPanel(SectionWidget sw)(Code) | | Constructor.
Parameters: sw - the section widget |
addField | protected void addField(DropTargetDropEvent e, String dropString)(Code) | | Creates and adds a new field. The type and contents of the field are
determined by the string that was dropped. If the field is a
ColumnField and this is a detail section, add a text title
field as well.
Parameters: e - the drop event Parameters: dropString - the string received from the field picker window |
setHidden | public void setHidden(boolean isHidden)(Code) | | Performs visual changes that reflect the "hidden" state of the section.
Called by the command that edits the suppression proc of a section.
Parameters: isHidden - new suppressed state |
|
|
|