Class CellUI

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject, jaxx.runtime.JAXXValidator

public class CellUI extends InputContentUI<Cell> implements jaxx.runtime.JAXXValidator
See Also:
  • Field Details

  • Constructor Details

    • CellUI

      public CellUI(LayoutManager param0)
    • CellUI

      public CellUI(jaxx.runtime.JAXXContext param0, LayoutManager param1)
    • CellUI

      public CellUI(LayoutManager param0, boolean param1)
    • CellUI

      public CellUI(jaxx.runtime.JAXXContext param0, LayoutManager param1, boolean param2)
    • CellUI

      public CellUI()
    • CellUI

      public CellUI(jaxx.runtime.JAXXContext param0)
    • CellUI

      public CellUI(boolean param0)
    • CellUI

      public CellUI(jaxx.runtime.JAXXContext param0, boolean param1)
  • Method Details

    • $afterCompleteSetup

      protected void $afterCompleteSetup()
    • $getJAXXObjectDescriptor

      public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
    • getValidator

      public jaxx.runtime.validator.swing.SwingValidator<?> getValidator(String validatorId)
      Specified by:
      getValidator in interface jaxx.runtime.JAXXValidator
    • getValidatorIds

      public List<String> getValidatorIds()
      Specified by:
      getValidatorIds in interface jaxx.runtime.JAXXValidator
    • registerValidatorFields

      public void registerValidatorFields()
      Specified by:
      registerValidatorFields in interface jaxx.runtime.JAXXValidator
    • doActionPerformed__on__cancel

      public void doActionPerformed__on__cancel(ActionEvent event)
    • doActionPerformed__on__fieldCellLand

      public void doActionPerformed__on__fieldCellLand(ActionEvent event)
    • doActionPerformed__on__save

      public void doActionPerformed__on__save(ActionEvent event)
    • doItemStateChanged__on__fieldCell

      public void doItemStateChanged__on__fieldCell(ItemEvent event)
    • doKeyReleased__on__fieldCellComment

      public void doKeyReleased__on__fieldCellComment(KeyEvent event)
    • doKeyReleased__on__fieldCellName

      public void doKeyReleased__on__fieldCellName(KeyEvent event)
    • getBean

      public Cell getBean()
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      getBean in class InputContentUI<Cell>
    • getCancel

      public JButton getCancel()
    • getCellMap

      public IsisMapBean getCellMap()
    • getCellMapInfo

      public com.bbn.openmap.InformationDelegator getCellMapInfo()
    • getFieldCell

      public JComboBox<Cell> getFieldCell()
    • getFieldCellComment

      public JTextArea getFieldCellComment()
    • getFieldCellLand

      public JCheckBox getFieldCellLand()
    • getFieldCellLatitude

      public JTextField getFieldCellLatitude()
    • getFieldCellLongitude

      public JTextField getFieldCellLongitude()
    • getFieldCellName

      public JTextField getFieldCellName()
    • getHandler

      public CellHandler getHandler()
      Specified by:
      getHandler in class InputContentUI<Cell>
    • getMap

      public JPanel getMap()
    • getSave

      public JButton getSave()
    • getValidator

      public jaxx.runtime.validator.swing.SwingValidator<Cell> getValidator()
    • setBean

      public void setBean(Cell bean)
      Description copied from class: InputContentUI
      Overriden with generic type
      Specified by:
      setBean in class InputContentUI<Cell>
    • setCellMap

      public void setCellMap(IsisMapBean cellMap)
    • get$JLabel0

      protected JLabel get$JLabel0()
    • get$JLabel1

      protected JLabel get$JLabel1()
    • get$JLabel2

      protected JLabel get$JLabel2()
    • get$JLabel3

      protected JLabel get$JLabel3()
    • get$JLabel4

      protected JLabel get$JLabel4()
    • get$JScrollPane0

      protected JScrollPane get$JScrollPane0()
    • get$JSplitPane0

      protected JSplitPane get$JSplitPane0()
    • get$Table0

      protected jaxx.runtime.swing.Table get$Table0()
    • addChildrenToBody

      protected void addChildrenToBody()
    • addChildrenToMap

      protected void addChildrenToMap()
    • addChildrenToValidator

      protected void addChildrenToValidator()
    • createBean

      protected void createBean()
    • createBody

      protected void createBody()
      Overrides:
      createBody in class InputContentUI<Cell>
    • createCancel

      protected void createCancel()
    • createCellMap

      protected void createCellMap()
    • createCellMapInfo

      protected void createCellMapInfo()
    • createFieldCell

      protected void createFieldCell()
    • createFieldCellComment

      protected void createFieldCellComment()
    • createFieldCellLand

      protected void createFieldCellLand()
    • createFieldCellLatitude

      protected void createFieldCellLatitude()
    • createFieldCellLongitude

      protected void createFieldCellLongitude()
    • createFieldCellName

      protected void createFieldCellName()
    • createHandler

      protected void createHandler()
    • createMap

      protected void createMap()
    • createSave

      protected void createSave()
    • createValidator

      protected void createValidator()