Revision 69 trunk/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/ListViewModel.java

View differences:

ListViewModel.java
104 104
    public Object getElementAt(int index) {
105 105
        return views.get(index);
106 106
    }
107
    
108
    public boolean removeFrameView(FFrameView v) {
109
        return views.remove(v);
110
    }
107 111
}

Also available in: Unified diff