Class AbstractGUITunableHandler.TunableFieldPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.cytoscape.work.swing.AbstractGUITunableHandler.TunableFieldPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
AbstractGUITunableHandler

public final class AbstractGUITunableHandler.TunableFieldPanel extends JPanel
The main goal of this panel is to store the handler's label and control, in order to make it possible to consistently align labels and controls created by different AbstractGUITunableHandler subclasses when creating the Tunable form.
See Also:
  • Constructor Details

    • TunableFieldPanel

      public TunableFieldPanel()
    • TunableFieldPanel

      public TunableFieldPanel(JLabel label, Component control)
    • TunableFieldPanel

      public TunableFieldPanel(JTextArea multiLineLabel, Component control)
  • Method Details

    • getTunableHandler

      public GUITunableHandler getTunableHandler()
    • getLabel

      public JLabel getLabel()
    • setLabel

      public void setLabel(JLabel label)
    • getMultiLineLabel

      public JTextArea getMultiLineLabel()
    • setMultiLineLabel

      public void setMultiLineLabel(JTextArea multiLineLabel)
    • getControl

      public Component getControl()
    • setControl

      public void setControl(Component control)