Ignore:
Timestamp:
05/10/18 16:04:51 (6 years ago)
Author:
davidb
Message:

Reworking of the code-base to separate logic from graphics. This version of Expeditee now supports a JFX graphics as an alternative to SWING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FunctionKey.java

    r919 r1102  
    1919package org.expeditee.gui;
    2020
    21 //these numbers correspond to the Function Key numbers (0 = Escape key)
     21/** Enumerates the Function Key numbers (0 = Escape key) */
    2222public enum FunctionKey {
    23         DropDown, SizeUp, SizeDown, ChangeColor, ToggleAnnotation, InsertDate, NewFrameset, ChangeFontStyle, ChangeFontFamily,
    24         AudienceMode, XRayMode, Save, Refresh;
     23        DropDown,
     24        SizeUp,
     25        SizeDown,
     26        ChangeColor,
     27        ToggleAnnotation,
     28        InsertDate,
     29        NewFrameset,
     30        ChangeFontStyle,
     31        ChangeFontFamily,
     32        AudienceMode,
     33        XRayMode,
     34        Save,
     35        Refresh
    2536}
Note: See TracChangeset for help on using the changeset viewer.