|
|||||||||
| Home >> All >> org >> progeeks >> meta >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.progeeks.meta.swing
Class MetaTabbedPanel.TabConfiguration

java.lang.Objectorg.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.
| Field Summary | |
private boolean |
editable
|
private java.util.List |
fields
|
private java.lang.String |
name
|
private boolean |
scrollable
|
| 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 |
| Field Detail |
name
private java.lang.String name
fields
private java.util.List fields
editable
private boolean editable
scrollable
private boolean scrollable
| 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()
|
|||||||||
| Home >> All >> org >> progeeks >> meta >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration