source: trunk/src/org/expeditee/gui/FunctionKey.java@ 289

Last change on this file since 289 was 289, checked in by ra33, 16 years ago

Added HTML styles

File size: 287 bytes
Line 
1package org.expeditee.gui;
2
3//these numbers correspond to the Function Key numbers (0 = Escape key)
4public enum FunctionKey {
5 DropDown, SizeUp, SizeDown, ChangeColor, ToggleAnnotation, InsertDate, NewFrameset, ChangeFontStyle, ChangeFontFamily,
6 AudienceMode, XRayMode, Save, Refresh;
7}
Note: See TracBrowser for help on using the repository browser.