Package | Description |
---|---|
org.wandora.application.gui.topicpanels.queryeditorpanel |
Modifier and Type | Class and Description |
---|---|
class |
DirectiveParameterPanel |
class |
IntegerParameterPanel |
class |
MultipleParameterPanel |
class |
OperandParameterPanel |
class |
StringParameterPanel |
class |
TopicOperandParameterPanel |
class |
TopicParameterPanel |
class |
UnknownParameterTypePanel |
Modifier and Type | Field and Description |
---|---|
protected AbstractTypePanel[] |
DirectiveEditor.constructorParamPanels |
AbstractTypePanel |
MultipleParameterPanel.Row.panel |
protected AbstractTypePanel |
OperandParameterPanel.parameterPanel |
protected AbstractTypePanel[] |
AddonPanel.parameterPanels |
Modifier and Type | Field and Description |
---|---|
protected java.lang.Class<? extends AbstractTypePanel> |
MultipleParameterPanel.typeCls |
Modifier and Type | Method and Description |
---|---|
AbstractTypePanel[] |
AddonPanel.getParameterPanels() |
static AbstractTypePanel |
DirectiveEditor.makeMultiplePanel(DirectiveUIHints.Parameter param,
java.lang.Class<? extends AbstractTypePanel> typePanel,
java.lang.String label,
DirectivePanel directivePanel) |
static AbstractTypePanel[] |
DirectiveEditor.populateParametersPanel(javax.swing.JPanel panelContainer,
DirectiveUIHints.Parameter[] parameters,
AbstractTypePanel[] oldPanels,
DirectivePanel directivePanel) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends AbstractTypePanel> |
DirectiveEditor.getTypePanelClass(DirectiveUIHints.Parameter p) |
Modifier and Type | Method and Description |
---|---|
DirectiveEditor.BoundParameter[] |
DirectiveEditor.getParameters(AbstractTypePanel[] panels) |
static AbstractTypePanel[] |
DirectiveEditor.populateParametersPanel(javax.swing.JPanel panelContainer,
DirectiveUIHints.Parameter[] parameters,
AbstractTypePanel[] oldPanels,
DirectivePanel directivePanel) |
void |
MultipleParameterPanel.removeParameter(AbstractTypePanel panel) |
void |
DirectiveEditor.setParameters(AbstractTypePanel[] panels,
DirectiveEditor.BoundParameter[] values) |
Modifier and Type | Method and Description |
---|---|
static AbstractTypePanel |
DirectiveEditor.makeMultiplePanel(DirectiveUIHints.Parameter param,
java.lang.Class<? extends AbstractTypePanel> typePanel,
java.lang.String label,
DirectivePanel directivePanel) |
Constructor and Description |
---|
Row(AbstractTypePanel panel,
javax.swing.JButton removeButton) |
Constructor and Description |
---|
MultipleParameterPanel(DirectiveUIHints.Parameter parameter,
java.lang.Class<? extends AbstractTypePanel> typeCls,
DirectivePanel panel)
Creates new form MultipleParameterPanel
|
Copyright 2004-2015 Wandora Team