|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Assembly
Assembly represents one assembly contained in a sheet. In the sheet, it will be laid out by its position and size and painted in the region.
| Field Summary | |
|---|---|
static String |
CUBE_VS
Cube table assembly for viewsheet prefix. |
static String |
DETAIL
Detail prefix. |
static String |
EMBEDDED
Embedded prefix. |
static String |
FIELD
Field mark. |
static String |
SELECTION
Selection prefix. |
static String |
TABLE_VS
Table assembly for viewsheet prefix. |
| Method Summary | |
|---|---|
int |
addr()
Get the original hash code. |
void |
checkDependency()
Check if the dependency is valid. |
Object |
clone()
Clone the object. |
String |
getAbsoluteName()
Get the absolute name of this assembly. |
AssemblyEntry |
getAssemblyEntry()
Get the assembly entry. |
int |
getAssemblyType()
Get the type. |
Rectangle |
getBounds()
Get the bounds. |
void |
getDependeds(Set set)
Get the assemblies depended on. |
inetsoft.uql.asset.internal.AssemblyInfo |
getInfo()
Get the assembly info. |
Dimension |
getMinimumSize()
Get the minimum size. |
String |
getName()
Get the name. |
Point |
getPosition()
Get the position. |
AbstractSheet |
getSheet()
Get the sheet container. |
Dimension |
getSize()
Get the size. |
boolean |
isEditable()
Check if is editable. |
boolean |
isVisible()
Check if is visible. |
void |
renameDepended(String oname,
String nname)
Rename the assemblies depended on. |
void |
setBounds(Rectangle bounds)
Set the bounds. |
void |
setPosition(Point pos)
Set the position. |
void |
setSize(Dimension size)
Set the size. |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Field Detail |
|---|
static final String FIELD
static final String SELECTION
static final String EMBEDDED
static final String DETAIL
static final String TABLE_VS
static final String CUBE_VS
| Method Detail |
|---|
String getName()
String getAbsoluteName()
AssemblyEntry getAssemblyEntry()
inetsoft.uql.asset.internal.AssemblyInfo getInfo()
void getDependeds(Set set)
set - the set stores the assemblies depended on.
void renameDepended(String oname,
String nname)
oname - the specified old name.nname - the specified new name.
void checkDependency()
throws InvalidDependencyException
InvalidDependencyExceptionPoint getPosition()
void setPosition(Point pos)
Dimension getSize()
void setSize(Dimension size)
size - the specified size.void setBounds(Rectangle bounds)
bounds - the specified bounds.Rectangle getBounds()
Dimension getMinimumSize()
int getAssemblyType()
boolean isVisible()
boolean isEditable()
Object clone()
clone in interface AssetObjectint addr()
AbstractSheet getSheet()
|
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 | ||||||||