|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.keridwen.modelling.global.parameters.GlobalParametersList
E
- public class GlobalParametersList
Generic list of Global Parameters
Constructor Summary | |
---|---|
GlobalParametersList()
Default constructor |
Method Summary | ||
---|---|---|
boolean |
add(GlobalParameter param)
|
|
void |
add(int index,
GlobalParameter param)
|
|
boolean |
addAll(Collection<? extends GlobalParameter> c)
|
|
boolean |
addAll(int index,
Collection<? extends GlobalParameter> c)
|
|
void |
addModelListener(GlobalParameterModelListener l)
Register a listener for groups related change state events |
|
void |
categoryChanged(GlobalParameter updatedGlobalParameter,
String category)
|
|
void |
clear()
|
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
void |
descriptionChanged(GlobalParameter updatedGlobalParameter,
String newDescription)
|
|
GlobalParameter |
get(int index)
|
|
String |
getCategory()
Category of the list |
|
String |
getDescription()
Description of the list. |
|
int |
getId()
Get the unique Id of the present list. |
|
String |
getName()
Name of the list. |
|
void |
globalParameterChanged(GlobalParameter updatedGlobalParameter)
|
|
int |
indexOf(Object o)
|
|
boolean |
isEmpty()
|
|
Iterator<GlobalParameter> |
iterator()
|
|
int |
lastIndexOf(Object o)
|
|
ListIterator<GlobalParameter> |
listIterator()
|
|
ListIterator<GlobalParameter> |
listIterator(int index)
|
|
void |
nameChanged(GlobalParameter updatedGlobalParameter,
String newName)
|
|
GlobalParameter |
remove(int index)
|
|
boolean |
remove(Object o)
|
|
boolean |
removeAll(Collection<?> c)
|
|
void |
removeModelListener(GlobalParameterModelListener l)
Remove a listener for groups related events |
|
boolean |
retainAll(Collection<?> c)
|
|
GlobalParameter |
set(int index,
GlobalParameter param)
|
|
void |
setCategory(String category)
Category of the list |
|
void |
setDescription(String description)
Description of the list. |
|
void |
setId(int id)
Set the unique Id of the present list. |
|
void |
setName(String name)
Name of the list. |
|
int |
size()
|
|
List<GlobalParameter> |
subList(int fromIndex,
int toIndex)
|
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
String |
toString()
|
|
void |
typeChanged(GlobalParameter updatedGlobalParameter,
String newType)
|
|
void |
unitChanged(GlobalParameter updatedGlobalParameter,
String newUnit)
|
|
void |
valueChanged(GlobalParameter updatedGlobalParameter,
Object newValue)
|
|
void |
verbosityLevelChanged(GlobalParameter updatedGlobalParameter,
GlobalParameter.VerbosityLevel newVerbosityLevel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
equals, hashCode |
Constructor Detail |
---|
public GlobalParametersList()
Method Detail |
---|
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
description
- - description of the listpublic String getCategory()
public void setCategory(String category)
category
- - category of the listpublic boolean add(GlobalParameter param)
add
in interface Collection<GlobalParameter>
add
in interface List<GlobalParameter>
public void add(int index, GlobalParameter param)
add
in interface List<GlobalParameter>
public boolean addAll(Collection<? extends GlobalParameter> c)
addAll
in interface Collection<GlobalParameter>
addAll
in interface List<GlobalParameter>
public boolean addAll(int index, Collection<? extends GlobalParameter> c)
addAll
in interface List<GlobalParameter>
public void clear()
clear
in interface Collection<GlobalParameter>
clear
in interface List<GlobalParameter>
public boolean contains(Object o)
contains
in interface Collection<GlobalParameter>
contains
in interface List<GlobalParameter>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<GlobalParameter>
containsAll
in interface List<GlobalParameter>
public GlobalParameter get(int index)
get
in interface List<GlobalParameter>
public int indexOf(Object o)
indexOf
in interface List<GlobalParameter>
public boolean isEmpty()
isEmpty
in interface Collection<GlobalParameter>
isEmpty
in interface List<GlobalParameter>
public Iterator<GlobalParameter> iterator()
iterator
in interface Iterable<GlobalParameter>
iterator
in interface Collection<GlobalParameter>
iterator
in interface List<GlobalParameter>
public int lastIndexOf(Object o)
lastIndexOf
in interface List<GlobalParameter>
public ListIterator<GlobalParameter> listIterator()
listIterator
in interface List<GlobalParameter>
public ListIterator<GlobalParameter> listIterator(int index)
listIterator
in interface List<GlobalParameter>
public boolean remove(Object o)
remove
in interface Collection<GlobalParameter>
remove
in interface List<GlobalParameter>
public GlobalParameter remove(int index)
remove
in interface List<GlobalParameter>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<GlobalParameter>
removeAll
in interface List<GlobalParameter>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<GlobalParameter>
retainAll
in interface List<GlobalParameter>
public GlobalParameter set(int index, GlobalParameter param)
set
in interface List<GlobalParameter>
public int size()
size
in interface Collection<GlobalParameter>
size
in interface List<GlobalParameter>
public List<GlobalParameter> subList(int fromIndex, int toIndex)
subList
in interface List<GlobalParameter>
public Object[] toArray()
toArray
in interface Collection<GlobalParameter>
toArray
in interface List<GlobalParameter>
public <T> T[] toArray(T[] a)
toArray
in interface Collection<GlobalParameter>
toArray
in interface List<GlobalParameter>
public void addModelListener(GlobalParameterModelListener l)
public void removeModelListener(GlobalParameterModelListener l)
public void valueChanged(GlobalParameter updatedGlobalParameter, Object newValue)
valueChanged
in interface GlobalParameterListener
public void nameChanged(GlobalParameter updatedGlobalParameter, String newName)
nameChanged
in interface GlobalParameterListener
public void descriptionChanged(GlobalParameter updatedGlobalParameter, String newDescription)
descriptionChanged
in interface GlobalParameterListener
public void unitChanged(GlobalParameter updatedGlobalParameter, String newUnit)
unitChanged
in interface GlobalParameterListener
public void typeChanged(GlobalParameter updatedGlobalParameter, String newType)
typeChanged
in interface GlobalParameterListener
public void verbosityLevelChanged(GlobalParameter updatedGlobalParameter, GlobalParameter.VerbosityLevel newVerbosityLevel)
verbosityLevelChanged
in interface GlobalParameterListener
public void categoryChanged(GlobalParameter updatedGlobalParameter, String category)
categoryChanged
in interface GlobalParameterListener
public void globalParameterChanged(GlobalParameter updatedGlobalParameter)
globalParameterChanged
in interface GlobalParameterListener
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |