rero.dialogs.toolkit
public abstract class APanel extends JPanel
Field Summary | |
---|---|
protected GridBagConstraints | constraints |
protected GridBagLayout | layout |
Constructor Summary | |
---|---|
APanel() |
Method Summary | |
---|---|
void | addComponent(JComponent blah) |
abstract Object | getValue(Object value) |
static JComponent | mergeComponents(JLabel label, JComponent c) |
static JComponent | mergeComponents(JLabel label, JComponent c, int gapint) |
void | processParent(ADialog parent) called whenever this panel is added to a dialog, so the parent dialog can be processed by this panel |
abstract void | setupDialog(Object value) |