|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.iv.graphdrawing.VisualizationConfig
de.aitools.iv.graphdrawing.jtree.JTreeConfiguration
public class JTreeConfiguration
Field Summary |
---|
Fields inherited from class de.aitools.iv.graphdrawing.VisualizationConfig |
---|
preferredGraphType |
Constructor Summary | |
---|---|
JTreeConfiguration()
manages the configuration for the JTreeVisualization. |
Method Summary | |
---|---|
void |
addChangeListener(javax.swing.event.ChangeListener listener)
adds a changeListener, that listens for ChangeEvents |
ExpandStrategy |
getExpandStrategy()
|
javax.swing.Icon |
getIcon()
icon of the JPanel in the JTabbedPane |
javax.swing.JPanel |
getJPanel()
get the JPanel for JTabbedPane |
java.lang.String |
getToolTipText()
ToolTipText of the JPanel in the JTabbedPane |
void |
performApply()
save and store settings |
void |
performCancel()
restore settings to the settings, that were stored at last Apply |
void |
performPreview()
preview settings |
void |
removeChangeListener(javax.swing.event.ChangeListener listener)
removes a changeListener |
Methods inherited from class de.aitools.iv.graphdrawing.VisualizationConfig |
---|
getFont, getShowSimilarityEdges, getShowSimilarityNodes, getTitle, setFont, setShowSimilarityEdges, setShowSimilarityNodes, setTitle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.aitools.iv.graphdrawing.misc.ConfigurationPanel |
---|
getTitle |
Constructor Detail |
---|
public JTreeConfiguration()
Method Detail |
---|
public javax.swing.JPanel getJPanel()
ConfigurationPanel
getJPanel
in interface ConfigurationPanel
ConfigurationPanel.getJPanel()
public javax.swing.Icon getIcon()
ConfigurationPanel
getIcon
in interface ConfigurationPanel
ConfigurationPanel.getIcon()
public java.lang.String getToolTipText()
ConfigurationPanel
getToolTipText
in interface ConfigurationPanel
ConfigurationPanel.getToolTipText()
public void performApply()
ConfigurationPanel
performApply
in interface ConfigurationPanel
ConfigurationPanel.performApply()
public void performPreview()
ConfigurationPanel
performPreview
in interface ConfigurationPanel
ConfigurationPanel.performPreview()
public void performCancel()
ConfigurationPanel
performCancel
in interface ConfigurationPanel
ConfigurationPanel.performCancel()
public void addChangeListener(javax.swing.event.ChangeListener listener)
ConfigurationPanel
addChangeListener
in interface ConfigurationPanel
ConfigurationPanel.addChangeListener(javax.swing.event.ChangeListener)
public void removeChangeListener(javax.swing.event.ChangeListener listener)
ConfigurationPanel
removeChangeListener
in interface ConfigurationPanel
ConfigurationPanel.removeChangeListener(javax.swing.event.ChangeListener)
public ExpandStrategy getExpandStrategy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |