Class NachrichtList

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.Part

    public class NachrichtList
    extends de.willuhn.jameica.gui.parts.TablePart
    implements de.willuhn.jameica.gui.Part
    Implementierung einer fix und fertig vorkonfigurierten Liste mit System-Nachrichten.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.willuhn.jameica.gui.parts.AbstractTablePart

        de.willuhn.jameica.gui.parts.AbstractTablePart.AbstractTableItem
    • Field Summary

      • Fields inherited from class de.willuhn.jameica.gui.parts.TablePart

        tableFormatter
      • Fields inherited from class de.willuhn.jameica.gui.parts.AbstractTablePart

        action, changeable, checkable, columns, menu, multi, rememberColWidth, rememberOrder, rememberState, selectionListeners, settings
    • Constructor Summary

      Constructors 
      Constructor Description
      NachrichtList​(de.willuhn.datasource.GenericIterator list, de.willuhn.jameica.gui.Action action)
      ct.
      NachrichtList​(de.willuhn.jameica.gui.Action action)
      ct.
    • Method Summary

      • Methods inherited from class de.willuhn.jameica.gui.parts.TablePart

        addChangeListener, addItem, addItem, addItem, addItem, createFeatureEventContext, getCollator, getControlValue, getEditorControl, getItems, getItems, getSelection, getSummary, isEnabled, orderBy, orderBy, paint, refreshSummary, removeAll, removeItem, restoreState, select, setChecked, setEnabled, setFormatter, setSummary, setTopIndex, size, sort, updateItem
      • Methods inherited from class de.willuhn.jameica.gui.parts.AbstractTablePart

        addColumn, addColumn, addColumn, addColumn, addColumn, addFeature, addFeature, addSelectionListener, asList, featureEvent, getFeature, hasEvent, removeFeature, select, setCheckable, setChecked, setContextMenu, setMulti, setRememberColWidths, setRememberOrder, setRememberState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.willuhn.jameica.gui.Part

        paint
    • Constructor Detail

      • NachrichtList

        public NachrichtList​(de.willuhn.jameica.gui.Action action)
                      throws java.rmi.RemoteException
        ct.
        Parameters:
        action -
        Throws:
        java.rmi.RemoteException
      • NachrichtList

        public NachrichtList​(de.willuhn.datasource.GenericIterator list,
                             de.willuhn.jameica.gui.Action action)
        ct.
        Parameters:
        list - Liste der Nachrichten.
        action -