org.progeeks.meta.swing
Class MetaTabbedPanel.TabConfiguration

java.lang.Object
  extended by org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration
Enclosing class:
MetaTabbedPanel

public static class MetaTabbedPanel.TabConfiguration
extends java.lang.Object

Defines the elements related to a meta-tab including fields, editability, scrollability, etc.


Constructor Summary
MetaTabbedPanel.TabConfiguration(java.lang.String name, java.util.List fields)
          Creates a tab with the specified name that references the specified fields that is editable but not scrollable.
MetaTabbedPanel.TabConfiguration(java.lang.String name, java.util.List fields, boolean editable, boolean scrollable)
          Creates a tab with the specified configuration.
MetaTabbedPanel.TabConfiguration(java.lang.String name, java.lang.String field, boolean editable, boolean scrollable)
          Creates a tab with the specified name and only one field.
 
Method Summary
 java.util.List getFields()
           
 java.lang.String getName()
           
 boolean isEditable()
           
 boolean isScrollable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaTabbedPanel.TabConfiguration

public MetaTabbedPanel.TabConfiguration(java.lang.String name,
                                        java.util.List fields)
Creates a tab with the specified name that references the specified fields that is editable but not scrollable.


MetaTabbedPanel.TabConfiguration

public MetaTabbedPanel.TabConfiguration(java.lang.String name,
                                        java.lang.String field,
                                        boolean editable,
                                        boolean scrollable)
Creates a tab with the specified name and only one field.


MetaTabbedPanel.TabConfiguration

public MetaTabbedPanel.TabConfiguration(java.lang.String name,
                                        java.util.List fields,
                                        boolean editable,
                                        boolean scrollable)
Creates a tab with the specified configuration.

Method Detail

getName

public java.lang.String getName()

getFields

public java.util.List getFields()

isEditable

public boolean isEditable()

isScrollable

public boolean isScrollable()


Copyright © 2002-2003 Paul Speed. All Rights Reserved.