Simple single-color 8x8x8 LED Cube with AVRs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layerEditFrame.html 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_29) on Tue Dec 06 20:47:24 CET 2011 -->
  6. <TITLE>
  7. layerEditFrame
  8. </TITLE>
  9. <META NAME="date" CONTENT="2011-12-06">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="layerEditFrame";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  39. </TR>
  40. </TABLE>
  41. </TD>
  42. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  43. </EM>
  44. </TD>
  45. </TR>
  46. <TR>
  47. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  48. &nbsp;<A HREF="HelperUtility.html" title="class in &lt;Unnamed&gt;"><B>PREV CLASS</B></A>&nbsp;
  49. &nbsp;<A HREF="Led3D.html" title="class in &lt;Unnamed&gt;"><B>NEXT CLASS</B></A></FONT></TD>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. <A HREF="index.html?layerEditFrame.html" target="_top"><B>FRAMES</B></A> &nbsp;
  52. &nbsp;<A HREF="layerEditFrame.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  53. &nbsp;<SCRIPT type="text/javascript">
  54. <!--
  55. if(window==top) {
  56. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  57. }
  58. //-->
  59. </SCRIPT>
  60. <NOSCRIPT>
  61. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  62. </NOSCRIPT>
  63. </FONT></TD>
  64. </TR>
  65. <TR>
  66. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  67. SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JFrame">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JFrame">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  68. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  69. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  70. </TR>
  71. </TABLE>
  72. <A NAME="skip-navbar_top"></A>
  73. <!-- ========= END OF TOP NAVBAR ========= -->
  74. <HR>
  75. <!-- ======== START OF CLASS DATA ======== -->
  76. <H2>
  77. Class layerEditFrame</H2>
  78. <PRE>
  79. java.lang.Object
  80. <IMG SRC="./resources/inherit.gif" ALT="extended by ">java.awt.Component
  81. <IMG SRC="./resources/inherit.gif" ALT="extended by ">java.awt.Container
  82. <IMG SRC="./resources/inherit.gif" ALT="extended by ">java.awt.Window
  83. <IMG SRC="./resources/inherit.gif" ALT="extended by ">java.awt.Frame
  84. <IMG SRC="./resources/inherit.gif" ALT="extended by ">javax.swing.JFrame
  85. <IMG SRC="./resources/inherit.gif" ALT="extended by "><B>layerEditFrame</B>
  86. </PRE>
  87. <DL>
  88. <DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants</DD>
  89. </DL>
  90. <HR>
  91. <DL>
  92. <DT><PRE>public class <B>layerEditFrame</B><DT>extends javax.swing.JFrame</DL>
  93. </PRE>
  94. <P>
  95. Shows a windows that allows the user to toggle the state of 64 LEDs.
  96. <P>
  97. <P>
  98. <DL>
  99. <DT><B>See Also:</B><DD><A HREF="serialized-form.html#layerEditFrame">Serialized Form</A></DL>
  100. <HR>
  101. <P>
  102. <!-- ======== NESTED CLASS SUMMARY ======== -->
  103. <A NAME="nested_class_summary"><!-- --></A>
  104. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  105. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  106. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  107. <B>Nested Class Summary</B></FONT></TH>
  108. </TR>
  109. </TABLE>
  110. &nbsp;<A NAME="nested_classes_inherited_from_class_javax.swing.JFrame"><!-- --></A>
  111. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  112. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  113. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class javax.swing.JFrame</B></TH>
  114. </TR>
  115. <TR BGCOLOR="white" CLASS="TableRowColor">
  116. <TD><CODE>javax.swing.JFrame.AccessibleJFrame</CODE></TD>
  117. </TR>
  118. </TABLE>
  119. &nbsp;
  120. <A NAME="nested_classes_inherited_from_class_java.awt.Frame"><!-- --></A>
  121. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  122. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  123. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Frame</B></TH>
  124. </TR>
  125. <TR BGCOLOR="white" CLASS="TableRowColor">
  126. <TD><CODE>java.awt.Frame.AccessibleAWTFrame</CODE></TD>
  127. </TR>
  128. </TABLE>
  129. &nbsp;
  130. <A NAME="nested_classes_inherited_from_class_java.awt.Window"><!-- --></A>
  131. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  132. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  133. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Window</B></TH>
  134. </TR>
  135. <TR BGCOLOR="white" CLASS="TableRowColor">
  136. <TD><CODE>java.awt.Window.AccessibleAWTWindow</CODE></TD>
  137. </TR>
  138. </TABLE>
  139. &nbsp;
  140. <A NAME="nested_classes_inherited_from_class_java.awt.Container"><!-- --></A>
  141. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  142. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  143. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Container</B></TH>
  144. </TR>
  145. <TR BGCOLOR="white" CLASS="TableRowColor">
  146. <TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD>
  147. </TR>
  148. </TABLE>
  149. &nbsp;
  150. <A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A>
  151. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  152. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  153. <TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH>
  154. </TR>
  155. <TR BGCOLOR="white" CLASS="TableRowColor">
  156. <TD><CODE>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</CODE></TD>
  157. </TR>
  158. </TABLE>
  159. &nbsp;
  160. <!-- =========== FIELD SUMMARY =========== -->
  161. <A NAME="field_summary"><!-- --></A>
  162. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  163. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  164. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  165. <B>Field Summary</B></FONT></TH>
  166. </TR>
  167. </TABLE>
  168. &nbsp;<A NAME="fields_inherited_from_class_javax.swing.JFrame"><!-- --></A>
  169. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  170. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  171. <TH ALIGN="left"><B>Fields inherited from class javax.swing.JFrame</B></TH>
  172. </TR>
  173. <TR BGCOLOR="white" CLASS="TableRowColor">
  174. <TD><CODE>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</CODE></TD>
  175. </TR>
  176. </TABLE>
  177. &nbsp;<A NAME="fields_inherited_from_class_java.awt.Frame"><!-- --></A>
  178. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  179. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  180. <TH ALIGN="left"><B>Fields inherited from class java.awt.Frame</B></TH>
  181. </TR>
  182. <TR BGCOLOR="white" CLASS="TableRowColor">
  183. <TD><CODE>CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR</CODE></TD>
  184. </TR>
  185. </TABLE>
  186. &nbsp;<A NAME="fields_inherited_from_class_java.awt.Component"><!-- --></A>
  187. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  188. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  189. <TH ALIGN="left"><B>Fields inherited from class java.awt.Component</B></TH>
  190. </TR>
  191. <TR BGCOLOR="white" CLASS="TableRowColor">
  192. <TD><CODE>BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</CODE></TD>
  193. </TR>
  194. </TABLE>
  195. &nbsp;<A NAME="fields_inherited_from_class_javax.swing.WindowConstants"><!-- --></A>
  196. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  197. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  198. <TH ALIGN="left"><B>Fields inherited from interface javax.swing.WindowConstants</B></TH>
  199. </TR>
  200. <TR BGCOLOR="white" CLASS="TableRowColor">
  201. <TD><CODE>DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE</CODE></TD>
  202. </TR>
  203. </TABLE>
  204. &nbsp;<A NAME="fields_inherited_from_class_java.awt.image.ImageObserver"><!-- --></A>
  205. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  206. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  207. <TH ALIGN="left"><B>Fields inherited from interface java.awt.image.ImageObserver</B></TH>
  208. </TR>
  209. <TR BGCOLOR="white" CLASS="TableRowColor">
  210. <TD><CODE>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</CODE></TD>
  211. </TR>
  212. </TABLE>
  213. &nbsp;
  214. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  215. <A NAME="constructor_summary"><!-- --></A>
  216. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  217. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  218. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  219. <B>Constructor Summary</B></FONT></TH>
  220. </TR>
  221. <TR BGCOLOR="white" CLASS="TableRowColor">
  222. <TD><CODE><B><A HREF="layerEditFrame.html#layerEditFrame(int, int, int, cubeWorker, Frame)">layerEditFrame</A></B>(int&nbsp;animIndex,
  223. int&nbsp;frameIndex,
  224. int&nbsp;layerIndex,
  225. <A HREF="cubeWorker.html" title="class in &lt;Unnamed&gt;">cubeWorker</A>&nbsp;work,
  226. <A HREF="Frame.html" title="class in &lt;Unnamed&gt;">Frame</A>&nbsp;LEDframe)</CODE>
  227. <BR>
  228. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a new layer editor.</TD>
  229. </TR>
  230. </TABLE>
  231. &nbsp;
  232. <!-- ========== METHOD SUMMARY =========== -->
  233. <A NAME="method_summary"><!-- --></A>
  234. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  235. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  236. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  237. <B>Method Summary</B></FONT></TH>
  238. </TR>
  239. <TR BGCOLOR="white" CLASS="TableRowColor">
  240. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  241. <CODE>&nbsp;void</CODE></FONT></TD>
  242. <TD><CODE><B><A HREF="layerEditFrame.html#btnClicked(int, int)">btnClicked</A></B>(int&nbsp;i,
  243. int&nbsp;j)</CODE>
  244. <BR>
  245. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets called when the user clicks on a Toggle Button.</TD>
  246. </TR>
  247. <TR BGCOLOR="white" CLASS="TableRowColor">
  248. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  249. <CODE>&nbsp;void</CODE></FONT></TD>
  250. <TD><CODE><B><A HREF="layerEditFrame.html#cancel()">cancel</A></B>()</CODE>
  251. <BR>
  252. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Action of Cancel Button.</TD>
  253. </TR>
  254. <TR BGCOLOR="white" CLASS="TableRowColor">
  255. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  256. <CODE>&nbsp;short[]</CODE></FONT></TD>
  257. <TD><CODE><B><A HREF="layerEditFrame.html#getFinalFrame()">getFinalFrame</A></B>()</CODE>
  258. <BR>
  259. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the edited data back.</TD>
  260. </TR>
  261. <TR BGCOLOR="white" CLASS="TableRowColor">
  262. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  263. <CODE>&nbsp;void</CODE></FONT></TD>
  264. <TD><CODE><B><A HREF="layerEditFrame.html#save()">save</A></B>()</CODE>
  265. <BR>
  266. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets called when clicking the save button.</TD>
  267. </TR>
  268. </TABLE>
  269. &nbsp;<A NAME="methods_inherited_from_class_javax.swing.JFrame"><!-- --></A>
  270. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  271. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  272. <TH ALIGN="left"><B>Methods inherited from class javax.swing.JFrame</B></TH>
  273. </TR>
  274. <TR BGCOLOR="white" CLASS="TableRowColor">
  275. <TD><CODE>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</CODE></TD>
  276. </TR>
  277. </TABLE>
  278. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Frame"><!-- --></A>
  279. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  280. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  281. <TH ALIGN="left"><B>Methods inherited from class java.awt.Frame</B></TH>
  282. </TR>
  283. <TR BGCOLOR="white" CLASS="TableRowColor">
  284. <TD><CODE>addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated</CODE></TD>
  285. </TR>
  286. </TABLE>
  287. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Window"><!-- --></A>
  288. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  289. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  290. <TH ALIGN="left"><B>Methods inherited from class java.awt.Window</B></TH>
  291. </TR>
  292. <TR BGCOLOR="white" CLASS="TableRowColor">
  293. <TD><CODE>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront</CODE></TD>
  294. </TR>
  295. </TABLE>
  296. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
  297. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  298. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  299. <TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH>
  300. </TR>
  301. <TR BGCOLOR="white" CLASS="TableRowColor">
  302. <TD><CODE>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree</CODE></TD>
  303. </TR>
  304. </TABLE>
  305. &nbsp;<A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A>
  306. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  307. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  308. <TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH>
  309. </TR>
  310. <TR BGCOLOR="white" CLASS="TableRowColor">
  311. <TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle</CODE></TD>
  312. </TR>
  313. </TABLE>
  314. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  315. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  316. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  317. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  318. </TR>
  319. <TR BGCOLOR="white" CLASS="TableRowColor">
  320. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
  321. </TR>
  322. </TABLE>
  323. &nbsp;<A NAME="methods_inherited_from_class_java.awt.MenuContainer"><!-- --></A>
  324. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  325. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  326. <TH ALIGN="left"><B>Methods inherited from interface java.awt.MenuContainer</B></TH>
  327. </TR>
  328. <TR BGCOLOR="white" CLASS="TableRowColor">
  329. <TD><CODE>getFont, postEvent</CODE></TD>
  330. </TR>
  331. </TABLE>
  332. &nbsp;
  333. <P>
  334. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  335. <A NAME="constructor_detail"><!-- --></A>
  336. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  337. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  338. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  339. <B>Constructor Detail</B></FONT></TH>
  340. </TR>
  341. </TABLE>
  342. <A NAME="layerEditFrame(int, int, int, cubeWorker, Frame)"><!-- --></A><H3>
  343. layerEditFrame</H3>
  344. <PRE>
  345. public <B>layerEditFrame</B>(int&nbsp;animIndex,
  346. int&nbsp;frameIndex,
  347. int&nbsp;layerIndex,
  348. <A HREF="cubeWorker.html" title="class in &lt;Unnamed&gt;">cubeWorker</A>&nbsp;work,
  349. <A HREF="Frame.html" title="class in &lt;Unnamed&gt;">Frame</A>&nbsp;LEDframe)</PRE>
  350. <DL>
  351. <DD>Create a new layer editor.
  352. <P>
  353. <DL>
  354. <DT><B>Parameters:</B><DD><CODE>animIndex</CODE> - Current animation<DD><CODE>frameIndex</CODE> - Current frame<DD><CODE>layerIndex</CODE> - Layer to edit<DD><CODE>work</CODE> - the cubeWorker containing the data<DD><CODE>LEDframe</CODE> - Used to call valueChanged, to trigger 3D View update</DL>
  355. </DL>
  356. <!-- ============ METHOD DETAIL ========== -->
  357. <A NAME="method_detail"><!-- --></A>
  358. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  359. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  360. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  361. <B>Method Detail</B></FONT></TH>
  362. </TR>
  363. </TABLE>
  364. <A NAME="getFinalFrame()"><!-- --></A><H3>
  365. getFinalFrame</H3>
  366. <PRE>
  367. public short[] <B>getFinalFrame</B>()</PRE>
  368. <DL>
  369. <DD>Get the edited data back. NOTE: The worker is updated automagically!
  370. <P>
  371. <DD><DL>
  372. <DT><B>Returns:</B><DD>Now changed 64 byte array.</DL>
  373. </DD>
  374. </DL>
  375. <HR>
  376. <A NAME="btnClicked(int, int)"><!-- --></A><H3>
  377. btnClicked</H3>
  378. <PRE>
  379. public void <B>btnClicked</B>(int&nbsp;i,
  380. int&nbsp;j)</PRE>
  381. <DL>
  382. <DD>Gets called when the user clicks on a Toggle Button.
  383. <P>
  384. <DD><DL>
  385. <DT><B>Parameters:</B><DD><CODE>i</CODE> - X-Coordinate of Button<DD><CODE>j</CODE> - Y-Coordinate of Button</DL>
  386. </DD>
  387. </DL>
  388. <HR>
  389. <A NAME="cancel()"><!-- --></A><H3>
  390. cancel</H3>
  391. <PRE>
  392. public void <B>cancel</B>()</PRE>
  393. <DL>
  394. <DD>Action of Cancel Button. Removes this window...
  395. <P>
  396. <DD><DL>
  397. </DL>
  398. </DD>
  399. </DL>
  400. <HR>
  401. <A NAME="save()"><!-- --></A><H3>
  402. save</H3>
  403. <PRE>
  404. public void <B>save</B>()</PRE>
  405. <DL>
  406. <DD>Gets called when clicking the save button. Puts data back into Worker and fires ListSelectionEvent in Worker, so that the 3D View is updated.
  407. <P>
  408. <DD><DL>
  409. </DL>
  410. </DD>
  411. </DL>
  412. <!-- ========= END OF CLASS DATA ========= -->
  413. <HR>
  414. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  415. <A NAME="navbar_bottom"><!-- --></A>
  416. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  417. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  418. <TR>
  419. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  420. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  421. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  422. <TR ALIGN="center" VALIGN="top">
  423. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  424. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  425. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  426. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  427. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  428. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  429. </TR>
  430. </TABLE>
  431. </TD>
  432. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  433. </EM>
  434. </TD>
  435. </TR>
  436. <TR>
  437. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  438. &nbsp;<A HREF="HelperUtility.html" title="class in &lt;Unnamed&gt;"><B>PREV CLASS</B></A>&nbsp;
  439. &nbsp;<A HREF="Led3D.html" title="class in &lt;Unnamed&gt;"><B>NEXT CLASS</B></A></FONT></TD>
  440. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  441. <A HREF="index.html?layerEditFrame.html" target="_top"><B>FRAMES</B></A> &nbsp;
  442. &nbsp;<A HREF="layerEditFrame.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  443. &nbsp;<SCRIPT type="text/javascript">
  444. <!--
  445. if(window==top) {
  446. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  447. }
  448. //-->
  449. </SCRIPT>
  450. <NOSCRIPT>
  451. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  452. </NOSCRIPT>
  453. </FONT></TD>
  454. </TR>
  455. <TR>
  456. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  457. SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JFrame">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JFrame">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  458. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  459. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  460. </TR>
  461. </TABLE>
  462. <A NAME="skip-navbar_bottom"></A>
  463. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  464. <HR>
  465. </BODY>
  466. </HTML>