Revision 140 branches/usability_v2/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/LayoutContext.java

View differences:

LayoutContext.java
159 159
    public IFFrame[] getAllFFrames();
160 160

  
161 161
    /**
162
     * It returns an array with the FFrames selected.
162
     * Gets the list of selected FFrames
163 163
     * 
164
     * @return Array with the FFrames selected.
164
     * @return An Array of selected FFrames
165 165
     */
166
    public IFFrame[] getFFrameSelected();
166
    public IFFrame[] getSelectedFFrames();
167
    
168
    /**
169
     * Gets the list of selected FFrames that are instance of
170
     * the provided Class.
171
     * @param <T>
172
     * 
173
     * @param clazz A class
174
     * @return An Array of selected FFrames
175
     */
176
    public <T> T[] getSelectedFFrames(Class<T> clazz);
167 177

  
168 178
    /**
169 179
     * It returns if the Layout is in edition.

Also available in: Unified diff