Changeset 35
- Timestamp:
- 10/03/02 17:23:59 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Mode.java
r17 r35 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: Mode.java,v 1. 2 2002-10-01 19:20:22piso Exp $5 * $Id: Mode.java,v 1.3 2002-10-03 17:23:59 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 160 160 161 161 /** 162 * Returns a <code>ToolBar</code> specific for this mode. Each 163 * button on the <code>ToolBar</code> should be created with the 164 * method {@link ToolBar#addButton(String,String,String) addButton} 165 * instead of using any of the other methods available to a 166 * <code>JToolBar</code>. 167 * 168 * @param frame the frame that the <code>ToolBar</code> will be 169 * attached to. 170 * @return a <code>ToolBar</code> specific to this mode that has 171 * been populated with the <code>addButton</code> method. 162 * Returns a <code>ToolBar</code> for the specified <code>Frame</code>. 163 * 164 * @param frame the <code>Frame</code> 165 * @return the <code>ToolBar</code> 172 166 */ 173 167 public ToolBar getToolBar(Frame frame);
Note: See TracChangeset
for help on using the changeset viewer.