| |
|
| com.jeta.forms.store.properties.JETAProperty com.jeta.forms.store.properties.TabProperty
TabProperty | public class TabProperty extends JETAProperty (Code) | | A TabProperty defines a single tab in a JTabbedPane. Included
in this description is the tab title, icon, and the content of the tab -
which is a form. This class is used by TabbedPaneProperties to
intialize a JTabbedPane during runtime.
author: Jeff Tassin |
PROPERTY_ID | final public static String PROPERTY_ID(Code) | | The name of this property
|
VERSION | final public static int VERSION(Code) | | The current version number of this class
|
serialVersionUID | final static long serialVersionUID(Code) | | |
TabProperty | public TabProperty()(Code) | | Creates an unitialized TabProperty instance
|
TabProperty | public TabProperty(String title)(Code) | | Creates a TabProperty instance with the given title.
|
getForm | public FormComponent getForm() throws FormException(Code) | | Returns the form component contained by this tab property.
the form component contained by this tab property. |
getFormMemento | public FormMemento getFormMemento() throws FormException(Code) | | Returns a memento object that completely defines the state of the form
contained by this tab.
the memento for the form contained by this tab. |
getIconProperty | public IconProperty getIconProperty()(Code) | | Returns the icon property for this tab. This property defines the icon
used by this tab.
the icon property for this tab. |
getTitle | public String getTitle()(Code) | | Returns the title of this tab.
the title of this tab. |
icon | public Icon icon()(Code) | | Return the underlying icon that is specified by the IconProperty. This
value can be null if no icon is specified.
the underlying icon. |
setIconProperty | public void setIconProperty(IconProperty iprop)(Code) | | Sets the icon property for this tab.
Parameters: iprop - the icon property. |
setTitle | public void setTitle(String title)(Code) | | Sets the title for this tab.
Parameters: title - the tab title |
setValue | public void setValue(Object prop)(Code) | | Sets this property to that of another TabProperty
Parameters: prop - a TabProperty instance. |
updateBean | public void updateBean(JETABean jbean)(Code) | | Updates the bean with the current value of this property
|
Fields inherited from com.jeta.forms.store.properties.JETAProperty | final public static int VERSION(Code)(Java Doc) final static long serialVersionUID(Code)(Java Doc)
|
|
|
|