public class DockableComponent extends SMYLDObject
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
DockableComponent() |
DockableComponent(JComponent newComponent,
String title,
ImageIcon icon) |
DockableComponent(JComponent newComponent,
String title,
ImageIcon icon,
boolean showTabText,
boolean showTabIcon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object compareObject) |
JComponent |
getComponent() |
ImageIcon |
getIcon() |
JScrollPane |
getScroller() |
String |
getTitle() |
void |
init() |
boolean |
isShowTabIcon() |
boolean |
isShowTabTitle() |
void |
setComponent(JComponent component) |
void |
setIcon(ImageIcon icon) |
void |
setScroller(JScrollPane scroller) |
void |
setShowTabIcon(boolean showIcon) |
void |
setShowTabTitle(boolean showTabTitle) |
void |
setTitle(String title) |
debug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic DockableComponent()
public DockableComponent(JComponent newComponent, String title, ImageIcon icon, boolean showTabText, boolean showTabIcon)
public DockableComponent(JComponent newComponent, String title, ImageIcon icon)
public void init()
public JComponent getComponent()
public void setComponent(JComponent component)
public String getTitle()
public void setTitle(String title)
public ImageIcon getIcon()
public void setIcon(ImageIcon icon)
public boolean isShowTabIcon()
public void setShowTabIcon(boolean showIcon)
public boolean isShowTabTitle()
public void setShowTabTitle(boolean showTabTitle)
public JScrollPane getScroller()
public void setScroller(JScrollPane scroller)
Copyright © 2019 com.github.mfjamil. All rights reserved.