|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.asset.AbstractAssembly
public abstract class AbstractAssembly
Abstract assembly, implements most methods defined in Assembly.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.uql.asset.Assembly |
|---|
CUBE_VS, DETAIL, EMBEDDED, FIELD, SELECTION, TABLE_VS |
| Constructor Summary | |
|---|---|
AbstractAssembly()
Constructor. |
|
| Method Summary | |
|---|---|
int |
addr()
Get the original hash code. |
Object |
clone()
Clone the object. |
boolean |
equals(Object obj)
Check if equals another object. |
String |
getAbsoluteName()
Get the absolute name of this assembly. |
AssemblyEntry |
getAssemblyEntry()
Get the assembly entry. |
Rectangle |
getBounds()
Get the bounds. |
protected String |
getClassName(boolean compact)
Get the class name. |
int |
hashCode()
Get the hash code. |
boolean |
isEditable()
Check if is editable. |
boolean |
isVisible()
Check if is visible. |
protected void |
parseAttributes(Element elem)
Parse contents. |
protected void |
parseContents(Element elem)
Parse contents. |
void |
parseXML(Element elem)
Method to parse an xml segment. |
void |
setBounds(Rectangle bounds)
Set the bounds. |
String |
toString()
Get the string representation. |
protected void |
writeAttributes(PrintWriter writer)
Write attributes. |
protected void |
writeContents(PrintWriter writer)
Write contents. |
void |
writeXML(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface inetsoft.uql.asset.Assembly |
|---|
checkDependency, getAssemblyType, getDependeds, getInfo, getMinimumSize, getName, getPosition, getSheet, getSize, renameDepended, setPosition, setSize |
| Constructor Detail |
|---|
public AbstractAssembly()
| Method Detail |
|---|
public String getAbsoluteName()
getAbsoluteName in interface Assemblypublic AssemblyEntry getAssemblyEntry()
getAssemblyEntry in interface Assemblyprotected String getClassName(boolean compact)
public final void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.protected void writeAttributes(PrintWriter writer)
writer - the specified writer.protected void parseAttributes(Element elem)
elem - the specified xml element.protected void writeContents(PrintWriter writer)
writer - the specified writer.
protected void parseContents(Element elem)
throws Exception
elem - the specified xml element.
Exception
public final void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element.
Exceptionpublic void setBounds(Rectangle bounds)
setBounds in interface Assemblybounds - the specified bounds.public Rectangle getBounds()
getBounds in interface Assemblypublic boolean isEditable()
isEditable in interface Assemblypublic boolean isVisible()
isVisible in interface Assemblypublic int hashCode()
hashCode in class Objectpublic int addr()
addr in interface Assemblypublic boolean equals(Object obj)
equals in class Objectobj - the specified object.
public String toString()
toString in class Objectpublic Object clone()
clone in interface Assemblyclone in interface AssetObjectclone in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||