Revision 3897 trunk/frameworks/_fwAndami/src/com/iver/andami/ui/mdiFrame/MainFrame.java

View differences:

MainFrame.java
96 96
	/**
97 97
	 * Sirve para establecec el mensaje en la barra de estado asociado a una etiqueta
98 98
	 *
99
	 * @return main StatusBar 
99
	 * @return main StatusBar
100 100
	 */
101 101
	public NewStatusBar getStatusBar();
102 102
	/**
......
105 105
	 * @param titulo DOCUMENT ME!
106 106
	 */
107 107
	public void setTitle(String titulo);
108
    
108

  
109 109
    /**
110 110
     * Get a JComponent previously added by name. For example
111 111
     * you can use it if you need to obtain a JToolBar to
......
114 114
     * @return the JComponent or null if none has been found
115 115
     */
116 116
    public JComponent getComponentByName(String name);
117
    
117
    /**
118
     * You can use this function to select the appropiate
119
     * tool inside the toolbars
120
     */
121
    public void setSelectedTool(String actionCommand);
122

  
118 123
}

Also available in: Unified diff