|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.taco.swinger.text2gui.JTabbedPaneConverter.TabAdder
protected static class JTabbedPaneConverter.TabAdder
An implementation of ISetPropertyAction
for
JTabbedPaneConverter
that adds tabs to the tabbed pane.
Field Summary | |
---|---|
static JTabbedPaneConverter.TabAdder |
instance
The singleton instance of this class. |
Method Summary | |
---|---|
protected void |
_addTab(javax.swing.JTabbedPane tabbedPane,
int tabIndex,
java.util.Map tabPropertyMap)
Given a map of properties for a tab, add the tab to the tabbed pane. |
void |
setProperty(java.lang.Object composite,
java.lang.Object propertyKey,
java.lang.Object propertyValue,
java.util.Map propertyMap)
Set the property of the composite. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final JTabbedPaneConverter.TabAdder instance
Method Detail |
---|
public void setProperty(java.lang.Object composite, java.lang.Object propertyKey, java.lang.Object propertyValue, java.util.Map propertyMap)
CompositeConverter.ISetPropertyAction
setProperty
in interface CompositeConverter.ISetPropertyAction
protected void _addTab(javax.swing.JTabbedPane tabbedPane, int tabIndex, java.util.Map tabPropertyMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |