|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.impl.Compare.TabInfo
jigcell.compare.ui.CompareFrontEnd.FrontEndTabInfo
protected static class CompareFrontEnd.FrontEndTabInfo
Information about a Comparator tab.
| Field Summary | |
|---|---|
private javax.swing.JDialog |
about
About the tab |
private ITabAccessory |
accessory
Tab accessory |
private IConfigEditor |
config
Configures the tab |
private javax.swing.JMenu[] |
menus
Tab menus |
private javax.swing.JButton[] |
tools
Tab toolbar tools |
| Constructor Summary | |
|---|---|
CompareFrontEnd.FrontEndTabInfo(ITab tab,
javax.swing.JMenu[] menus,
javax.swing.JButton[] tools,
javax.swing.JDialog about,
IConfigEditor config)
Creates a new tab description. |
|
| Method Summary | |
|---|---|
javax.swing.JDialog |
getAbout()
About the tab. |
ITabAccessory |
getAccessory()
The tab accessory. |
IConfigEditor |
getConfigEditor()
Configures the tab. |
javax.swing.JMenu[] |
getMenus()
The tab menus. |
javax.swing.JButton[] |
getTools()
The tab toolbar tools. |
void |
setAccessory(ITabAccessory accessory)
Sets the tab accessory. |
| Methods inherited from class jigcell.compare.impl.Compare.TabInfo |
|---|
getName, getTab |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final IConfigEditor config
private final javax.swing.JButton[] tools
private final javax.swing.JDialog about
private final javax.swing.JMenu[] menus
private ITabAccessory accessory
| Constructor Detail |
|---|
public CompareFrontEnd.FrontEndTabInfo(ITab tab,
javax.swing.JMenu[] menus,
javax.swing.JButton[] tools,
javax.swing.JDialog about,
IConfigEditor config)
tab - Tabmenus - Tab menustools - Tab toolbar toolsabout - About dialog for the tabconfig - Configure dialog the tab| Method Detail |
|---|
public javax.swing.JDialog getAbout()
public ITabAccessory getAccessory()
public IConfigEditor getConfigEditor()
public javax.swing.JMenu[] getMenus()
public javax.swing.JButton[] getTools()
public void setAccessory(ITabAccessory accessory)
accessory - Tab accessory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||