freemind.preferences.layout
Class OptionPanel

java.lang.Object
  extended by freemind.preferences.layout.OptionPanel
All Implemented Interfaces:
TextTranslator

public class OptionPanel
extends java.lang.Object
implements TextTranslator

Author:
foltin

Nested Class Summary
static class OptionPanel.NewTabProperty
           
static interface OptionPanel.OptionPanelFeedback
           
 
Field Summary
static java.util.Vector changeListeners
           
 
Constructor Summary
OptionPanel(FreeMind fm, javax.swing.JDialog frame, OptionPanel.OptionPanelFeedback feedback)
           
 
Method Summary
static void addContributor(FreemindPropertyContributor contributor)
           
 void buildPanel()
           
 void closeWindow()
           
 java.lang.String getText(java.lang.String string)
           
static void removeContributor(FreemindPropertyContributor contributor)
           
 void setProperties()
           
 
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(FreeMind fm,
                   javax.swing.JDialog frame,
                   OptionPanel.OptionPanelFeedback feedback)
Throws:
java.io.IOException
Method Detail

setProperties

public void setProperties()

buildPanel

public void buildPanel()

getText

public java.lang.String getText(java.lang.String string)
Specified by:
getText in interface TextTranslator

closeWindow

public void closeWindow()

addContributor

public static void addContributor(FreemindPropertyContributor contributor)

removeContributor

public static void removeContributor(FreemindPropertyContributor contributor)