|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPagePanel
| Field Summary | |
|---|---|
static int |
NO_OPTION
|
static int |
YES_OPTION
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object component,
java.lang.Object comp)
Add a component to the container |
IComponentInspector |
createInspector()
|
ILayerPalette |
createLayerPalette()
|
IComponentPalette |
createPalette()
|
IComponentProperties |
createPropertiesPanel()
|
IStylePalette |
createStylePalette()
|
void |
doLayout()
Causes this container to lay out its components. |
java.lang.Object |
getChild(int idx)
|
int |
getChildCount()
|
java.lang.Object |
getComponent(int idx)
|
int |
getComponentCount()
|
ILayerManager |
getLayerManager()
|
javax.swing.JPanel |
getPageContainer()
|
EditorProject |
getProject()
Get the project to which this page belongs. |
int |
getXmlEditorHash()
|
void |
hideComponents(boolean isClosing)
|
void |
regenerateXml()
|
void |
remove(java.lang.Object o)
Remove an object from the container |
void |
setAllModified(java.lang.String pageName,
java.lang.String ext)
|
void |
setModified(boolean state)
|
void |
showComponents()
|
int |
showConfirmDialog(java.lang.Object parent,
java.lang.String message,
java.lang.String title,
int type)
|
void |
showPage(int pageIdx)
|
void |
updatePageEditor()
|
void |
updateXmlEditor(java.lang.String xml)
|
void |
validate()
Validates this container and all of its subcomponents. |
| Field Detail |
|---|
static final int YES_OPTION
static final int NO_OPTION
| Method Detail |
|---|
void remove(java.lang.Object o)
o - the component to removevoid doLayout()
validate method instead.
LayoutManager#layoutContainer,
#setLayout,
validate()void validate()
The validate method is used to cause a container
to lay out its subcomponents again. It should be invoked when
this container's subcomponents are modified (added to or
removed from the container, or layout-related information
changed) after the container has been displayed.
#add(java.awt.Component),
Component#invalidate,
JComponent.revalidate()
void add(java.lang.Object component,
java.lang.Object comp)
component - the container instancecomp - the component to addint getComponentCount()
java.lang.Object getComponent(int idx)
void setAllModified(java.lang.String pageName,
java.lang.String ext)
void setModified(boolean state)
int getXmlEditorHash()
int getChildCount()
java.lang.Object getChild(int idx)
javax.swing.JPanel getPageContainer()
ILayerManager getLayerManager()
void regenerateXml()
IStylePalette createStylePalette()
IComponentPalette createPalette()
IComponentInspector createInspector()
IComponentProperties createPropertiesPanel()
ILayerPalette createLayerPalette()
void showComponents()
void hideComponents(boolean isClosing)
void updateXmlEditor(java.lang.String xml)
void updatePageEditor()
int showConfirmDialog(java.lang.Object parent,
java.lang.String message,
java.lang.String title,
int type)
void showPage(int pageIdx)
EditorProject getProject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||