Interface SWTSkinObjectExpandItem
- All Known Implementing Classes:
SWTSkinObjectExpandItem1, SWTSkinObjectExpandItem2
public interface SWTSkinObjectExpandItem
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.Compositeorg.eclipse.swt.widgets.Compositevoidrelayout()voidsetExpanded(boolean b) voidsetHeight(int h) void
-
Method Details
-
setText
-
getComposite
org.eclipse.swt.widgets.Composite getComposite() -
getParentComposite
org.eclipse.swt.widgets.Composite getParentComposite() -
getParent
SWTSkinObject getParent() -
relayout
void relayout() -
setExpanded
void setExpanded(boolean b) -
setHeight
void setHeight(int h)
-