public class ListViewModel
extends javax.swing.AbstractListModel
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CREATE_NEW_VIEW_OBJECT |
protected java.util.List<java.lang.Object> |
views |
| Constructor and Description |
|---|
ListViewModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCreateNewViewObj()
Adds an special "Create new view" element to the list of available
views.
|
boolean |
addViews()
Adds project's views to its list.
|
void |
addViews(LayoutPanel l)
Add all fframeviews into a list.
|
java.lang.Object |
getElementAt(int index) |
int |
getSize() |
boolean |
removeFrameView(FFrameView v) |
protected java.util.List<java.lang.Object> views
public static final java.lang.String CREATE_NEW_VIEW_OBJECT
public boolean addViews()
public void addCreateNewViewObj()
public void addViews(LayoutPanel l)
l - Layout.public int getSize()
ListModel.getSize()public java.lang.Object getElementAt(int index)
ListModel.getElementAt(int)public boolean removeFrameView(FFrameView v)