|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGroupDefinition
This interface represents a group definition.
| Method Summary | |
|---|---|
IBrowserDefinition |
getActiveBrowserDefinition()
Returns the browser definition to be used for the related search browser of this group definition. |
java.util.List |
getContextMenuEntries()
Returns all context menu entries of this group definition. |
java.util.List |
getGUIElementDefinitions()
Returns all child GUI element definitions of this group definition. |
java.lang.String |
getLabel()
Returns the label of this group definition. |
java.awt.Rectangle |
getRectangle()
Returns the graphical extension of this group (definition) on the screen. |
ITableAlias |
getTableAlias()
Returns the table alias this group definition is related to. |
boolean |
hasBorder()
Checks whether this group definition has bordering enabled, i.e. whether a border will be drawn by default. |
| Methods inherited from interface de.tif.jacob.core.definition.INamedObjectDefinition |
|---|
getDescription, getName, getProperty |
| Method Detail |
|---|
ITableAlias getTableAlias()
IBrowserDefinition getActiveBrowserDefinition()
java.lang.String getLabel()
Note: The label could be internationalized, if the label starts with a '%' character. In this case the label is interpreted as a key to the respective application resource bundles for internationalization.
java.util.List getContextMenuEntries()
IContextMenuEntryjava.util.List getGUIElementDefinitions()
IGUIElementDefinitionjava.awt.Rectangle getRectangle()
boolean hasBorder()
true if bordering is enabled, otherwise
false.
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||