se.cambio.cds.gdl.editor.view.applicationobjects
Class ReadableRuleLineFactory

Package class diagram package ReadableRuleLineFactory
java.lang.Object
  extended by se.cambio.cds.gdl.editor.view.applicationobjects.ReadableRuleLineFactory

public class ReadableRuleLineFactory
extends Object


Constructor Summary
ReadableRuleLineFactory()
           
 
Method Summary
static JButton createCommentButton(RuleLine ruleLine, RuleLinesPanel ruleLinesPanel)
           
static JButton createDeleteButton(RuleLine ruleLine, RuleLinesPanel ruleLinesPanel)
           
static JButton createGenericButton()
           
static JLabel createLabel(RuleLine ruleLine, RuleLineElement ruleLineElement)
           
static RuleLineContainerPanel createRuleLineContainer(RuleLinesPanel ruleLinesPanel, RuleLine ruleLine)
           
static JPanel createRuleLinePanel(RuleLinesPanel ruleLinesPanel, RuleLine ruleLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadableRuleLineFactory

public ReadableRuleLineFactory()
Method Detail

createRuleLineContainer

public static RuleLineContainerPanel createRuleLineContainer(RuleLinesPanel ruleLinesPanel,
                                                             RuleLine ruleLine)

createRuleLinePanel

public static JPanel createRuleLinePanel(RuleLinesPanel ruleLinesPanel,
                                         RuleLine ruleLine)

createLabel

public static JLabel createLabel(RuleLine ruleLine,
                                 RuleLineElement ruleLineElement)

createDeleteButton

public static JButton createDeleteButton(RuleLine ruleLine,
                                         RuleLinesPanel ruleLinesPanel)

createCommentButton

public static JButton createCommentButton(RuleLine ruleLine,
                                          RuleLinesPanel ruleLinesPanel)

createGenericButton

public static JButton createGenericButton()


Copyright © 2013 Cambio. All Rights Reserved.