Package | Description |
---|---|
org.jboss.dashboard.ui.resources | |
org.jboss.dashboard.workspace | |
org.jboss.dashboard.workspace.export |
Modifier and Type | Class and Description |
---|---|
class |
Envelope |
class |
Layout |
class |
Skin |
Modifier and Type | Method and Description |
---|---|
protected abstract GraphicElement |
GraphicElementPreview.makeNewElement() |
protected GraphicElement |
EnvelopePreview.makeNewElement() |
protected GraphicElement |
SkinPreview.makeNewElement() |
protected GraphicElement |
LayoutPreview.makeNewElement() |
GraphicElement |
GraphicElementPreview.toElement()
Convert this preview into a skin.
|
Modifier and Type | Method and Description |
---|---|
GraphicElement |
GraphicElementManagerImpl.getAvailableElement(String id)
Get an element visible for a given context.
|
GraphicElement |
GraphicElementManager.getAvailableElement(String id)
Get an element visible for a given context.
|
GraphicElement[] |
GraphicElementManagerImpl.getAvailableElements()
Get the elements visible for a given context.
|
GraphicElement[] |
GraphicElementManager.getAvailableElements()
Get the elements visible for a given context.
|
GraphicElement[] |
GraphicElementManagerImpl.getAvailableElements(String workspaceId,
Long sectionId,
Long panelId)
Get the elements visible for a given context.
|
GraphicElement[] |
GraphicElementManager.getAvailableElements(String workspaceId,
Long sectionId,
Long panelId)
Get the elements visible for a given context.
|
GraphicElement |
GraphicElementManagerImpl.getDefaultElement()
Returns the default element, that is, the one whose id is 'default' and workspace is null.
|
GraphicElement |
GraphicElementManager.getDefaultElement()
Returns the default element, that is, the one whose id is 'default' and context info is null.
|
GraphicElement |
GraphicElementManagerImpl.getElement(String id,
String workspaceId,
Long sectionId,
Long panelId)
Returns an element by its id and context.
|
GraphicElement |
GraphicElementManager.getElement(String id,
String workspaceId,
Long sectionId,
Long panelId)
Returns an element by its id and context.
|
GraphicElement |
GraphicElementManagerImpl.getElementByDbid(String dbid)
Get an element by dbid.
|
GraphicElement |
GraphicElementManager.getElementByDbid(String dbid)
Get an element by dbid.
|
GraphicElement[] |
GraphicElementManagerImpl.getElements()
Returns all elements installed in the system
|
GraphicElement[] |
GraphicElementManager.getElements()
Returns all elements installed in the system
|
GraphicElement[] |
GraphicElementManagerImpl.getElements(String workspaceId)
Return all elements belonging to given workspace
|
GraphicElement[] |
GraphicElementManager.getElements(String workspaceId)
Return all elements belonging to given workspace
|
GraphicElement[] |
GraphicElementManagerImpl.getElements(String workspaceId,
Long sectionId)
Return all elements belonging to given workspace and section
|
GraphicElement[] |
GraphicElementManager.getElements(String workspaceId,
Long sectionId)
Return all elements belonging to given workspace and section
|
GraphicElement[] |
GraphicElementManagerImpl.getElements(String workspaceId,
Long sectionId,
Long panelId)
Return all elements belonging to given workspace and section
|
GraphicElement[] |
GraphicElementManager.getElements(String workspaceId,
Long sectionId,
Long panelId)
Return all elements belonging to given workspace, section, and panel
|
GraphicElement[] |
GraphicElementManagerImpl.getManageableElements()
Get the elements manageable for a given context.
|
GraphicElement[] |
GraphicElementManager.getManageableElements()
Get the elements manageable for a given context.
|
GraphicElement[] |
GraphicElementManagerImpl.getManageableElements(String workspaceId,
Long sectionId,
Long panelId)
Get the elements visible for a given context.
|
GraphicElement[] |
GraphicElementManager.getManageableElements(String workspaceId,
Long sectionId,
Long panelId)
Get the elements manageable for a given context.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicElementManagerImpl.addFileToResource(String name,
File file,
GraphicElement element,
String descriptorFileName) |
void |
GraphicElementManager.addFileToResource(String name,
File file,
GraphicElement element,
String descriptorFileName)
Add a file inside given element
|
void |
GraphicElementManagerImpl.createOrUpdate(GraphicElement element)
Create or update existing element
|
void |
GraphicElementManager.createOrUpdate(GraphicElement element)
Create or update existing element
|
void |
GraphicElementManagerImpl.delete(GraphicElement element)
Delete existing element
|
void |
GraphicElementManager.delete(GraphicElement element)
Delete existing element
|
boolean |
GraphicElementManagerImpl.isBaseElement(GraphicElement element)
Determines if given element is a base element.
|
boolean |
GraphicElementManager.isBaseElement(GraphicElement element)
Determines if given element is a base element.
|
Modifier and Type | Method and Description |
---|---|
GraphicElement[] |
ExportData.getResourcesToExport() |
Modifier and Type | Method and Description |
---|---|
Object |
ExportVisitor.visitGraphicElement(GraphicElement resource) |
Object |
WorkspaceVisitor.visitGraphicElement(GraphicElement resource) |
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.