|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.document.AbstractDocument
com.tensegrity.gui.swing.document.SwingDocument
com.tensegrity.gui.swing.document.AttributeTableDocument
This class is derived from the base document class and represents an attribute document. The attribute document consists of a nested attribute-panel.
| Field Summary |
| Fields inherited from interface com.tensegrity.gui.document.Document |
GLUE_LEFTBOTTOM, GLUE_LEFTCENTEREXTEND, GLUE_LEFTTOP, GLUE_RIGHTBOTTOM, GLUE_RIGHTCENTEREXTEND, GLUE_RIGHTTOP, TYPE_FIXED_SIZE, TYPE_PACK_IS_OK, TYPE_TOOLDOCUMENT |
| Constructor Summary | |
AttributeTableDocument(java.lang.String name,
SlidePanel attributepanel)
Constructor for AttributeTableDocument. |
|
| Method Summary | |
javax.swing.JComponent |
getAttributePanel()
Returns the attributepane that is embedded in the document. |
int |
getFlags()
Returns the flags of this document. |
javax.swing.JComponent |
getJComponent()
Returns the embedded Jcomponent as JComponent. |
| Methods inherited from class com.tensegrity.gui.swing.document.SwingDocument |
getApplicationFrame, update |
| Methods inherited from class com.tensegrity.gui.document.AbstractDocument |
closeHandler, getCopyCounter, getDocumentDataProvider, getDocumentSetting, getDocumentSettings, getFile, getName, isModified, setDocumentSetting, setDocumentSettings, setFile, setModified, setName, setSelected, setUnmodified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeTableDocument(java.lang.String name,
SlidePanel attributepanel)
name - the document's name.attributepanel - a SlidePanel holding
the attribute-table.| Method Detail |
public int getFlags()
getFlags in interface DocumentgetFlags in class AbstractDocumentpublic javax.swing.JComponent getAttributePanel()
public javax.swing.JComponent getJComponent()
getJComponent in class SwingDocument
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||