prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] Full list of new Data API to add to reference: #133

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by REAS Friday May 10, 2013 at 20:06 GMT Originally opened as https://github.com/processing/processing-web/issues/133


//

Table:

addColumn() removeColumn insertColumn() addRow(); removeRow() insertRow() getRow() clearRows(); rows() findRow() matchRows()

//

TableRow:

getFloat() getInt() getString()

setFloat() setInt() setString()

getColumnCount()

//

JSONObject JSONArray

loadJSONObject() loadJSONArray()

saveJSONObject() saveJSONArray()

//

JSONObject:

getJSONArray() getJSONObject() setJSONArray() setJSONObject() getInt() getFloat() getString() setInt() setFloat() setString() setBoolean() getBoolean()

//

JSONArray:

size() removeIndex() append() getJSONArray() getJSONObject() setJSONArray() setJSONObject() getInt() getFloat() getString() setInt() setFloat() setString() setBoolean() getBoolean()

//

IntDict:

increment() get() set() remove() sortValues() sortKeys() sortValuesReverse() sortKeysReverse() hasKey() clear()

keys() values() keyArray() valueArray()

add() mult() sub() div()

//

FloatDict:

the same but no "increment()"

//

StringDict:

the same but no add(), sub(), div(), mult(), increment()?

//

IntList and FloatList:

increment() get() set() remove() append() size() shuffle() reverse() sort() sortReverse() clear() hasValue() min() max()

array()

add() mult() div() sub()

//

StringList:

get() set() remove() append() size()

shuffle() reverse() sort() sortReverse() clear() hasValue() lower() upper()

array()

//

prisonerjohn commented 10 years ago

Comment by JulioMontas Friday May 10, 2013 at 20:12 GMT


awesomeeee and thank you