Class TablePropertiesDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
rma.swing.RmaJDialog
hec.rss.plugins.opsupport.client.TablePropertiesDialog
All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, rma.lang.Modifiable

public class TablePropertiesDialog extends rma.swing.RmaJDialog
See Also:
  • Field Details

  • Constructor Details

    • TablePropertiesDialog

      public TablePropertiesDialog(Frame parent, boolean modal)
  • Method Details

    • buildControls

      protected void buildControls()
    • initDialog

      protected void initDialog()
    • fillForm

      public void fillForm(OsiTableProperties props)
    • fillTable

      protected void fillTable(List<OsiTableProperty> propList)
    • addListeners

      protected void addListeners()
    • useItalicsAction

      protected void useItalicsAction()
    • useBoldAction

      protected void useBoldAction()
    • useFontAction

      protected void useFontAction()
    • useForegroundAction

      protected void useForegroundAction()
    • useBackgroundAction

      protected void useBackgroundAction()
    • setAllToDefault

      protected void setAllToDefault()
    • moveRowToTop

      protected void moveRowToTop()
    • moveRowToBottom

      protected void moveRowToBottom()
    • moveRow

      protected void moveRow(int direction)
    • updateItalics

      protected void updateItalics()
    • updateBold

      protected void updateBold()
    • updateFont

      protected void updateFont()
    • updateBackgroundColor

      protected void updateBackgroundColor()
    • updateForegroundColor

      protected void updateForegroundColor()
    • tableSelectionChanged

      protected void tableSelectionChanged()
    • getFontList

      public String[] getFontList()
    • main

      public static void main(String[] args)