org.gwtopenmaps.openlayers.client.util
Class JStringArray

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.util.JArrayBase
          extended by org.gwtopenmaps.openlayers.client.util.JStringArray

public class JStringArray
extends JArrayBase


Constructor Summary
protected JStringArray(JSObject element)
           
  JStringArray(String[] array)
           
 
Method Summary
static JStringArray create(String[] strings)
           
static JStringArray narrowToJStringArray(JSObject element)
           
 void push(String s)
           
 void set(int index, String value)
           
 String[] toArray()
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JArrayBase
length, narrowToJArray
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JStringArray

protected JStringArray(JSObject element)

JStringArray

public JStringArray(String[] array)
Method Detail

narrowToJStringArray

public static JStringArray narrowToJStringArray(JSObject element)

set

public void set(int index,
                String value)

toArray

public String[] toArray()

create

public static JStringArray create(String[] strings)

push

public void push(String s)


Copyright © 2011 sourceforge. All Rights Reserved.