public abstract class AbstractComponentFactory<T extends Component> extends Object implements ComponentFactory<T>, Cloneable
| Constructor and Description |
|---|
AbstractComponentFactory() |
AbstractComponentFactory(Icon icon,
String name,
String toolTip) |
| Modifier and Type | Method and Description |
|---|---|
AbstractComponentFactory<T> |
clone() |
void |
close(Component component) |
Icon |
getIcon() |
String |
getIconName() |
String |
getName() |
String |
getToolTip() |
protected void |
setIcon(Icon icon) |
protected void |
setName(String name) |
protected void |
setToolTip(String toolTip) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateComponentpublic AbstractComponentFactory<T> clone()
public void close(Component component)
close in interface ComponentFactory<T extends Component>public Icon getIcon()
getIcon in interface ComponentFactory<T extends Component>public String getIconName()
getIconName in interface ComponentFactory<T extends Component>public String getName()
getName in interface ComponentFactory<T extends Component>public String getToolTip()
getToolTip in interface ComponentFactory<T extends Component>protected void setIcon(Icon icon)
protected void setName(String name)
protected void setToolTip(String toolTip)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.