| |
|
| java.lang.Object org.acm.seguin.completer.popup.PopupItem
All known Subclasses: org.acm.seguin.completer.popup.MemberPopupItem, org.acm.seguin.completer.popup.SignaturePopupItem, org.acm.seguin.completer.popup.ClassPopupItem,
PopupItem | abstract public class PopupItem implements Comparable(Code) | | Description of the Class
author: btateyama@yahoo.com |
_bLeftHighLight | boolean _bLeftHighLight(Code) | | |
_bUnderline | boolean _bUnderline(Code) | | |
_iIconWidth | int _iIconWidth(Code) | | |
logger | final static NavigatorLogger logger(Code) | | |
PopupItem | protected PopupItem()(Code) | | |
compareTo | public int compareTo(Object obj)(Code) | | Description of the Method
Parameters: obj - Description of the Parameter Description of the Return Value |
decodeTypeArray | static String decodeTypeArray(char argChar)(Code) | | |
equals | public boolean equals(Object obj)(Code) | | Description of the Method
Parameters: obj - Description of the Parameter Description of the Return Value |
getAfterCaretString | public String getAfterCaretString()(Code) | | Gets the afterCaretString attribute of the PopupItem object
The afterCaretString value |
getBeforeCaretString | public String getBeforeCaretString()(Code) | | Gets the beforeCaretString attribute of the PopupItem object
The beforeCaretString value |
getDataSource | public Object getDataSource()(Code) | | Gets the dataSource attribute of the PopupItem object
The dataSource value |
getIcon | public ImageIcon getIcon()(Code) | | Gets the icon attribute of the PopupItem object
The icon value |
getIconWidth | public int getIconWidth()(Code) | | Gets the iconWidth attribute of the PopupItem object
The iconWidth value |
getLeftText | public String getLeftText()(Code) | | Gets the returnType attribute of the PopupItem object
The returnType value |
initFormatForMods | void initFormatForMods(int argMods)(Code) | | |
leftHighlight | public boolean leftHighlight()(Code) | | |
toString | public String toString()(Code) | | Description of the Method
Description of the Return Value1 |
toString | public String toString(int argPadLen)(Code) | | Description of the Method
Parameters: argPadLen - Description of the Parameter Description of the Return Value |
underLine | public boolean underLine()(Code) | | Description of the Method
Description of the Return Value |
|
|
|