|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.client.EmbeddedObject.EmbeddedObjectInfo
public class EmbeddedObject.EmbeddedObjectInfo
Information about this generic object.
Constructor Summary | |
---|---|
EmbeddedObject.EmbeddedObjectInfo(int type,
java.lang.String src)
Create a new EmbeddedObjectInfo. |
Method Summary | |
---|---|
java.lang.String |
getClassID()
Get the class ID used to identify the ActiveX control. |
java.lang.String |
getCodeBase()
Get the code base that identifies the location of the ActiveX control. |
java.lang.String |
getParam(java.lang.String name)
Get a parameter value from the object. |
java.util.Map |
getParams()
Get all of the parameters. |
java.lang.String |
getPluginsPage()
Get the plugins page that the user can visit to download the required pluging. |
java.lang.String |
getSource()
Get the source. |
int |
getType()
Get the type. |
java.lang.String |
getTypeString()
Get the string representation of the type. |
void |
setClassID(java.lang.String classID)
Set the class ID used to identify the ActiveX control. |
void |
setCodeBase(java.lang.String codeBase)
Set the code base that identifies the location of the ActiveX control. |
void |
setParam(java.lang.String name,
java.lang.String value)
Set a parameter value in the object. |
void |
setPluginsPage(java.lang.String pluginsPage)
Set the page where the user can download the necessary plugin to use the embedded application. |
void |
setSource(java.lang.String src)
Set the source of the embedded object. |
void |
setType(int type)
Set the type of embedded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmbeddedObject.EmbeddedObjectInfo(int type, java.lang.String src) throws java.lang.IllegalArgumentException
type
- the type of embedded elementsrc
- the source of the content
java.lang.IllegalArgumentException
Method Detail |
---|
public java.lang.String getClassID()
public java.lang.String getCodeBase()
public java.lang.String getParam(java.lang.String name)
name
- the parameter name
public java.util.Map getParams()
public java.lang.String getPluginsPage()
public java.lang.String getSource()
public int getType()
public java.lang.String getTypeString()
public void setClassID(java.lang.String classID)
classID
- the class IDpublic void setCodeBase(java.lang.String codeBase)
codeBase
- the code basepublic void setParam(java.lang.String name, java.lang.String value)
name
- the parameter namevalue
- the parameter valuepublic void setPluginsPage(java.lang.String pluginsPage)
pluginsPage
- the plugins download pagepublic void setSource(java.lang.String src)
src
- the new sourcepublic void setType(int type) throws java.lang.IllegalArgumentException
type
- the new type.
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |