freemind.preferences.layout
Class OptionPanel

java.lang.Object
  extended byfreemind.preferences.layout.OptionPanel

public class OptionPanel
extends java.lang.Object

Author:
foltin

Nested Class Summary
static interface OptionPanel.OptionPanelFeedback
           
 
Field Summary
static java.util.Vector changeListeners
           
 
Constructor Summary
OptionPanel(FreeMindMain fm, javax.swing.JDialog frame, OptionPanel.OptionPanelFeedback feedback)
           
 
Method Summary
 void buildPanel()
           
 void closeWindow()
           
 void setProperties(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeListeners

public static java.util.Vector changeListeners
Constructor Detail

OptionPanel

public OptionPanel(FreeMindMain fm,
                   javax.swing.JDialog frame,
                   OptionPanel.OptionPanelFeedback feedback)
Parameters:
frame -
feedback -
Throws:
java.io.IOException
Method Detail

setProperties

public void setProperties(java.util.Properties properties)
Parameters:
properties -

buildPanel

public void buildPanel()

closeWindow

public void closeWindow()