Class SyllabificationAlignmentEditorView

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
ca.phon.app.session.editor.EditorView
ca.phon.app.session.editor.view.syllabificationAlignment.SyllabificationAlignmentEditorView
All Implemented Interfaces:
IExtendable, ImageObserver, MenuContainer, Serializable, Accessible

public class SyllabificationAlignmentEditorView extends EditorView
See Also:
  • Field Details

  • Constructor Details

    • SyllabificationAlignmentEditorView

      public SyllabificationAlignmentEditorView(SessionEditor editor)
  • Method Details

    • update

      public void update()
    • toggleCheckbox

      public void toggleCheckbox()
    • getStateProperties

      public Properties getStateProperties()
      Description copied from class: EditorView
      Return state information for the view. This is information which will be saved with the editor perspective and loaded when the view is opened again.
      Overrides:
      getStateProperties in class EditorView
    • loadStateProperties

      public void loadStateProperties(Properties props)
      Description copied from class: EditorView
      Load state information for the view. This is information which was saved with the editor perspective and loaded when the view is opened again.
      Overrides:
      loadStateProperties in class EditorView
      Parameters:
      props - state properties
    • getName

      public String getName()
      Description copied from class: EditorView
      View name
      Specified by:
      getName in class EditorView
      Returns:
      the view name
    • getIcon

      public ImageIcon getIcon()
      Description copied from class: EditorView
      View icon
      Specified by:
      getIcon in class EditorView
      Returns:
      view icon
    • getMenu

      public JMenu getMenu()
      Description copied from class: EditorView
      Get the menu for the view (if any)
      Specified by:
      getMenu in class EditorView
      Returns:
      menu for the view or null if this view does not have a menu